Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-16T04:57:47+0000 | MainThread | 140054964247880 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-16T04:57:47+0000 | MainThread | 140054964247880 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-16T04:57:47+0000 | MainThread | 140054964247880 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-16T04:57:47+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:57:47+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370497ea-656b-11ed-9561-9a227e86da57 | InvocationID=370499c0-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:57:47+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-16T04:57:47+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3708c6a8-656b-11ed-9561-9a227e86da57 | InvocationID=3708c964-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:57:47+0000 | MainThread | 140054964247880 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-16T04:57:47+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370497ea-656b-11ed-9561-9a227e86da57 | InvocationID=370499c0-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:57:47+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=370497ea-656b-11ed-9561-9a227e86da57 | InvocationID=370499c0-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:57:47+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3708c6a8-656b-11ed-9561-9a227e86da57 | InvocationID=3708c964-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:57:47+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3708c6a8-656b-11ed-9561-9a227e86da57 | InvocationID=3708c964-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:07+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3708c6a8-656b-11ed-9561-9a227e86da57 | InvocationID=3708c964-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:58:07+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43187ff6-656b-11ed-9561-9a227e86da57 | InvocationID=4318833e-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:58:08+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43187ff6-656b-11ed-9561-9a227e86da57 | InvocationID=4318833e-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:08+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43187ff6-656b-11ed-9561-9a227e86da57 | InvocationID=4318833e-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:12+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=370497ea-656b-11ed-9561-9a227e86da57 | InvocationID=370499c0-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:58:12+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4611d9f0-656b-11ed-9561-9a227e86da57 | InvocationID=4611db9e-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:58:13+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4611d9f0-656b-11ed-9561-9a227e86da57 | InvocationID=4611db9e-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:58:13+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4611d9f0-656b-11ed-9561-9a227e86da57 | InvocationID=4611db9e-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:58:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43187ff6-656b-11ed-9561-9a227e86da57 | InvocationID=4318833e-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:58:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0fb306-656b-11ed-9561-9a227e86da57 | InvocationID=4f0fb6e4-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:58:28+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0fb306-656b-11ed-9561-9a227e86da57 | InvocationID=4f0fb6e4-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:28+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0fb306-656b-11ed-9561-9a227e86da57 | InvocationID=4f0fb6e4-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:38+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4611d9f0-656b-11ed-9561-9a227e86da57 | InvocationID=4611db9e-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:58:38+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ff3fde-656b-11ed-9561-9a227e86da57 | InvocationID=54ff41c8-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:58:38+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ff3fde-656b-11ed-9561-9a227e86da57 | InvocationID=54ff41c8-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:58:38+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ff3fde-656b-11ed-9561-9a227e86da57 | InvocationID=54ff41c8-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:58:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0fb306-656b-11ed-9561-9a227e86da57 | InvocationID=4f0fb6e4-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:58:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b00c6b4-656b-11ed-9561-9a227e86da57 | InvocationID=5b00cf56-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:58:48+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b00c6b4-656b-11ed-9561-9a227e86da57 | InvocationID=5b00cf56-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:58:48+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b00c6b4-656b-11ed-9561-9a227e86da57 | InvocationID=5b00cf56-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:03+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ff3fde-656b-11ed-9561-9a227e86da57 | InvocationID=54ff41c8-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:59:03+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ebf15e-656b-11ed-9561-9a227e86da57 | InvocationID=63ebf3e8-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:59:03+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ebf15e-656b-11ed-9561-9a227e86da57 | InvocationID=63ebf3e8-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:59:03+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ebf15e-656b-11ed-9561-9a227e86da57 | InvocationID=63ebf3e8-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:59:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b00c6b4-656b-11ed-9561-9a227e86da57 | InvocationID=5b00cf56-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:59:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f1d260-656b-11ed-9561-9a227e86da57 | InvocationID=66f1d472-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:59:08+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f1d260-656b-11ed-9561-9a227e86da57 | InvocationID=66f1d472-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:08+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f1d260-656b-11ed-9561-9a227e86da57 | InvocationID=66f1d472-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:28+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ebf15e-656b-11ed-9561-9a227e86da57 | InvocationID=63ebf3e8-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:59:28+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d9756a-656b-11ed-9561-9a227e86da57 | InvocationID=72d97754-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:59:28+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d9756a-656b-11ed-9561-9a227e86da57 | InvocationID=72d97754-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:59:28+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d9756a-656b-11ed-9561-9a227e86da57 | InvocationID=72d97754-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:59:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f1d260-656b-11ed-9561-9a227e86da57 | InvocationID=66f1d472-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:59:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e0eec6-656b-11ed-9561-9a227e86da57 | InvocationID=72e0f0b0-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:59:28+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e0eec6-656b-11ed-9561-9a227e86da57 | InvocationID=72e0f0b0-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:28+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e0eec6-656b-11ed-9561-9a227e86da57 | InvocationID=72e0f0b0-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e0eec6-656b-11ed-9561-9a227e86da57 | InvocationID=72e0f0b0-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T04:59:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed13dc6-656b-11ed-9561-9a227e86da57 | InvocationID=7ed13fce-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T04:59:48+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed13dc6-656b-11ed-9561-9a227e86da57 | InvocationID=7ed13fce-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:48+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ed13dc6-656b-11ed-9561-9a227e86da57 | InvocationID=7ed13fce-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T04:59:53+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d9756a-656b-11ed-9561-9a227e86da57 | InvocationID=72d97754-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T04:59:53+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c48e70-656b-11ed-9561-9a227e86da57 | InvocationID=81c48fe2-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T04:59:53+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c48e70-656b-11ed-9561-9a227e86da57 | InvocationID=81c48fe2-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T04:59:53+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c48e70-656b-11ed-9561-9a227e86da57 | InvocationID=81c48fe2-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:00:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ed13dc6-656b-11ed-9561-9a227e86da57 | InvocationID=7ed13fce-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:00:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac167be-656b-11ed-9561-9a227e86da57 | InvocationID=8ac169f8-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:00:08+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac167be-656b-11ed-9561-9a227e86da57 | InvocationID=8ac169f8-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:00:08+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ac167be-656b-11ed-9561-9a227e86da57 | InvocationID=8ac169f8-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:00:18+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c48e70-656b-11ed-9561-9a227e86da57 | InvocationID=81c48fe2-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:00:18+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90aeb820-656b-11ed-9561-9a227e86da57 | InvocationID=90aeba32-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:00:18+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90aeb820-656b-11ed-9561-9a227e86da57 | InvocationID=90aeba32-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:00:18+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90aeb820-656b-11ed-9561-9a227e86da57 | InvocationID=90aeba32-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:00:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ac167be-656b-11ed-9561-9a227e86da57 | InvocationID=8ac169f8-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:00:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b0bffc-656b-11ed-9561-9a227e86da57 | InvocationID=96b0c1be-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:00:28+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b0bffc-656b-11ed-9561-9a227e86da57 | InvocationID=96b0c1be-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:00:28+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b0bffc-656b-11ed-9561-9a227e86da57 | InvocationID=96b0c1be-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:00:43+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90aeb820-656b-11ed-9561-9a227e86da57 | InvocationID=90aeba32-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:00:43+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9a19ba-656b-11ed-9561-9a227e86da57 | InvocationID=9f9a1ba4-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:00:43+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9a19ba-656b-11ed-9561-9a227e86da57 | InvocationID=9f9a1ba4-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:00:43+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9a19ba-656b-11ed-9561-9a227e86da57 | InvocationID=9f9a1ba4-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:00:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b0bffc-656b-11ed-9561-9a227e86da57 | InvocationID=96b0c1be-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:00:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a09012-656b-11ed-9561-9a227e86da57 | InvocationID=a2a091fc-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:00:48+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a09012-656b-11ed-9561-9a227e86da57 | InvocationID=a2a091fc-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:00:48+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2a09012-656b-11ed-9561-9a227e86da57 | InvocationID=a2a091fc-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:08+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9a19ba-656b-11ed-9561-9a227e86da57 | InvocationID=9f9a1ba4-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:01:08+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae855958-656b-11ed-9561-9a227e86da57 | InvocationID=ae855d0e-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:01:08+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae855958-656b-11ed-9561-9a227e86da57 | InvocationID=ae855d0e-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:01:08+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae855958-656b-11ed-9561-9a227e86da57 | InvocationID=ae855d0e-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:01:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2a09012-656b-11ed-9561-9a227e86da57 | InvocationID=a2a091fc-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:01:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae90c8ce-656b-11ed-9561-9a227e86da57 | InvocationID=ae90ca54-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:01:08+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae90c8ce-656b-11ed-9561-9a227e86da57 | InvocationID=ae90ca54-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:08+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae90c8ce-656b-11ed-9561-9a227e86da57 | InvocationID=ae90ca54-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae90c8ce-656b-11ed-9561-9a227e86da57 | InvocationID=ae90ca54-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:01:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba803c78-656b-11ed-9561-9a227e86da57 | InvocationID=ba803e6c-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:01:28+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba803c78-656b-11ed-9561-9a227e86da57 | InvocationID=ba803e6c-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:28+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba803c78-656b-11ed-9561-9a227e86da57 | InvocationID=ba803e6c-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:33+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae855958-656b-11ed-9561-9a227e86da57 | InvocationID=ae855d0e-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:01:33+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7012dc-656b-11ed-9561-9a227e86da57 | InvocationID=bd7014e4-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:01:33+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7012dc-656b-11ed-9561-9a227e86da57 | InvocationID=bd7014e4-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:01:33+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7012dc-656b-11ed-9561-9a227e86da57 | InvocationID=bd7014e4-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:01:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba803c78-656b-11ed-9561-9a227e86da57 | InvocationID=ba803e6c-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:01:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66f6c84-656b-11ed-9561-9a227e86da57 | InvocationID=c66f6f4a-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:01:48+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66f6c84-656b-11ed-9561-9a227e86da57 | InvocationID=c66f6f4a-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:48+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c66f6c84-656b-11ed-9561-9a227e86da57 | InvocationID=c66f6f4a-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:01:58+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7012dc-656b-11ed-9561-9a227e86da57 | InvocationID=bd7014e4-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:01:58+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5b28fe-656b-11ed-9561-9a227e86da57 | InvocationID=cc5b2b24-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:01:58+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5b28fe-656b-11ed-9561-9a227e86da57 | InvocationID=cc5b2b24-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:01:58+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc5b28fe-656b-11ed-9561-9a227e86da57 | InvocationID=cc5b2b24-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:02:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c66f6c84-656b-11ed-9561-9a227e86da57 | InvocationID=c66f6f4a-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:02:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2605af8-656b-11ed-9561-9a227e86da57 | InvocationID=d2605cb0-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:02:08+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2605af8-656b-11ed-9561-9a227e86da57 | InvocationID=d2605cb0-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:02:08+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2605af8-656b-11ed-9561-9a227e86da57 | InvocationID=d2605cb0-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:02:23+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc5b28fe-656b-11ed-9561-9a227e86da57 | InvocationID=cc5b2b24-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:02:23+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db464bb4-656b-11ed-9561-9a227e86da57 | InvocationID=db464fb0-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:02:23+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db464bb4-656b-11ed-9561-9a227e86da57 | InvocationID=db464fb0-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:02:23+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db464bb4-656b-11ed-9561-9a227e86da57 | InvocationID=db464fb0-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:02:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2605af8-656b-11ed-9561-9a227e86da57 | InvocationID=d2605cb0-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:02:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de4fd564-656b-11ed-9561-9a227e86da57 | InvocationID=de4fd758-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:02:28+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de4fd564-656b-11ed-9561-9a227e86da57 | InvocationID=de4fd758-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:02:28+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de4fd564-656b-11ed-9561-9a227e86da57 | InvocationID=de4fd758-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:02:48+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db464bb4-656b-11ed-9561-9a227e86da57 | InvocationID=db464fb0-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:02:48+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea308d92-656b-11ed-9561-9a227e86da57 | InvocationID=ea308f4a-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:02:48+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea308d92-656b-11ed-9561-9a227e86da57 | InvocationID=ea308f4a-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:02:48+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea308d92-656b-11ed-9561-9a227e86da57 | InvocationID=ea308f4a-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:02:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de4fd564-656b-11ed-9561-9a227e86da57 | InvocationID=de4fd758-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:02:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3ee13a-656b-11ed-9561-9a227e86da57 | InvocationID=ea3ee2b6-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:02:48+0000 | aai_event_thread | 140054913510176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3ee13a-656b-11ed-9561-9a227e86da57 | InvocationID=ea3ee2b6-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:02:48+0000 | aai_event_thread | 140054913510176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3ee13a-656b-11ed-9561-9a227e86da57 | InvocationID=ea3ee2b6-656b-11ed-9561-9a227e86da57 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-16T05:03:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3ee13a-656b-11ed-9561-9a227e86da57 | InvocationID=ea3ee2b6-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:03:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62dc7ea-656b-11ed-9561-9a227e86da57 | InvocationID=f62dc97a-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:03:13+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea308d92-656b-11ed-9561-9a227e86da57 | InvocationID=ea308f4a-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:03:13+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91aed66-656b-11ed-9561-9a227e86da57 | InvocationID=f91aeed8-656b-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:03:13+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91aed66-656b-11ed-9561-9a227e86da57 | InvocationID=f91aeed8-656b-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:03:13+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f91aed66-656b-11ed-9561-9a227e86da57 | InvocationID=f91aeed8-656b-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:03:32+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f62dc7ea-656b-11ed-9561-9a227e86da57 | InvocationID=f62dc97a-656b-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:03:32+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bc04f2-656c-11ed-9561-9a227e86da57 | InvocationID=04bc06fa-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:03:38+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f91aed66-656b-11ed-9561-9a227e86da57 | InvocationID=f91aeed8-656b-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:03:38+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0804bcf8-656c-11ed-9561-9a227e86da57 | InvocationID=0804bfaa-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:03:38+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0804bcf8-656c-11ed-9561-9a227e86da57 | InvocationID=0804bfaa-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:03:38+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0804bcf8-656c-11ed-9561-9a227e86da57 | InvocationID=0804bfaa-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:03:52+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04bc04f2-656c-11ed-9561-9a227e86da57 | InvocationID=04bc06fa-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:03:52+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10af241a-656c-11ed-9561-9a227e86da57 | InvocationID=10af26e0-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:04:03+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0804bcf8-656c-11ed-9561-9a227e86da57 | InvocationID=0804bfaa-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:04:03+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ef7ca8-656c-11ed-9561-9a227e86da57 | InvocationID=16ef8130-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:04:03+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ef7ca8-656c-11ed-9561-9a227e86da57 | InvocationID=16ef8130-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:03+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ef7ca8-656c-11ed-9561-9a227e86da57 | InvocationID=16ef8130-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:12+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10af241a-656c-11ed-9561-9a227e86da57 | InvocationID=10af26e0-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:04:12+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca63358-656c-11ed-9561-9a227e86da57 | InvocationID=1ca634f2-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:04:28+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ef7ca8-656c-11ed-9561-9a227e86da57 | InvocationID=16ef8130-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:04:28+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25da3776-656c-11ed-9561-9a227e86da57 | InvocationID=25da3906-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:04:28+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25da3776-656c-11ed-9561-9a227e86da57 | InvocationID=25da3906-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:28+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25da3776-656c-11ed-9561-9a227e86da57 | InvocationID=25da3906-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:33+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ca63358-656c-11ed-9561-9a227e86da57 | InvocationID=1ca634f2-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:04:33+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fa1b42-656c-11ed-9561-9a227e86da57 | InvocationID=28fa1cdc-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:04:53+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25da3776-656c-11ed-9561-9a227e86da57 | InvocationID=25da3906-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:04:53+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c46cf2-656c-11ed-9561-9a227e86da57 | InvocationID=34c46ed2-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:04:53+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c46cf2-656c-11ed-9561-9a227e86da57 | InvocationID=34c46ed2-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:53+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c46cf2-656c-11ed-9561-9a227e86da57 | InvocationID=34c46ed2-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:04:58+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28fa1b42-656c-11ed-9561-9a227e86da57 | InvocationID=28fa1cdc-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:04:58+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37bac33e-656c-11ed-9561-9a227e86da57 | InvocationID=37bac4c4-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:05:18+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c46cf2-656c-11ed-9561-9a227e86da57 | InvocationID=34c46ed2-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:05:18+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43aeff70-656c-11ed-9561-9a227e86da57 | InvocationID=43af00ec-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:05:18+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43aeff70-656c-11ed-9561-9a227e86da57 | InvocationID=43af00ec-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:05:18+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43aeff70-656c-11ed-9561-9a227e86da57 | InvocationID=43af00ec-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:05:23+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37bac33e-656c-11ed-9561-9a227e86da57 | InvocationID=37bac4c4-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:05:23+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=467ba7e4-656c-11ed-9561-9a227e86da57 | InvocationID=467ba9b0-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:05:43+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43aeff70-656c-11ed-9561-9a227e86da57 | InvocationID=43af00ec-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:05:43+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52995c6a-656c-11ed-9561-9a227e86da57 | InvocationID=52995f26-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:05:43+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52995c6a-656c-11ed-9561-9a227e86da57 | InvocationID=52995f26-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:05:43+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52995c6a-656c-11ed-9561-9a227e86da57 | InvocationID=52995f26-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:05:47+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=467ba7e4-656c-11ed-9561-9a227e86da57 | InvocationID=467ba9b0-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:05:47+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553e8f8a-656c-11ed-9561-9a227e86da57 | InvocationID=553e91a6-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:06:08+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52995c6a-656c-11ed-9561-9a227e86da57 | InvocationID=52995f26-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:06:08+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61863ed2-656c-11ed-9561-9a227e86da57 | InvocationID=61864116-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:06:08+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61863ed2-656c-11ed-9561-9a227e86da57 | InvocationID=61864116-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:06:08+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61863ed2-656c-11ed-9561-9a227e86da57 | InvocationID=61864116-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:06:12+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=553e8f8a-656c-11ed-9561-9a227e86da57 | InvocationID=553e91a6-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:06:12+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63fe7f9e-656c-11ed-9561-9a227e86da57 | InvocationID=63fe81e2-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:06:33+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61863ed2-656c-11ed-9561-9a227e86da57 | InvocationID=61864116-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:06:33+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70712a10-656c-11ed-9561-9a227e86da57 | InvocationID=70712ba0-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:06:33+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70712a10-656c-11ed-9561-9a227e86da57 | InvocationID=70712ba0-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:06:33+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70712a10-656c-11ed-9561-9a227e86da57 | InvocationID=70712ba0-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:06:37+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63fe7f9e-656c-11ed-9561-9a227e86da57 | InvocationID=63fe81e2-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:06:37+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bf9d1a-656c-11ed-9561-9a227e86da57 | InvocationID=72bf9eb4-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:06:58+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70712a10-656c-11ed-9561-9a227e86da57 | InvocationID=70712ba0-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:06:58+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5ceb7c-656c-11ed-9561-9a227e86da57 | InvocationID=7f5cee88-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:06:58+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5ceb7c-656c-11ed-9561-9a227e86da57 | InvocationID=7f5cee88-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:06:58+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f5ceb7c-656c-11ed-9561-9a227e86da57 | InvocationID=7f5cee88-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:07:02+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72bf9d1a-656c-11ed-9561-9a227e86da57 | InvocationID=72bf9eb4-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:07:02+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81804b6a-656c-11ed-9561-9a227e86da57 | InvocationID=81804d22-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:07:23+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f5ceb7c-656c-11ed-9561-9a227e86da57 | InvocationID=7f5cee88-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:07:23+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e47e01a-656c-11ed-9561-9a227e86da57 | InvocationID=8e47e240-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:07:23+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e47e01a-656c-11ed-9561-9a227e86da57 | InvocationID=8e47e240-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:07:23+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e47e01a-656c-11ed-9561-9a227e86da57 | InvocationID=8e47e240-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:07:26+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81804b6a-656c-11ed-9561-9a227e86da57 | InvocationID=81804d22-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:07:26+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90445646-656c-11ed-9561-9a227e86da57 | InvocationID=90445876-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:07:48+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e47e01a-656c-11ed-9561-9a227e86da57 | InvocationID=8e47e240-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:07:48+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d320948-656c-11ed-9561-9a227e86da57 | InvocationID=9d320ace-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:07:48+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d320948-656c-11ed-9561-9a227e86da57 | InvocationID=9d320ace-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:07:48+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d320948-656c-11ed-9561-9a227e86da57 | InvocationID=9d320ace-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:07:51+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90445646-656c-11ed-9561-9a227e86da57 | InvocationID=90445876-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:07:51+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f086f46-656c-11ed-9561-9a227e86da57 | InvocationID=9f0870fe-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:08:13+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d320948-656c-11ed-9561-9a227e86da57 | InvocationID=9d320ace-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:08:13+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1f5fe6-656c-11ed-9561-9a227e86da57 | InvocationID=ac1f62c0-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:08:13+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1f5fe6-656c-11ed-9561-9a227e86da57 | InvocationID=ac1f62c0-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:08:13+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1f5fe6-656c-11ed-9561-9a227e86da57 | InvocationID=ac1f62c0-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:08:16+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f086f46-656c-11ed-9561-9a227e86da57 | InvocationID=9f0870fe-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:08:16+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adca3492-656c-11ed-9561-9a227e86da57 | InvocationID=adca3618-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:08:38+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1f5fe6-656c-11ed-9561-9a227e86da57 | InvocationID=ac1f62c0-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:08:38+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0a5e48-656c-11ed-9561-9a227e86da57 | InvocationID=bb0a5fec-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:08:38+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0a5e48-656c-11ed-9561-9a227e86da57 | InvocationID=bb0a5fec-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:08:38+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb0a5e48-656c-11ed-9561-9a227e86da57 | InvocationID=bb0a5fec-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:08:41+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adca3492-656c-11ed-9561-9a227e86da57 | InvocationID=adca3618-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:08:41+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc8a1916-656c-11ed-9561-9a227e86da57 | InvocationID=bc8a1aa6-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:09:03+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb0a5e48-656c-11ed-9561-9a227e86da57 | InvocationID=bb0a5fec-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:09:03+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f46ce6-656c-11ed-9561-9a227e86da57 | InvocationID=c9f46e80-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:09:03+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f46ce6-656c-11ed-9561-9a227e86da57 | InvocationID=c9f46e80-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:03+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f46ce6-656c-11ed-9561-9a227e86da57 | InvocationID=c9f46e80-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:06+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc8a1916-656c-11ed-9561-9a227e86da57 | InvocationID=bc8a1aa6-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:09:06+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4cbfd0-656c-11ed-9561-9a227e86da57 | InvocationID=cb4cc188-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:09:28+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f46ce6-656c-11ed-9561-9a227e86da57 | InvocationID=c9f46e80-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:09:28+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8dece54-656c-11ed-9561-9a227e86da57 | InvocationID=d8ded6e2-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:09:28+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8dece54-656c-11ed-9561-9a227e86da57 | InvocationID=d8ded6e2-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:28+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8dece54-656c-11ed-9561-9a227e86da57 | InvocationID=d8ded6e2-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:30+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb4cbfd0-656c-11ed-9561-9a227e86da57 | InvocationID=cb4cc188-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:09:30+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da0d27da-656c-11ed-9561-9a227e86da57 | InvocationID=da0d294c-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:09:53+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8dece54-656c-11ed-9561-9a227e86da57 | InvocationID=d8ded6e2-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:09:53+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c9687a-656c-11ed-9561-9a227e86da57 | InvocationID=e7c96a1e-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:09:53+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c9687a-656c-11ed-9561-9a227e86da57 | InvocationID=e7c96a1e-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:53+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7c9687a-656c-11ed-9561-9a227e86da57 | InvocationID=e7c96a1e-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:09:55+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da0d27da-656c-11ed-9561-9a227e86da57 | InvocationID=da0d294c-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:09:55+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8cd33dc-656c-11ed-9561-9a227e86da57 | InvocationID=e8cd35c6-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:10:18+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7c9687a-656c-11ed-9561-9a227e86da57 | InvocationID=e7c96a1e-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:10:18+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b40d2c-656c-11ed-9561-9a227e86da57 | InvocationID=f6b40f66-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:10:18+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b40d2c-656c-11ed-9561-9a227e86da57 | InvocationID=f6b40f66-656c-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:10:18+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b40d2c-656c-11ed-9561-9a227e86da57 | InvocationID=f6b40f66-656c-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:10:20+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8cd33dc-656c-11ed-9561-9a227e86da57 | InvocationID=e8cd35c6-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:10:20+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78c89cc-656c-11ed-9561-9a227e86da57 | InvocationID=f78c8b8e-656c-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:10:43+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b40d2c-656c-11ed-9561-9a227e86da57 | InvocationID=f6b40f66-656c-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:10:43+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=059ed146-656d-11ed-9561-9a227e86da57 | InvocationID=059ed402-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:10:43+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=059ed146-656d-11ed-9561-9a227e86da57 | InvocationID=059ed402-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:10:43+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=059ed146-656d-11ed-9561-9a227e86da57 | InvocationID=059ed402-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:10:44+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f78c89cc-656c-11ed-9561-9a227e86da57 | InvocationID=f78c8b8e-656c-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:10:44+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064c7012-656d-11ed-9561-9a227e86da57 | InvocationID=064c792c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:11:08+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=059ed146-656d-11ed-9561-9a227e86da57 | InvocationID=059ed402-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:11:08+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1488f4f2-656d-11ed-9561-9a227e86da57 | InvocationID=1488f6dc-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:11:08+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1488f4f2-656d-11ed-9561-9a227e86da57 | InvocationID=1488f6dc-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:08+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1488f4f2-656d-11ed-9561-9a227e86da57 | InvocationID=1488f6dc-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:09+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=064c7012-656d-11ed-9561-9a227e86da57 | InvocationID=064c792c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:11:09+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150cab9e-656d-11ed-9561-9a227e86da57 | InvocationID=150cad60-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:11:33+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1488f4f2-656d-11ed-9561-9a227e86da57 | InvocationID=1488f6dc-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:11:33+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2373258c-656d-11ed-9561-9a227e86da57 | InvocationID=2373276c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:11:33+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2373258c-656d-11ed-9561-9a227e86da57 | InvocationID=2373276c-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:33+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2373258c-656d-11ed-9561-9a227e86da57 | InvocationID=2373276c-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:34+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150cab9e-656d-11ed-9561-9a227e86da57 | InvocationID=150cad60-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:11:34+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ccec0c-656d-11ed-9561-9a227e86da57 | InvocationID=23cced88-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:11:58+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2373258c-656d-11ed-9561-9a227e86da57 | InvocationID=2373276c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:11:58+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325e0bde-656d-11ed-9561-9a227e86da57 | InvocationID=325e0de6-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:11:58+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325e0bde-656d-11ed-9561-9a227e86da57 | InvocationID=325e0de6-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:58+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325e0bde-656d-11ed-9561-9a227e86da57 | InvocationID=325e0de6-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:11:59+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23ccec0c-656d-11ed-9561-9a227e86da57 | InvocationID=23cced88-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:11:59+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=328c4ac6-656d-11ed-9561-9a227e86da57 | InvocationID=328c4c60-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:12:23+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325e0bde-656d-11ed-9561-9a227e86da57 | InvocationID=325e0de6-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:12:23+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414854ba-656d-11ed-9561-9a227e86da57 | InvocationID=414856ae-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:12:23+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414854ba-656d-11ed-9561-9a227e86da57 | InvocationID=414856ae-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:12:23+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414854ba-656d-11ed-9561-9a227e86da57 | InvocationID=414856ae-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:12:23+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=328c4ac6-656d-11ed-9561-9a227e86da57 | InvocationID=328c4c60-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:12:23+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414ef176-656d-11ed-9561-9a227e86da57 | InvocationID=414ef2ca-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:12:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=414ef176-656d-11ed-9561-9a227e86da57 | InvocationID=414ef2ca-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:12:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=500e2218-656d-11ed-9561-9a227e86da57 | InvocationID=500e23f8-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:12:48+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414854ba-656d-11ed-9561-9a227e86da57 | InvocationID=414856ae-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:12:48+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5035a0cc-656d-11ed-9561-9a227e86da57 | InvocationID=5035a234-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:12:49+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5035a0cc-656d-11ed-9561-9a227e86da57 | InvocationID=5035a234-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:12:49+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5035a0cc-656d-11ed-9561-9a227e86da57 | InvocationID=5035a234-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:13:13+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=500e2218-656d-11ed-9561-9a227e86da57 | InvocationID=500e23f8-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:13:13+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ece4850-656d-11ed-9561-9a227e86da57 | InvocationID=5ece4ca6-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:13:14+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5035a0cc-656d-11ed-9561-9a227e86da57 | InvocationID=5035a234-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:13:14+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1fbd20-656d-11ed-9561-9a227e86da57 | InvocationID=5f1fbf3c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:13:14+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1fbd20-656d-11ed-9561-9a227e86da57 | InvocationID=5f1fbf3c-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:13:14+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1fbd20-656d-11ed-9561-9a227e86da57 | InvocationID=5f1fbf3c-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:13:38+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ece4850-656d-11ed-9561-9a227e86da57 | InvocationID=5ece4ca6-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:13:38+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d8dac32-656d-11ed-9561-9a227e86da57 | InvocationID=6d8dadcc-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:13:39+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1fbd20-656d-11ed-9561-9a227e86da57 | InvocationID=5f1fbf3c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:13:39+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e0a0bce-656d-11ed-9561-9a227e86da57 | InvocationID=6e0a0d4a-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:13:39+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e0a0bce-656d-11ed-9561-9a227e86da57 | InvocationID=6e0a0d4a-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:13:39+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e0a0bce-656d-11ed-9561-9a227e86da57 | InvocationID=6e0a0d4a-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:02+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d8dac32-656d-11ed-9561-9a227e86da57 | InvocationID=6d8dadcc-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:14:02+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4e88b8-656d-11ed-9561-9a227e86da57 | InvocationID=7c4e8b9c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:14:04+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e0a0bce-656d-11ed-9561-9a227e86da57 | InvocationID=6e0a0d4a-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:14:04+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf48f24-656d-11ed-9561-9a227e86da57 | InvocationID=7cf49104-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:14:04+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf48f24-656d-11ed-9561-9a227e86da57 | InvocationID=7cf49104-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:04+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cf48f24-656d-11ed-9561-9a227e86da57 | InvocationID=7cf49104-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:27+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4e88b8-656d-11ed-9561-9a227e86da57 | InvocationID=7c4e8b9c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:14:27+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b142c54-656d-11ed-9561-9a227e86da57 | InvocationID=8b142e2a-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:14:29+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cf48f24-656d-11ed-9561-9a227e86da57 | InvocationID=7cf49104-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:14:29+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bdfc986-656d-11ed-9561-9a227e86da57 | InvocationID=8bdfcaee-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:14:29+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bdfc986-656d-11ed-9561-9a227e86da57 | InvocationID=8bdfcaee-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:29+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bdfc986-656d-11ed-9561-9a227e86da57 | InvocationID=8bdfcaee-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:52+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b142c54-656d-11ed-9561-9a227e86da57 | InvocationID=8b142e2a-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:14:52+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99d4b89e-656d-11ed-9561-9a227e86da57 | InvocationID=99d4ba6a-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:14:54+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bdfc986-656d-11ed-9561-9a227e86da57 | InvocationID=8bdfcaee-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:14:54+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac99b34-656d-11ed-9561-9a227e86da57 | InvocationID=9ac99ca6-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:14:54+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac99b34-656d-11ed-9561-9a227e86da57 | InvocationID=9ac99ca6-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:14:54+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac99b34-656d-11ed-9561-9a227e86da57 | InvocationID=9ac99ca6-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:15:17+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99d4b89e-656d-11ed-9561-9a227e86da57 | InvocationID=99d4ba6a-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:15:17+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8966a4e-656d-11ed-9561-9a227e86da57 | InvocationID=a8966d1e-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:15:19+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac99b34-656d-11ed-9561-9a227e86da57 | InvocationID=9ac99ca6-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:15:19+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9b39c6c-656d-11ed-9561-9a227e86da57 | InvocationID=a9b39fbe-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:15:19+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9b39c6c-656d-11ed-9561-9a227e86da57 | InvocationID=a9b39fbe-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:15:19+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9b39c6c-656d-11ed-9561-9a227e86da57 | InvocationID=a9b39fbe-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:15:42+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8966a4e-656d-11ed-9561-9a227e86da57 | InvocationID=a8966d1e-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:15:42+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b756a68e-656d-11ed-9561-9a227e86da57 | InvocationID=b756a882-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:15:44+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9b39c6c-656d-11ed-9561-9a227e86da57 | InvocationID=a9b39fbe-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:15:44+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89d8d64-656d-11ed-9561-9a227e86da57 | InvocationID=b89d8eb8-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:15:44+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89d8d64-656d-11ed-9561-9a227e86da57 | InvocationID=b89d8eb8-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:15:44+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89d8d64-656d-11ed-9561-9a227e86da57 | InvocationID=b89d8eb8-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:06+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b756a68e-656d-11ed-9561-9a227e86da57 | InvocationID=b756a882-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:16:06+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c617e08e-656d-11ed-9561-9a227e86da57 | InvocationID=c617e20a-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:16:09+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89d8d64-656d-11ed-9561-9a227e86da57 | InvocationID=b89d8eb8-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:16:09+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7879392-656d-11ed-9561-9a227e86da57 | InvocationID=c787954a-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:16:09+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7879392-656d-11ed-9561-9a227e86da57 | InvocationID=c787954a-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:09+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7879392-656d-11ed-9561-9a227e86da57 | InvocationID=c787954a-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:31+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c617e08e-656d-11ed-9561-9a227e86da57 | InvocationID=c617e20a-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:16:31+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4d9040e-656d-11ed-9561-9a227e86da57 | InvocationID=d4d9088c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:16:34+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7879392-656d-11ed-9561-9a227e86da57 | InvocationID=c787954a-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:16:34+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d671ec04-656d-11ed-9561-9a227e86da57 | InvocationID=d671ede4-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:16:34+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d671ec04-656d-11ed-9561-9a227e86da57 | InvocationID=d671ede4-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:34+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d671ec04-656d-11ed-9561-9a227e86da57 | InvocationID=d671ede4-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:56+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4d9040e-656d-11ed-9561-9a227e86da57 | InvocationID=d4d9088c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:16:56+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39be38a-656d-11ed-9561-9a227e86da57 | InvocationID=e39be524-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:16:59+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d671ec04-656d-11ed-9561-9a227e86da57 | InvocationID=d671ede4-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:16:59+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55c020e-656d-11ed-9561-9a227e86da57 | InvocationID=e55c036c-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:16:59+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55c020e-656d-11ed-9561-9a227e86da57 | InvocationID=e55c036c-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:16:59+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55c020e-656d-11ed-9561-9a227e86da57 | InvocationID=e55c036c-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:17:21+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e39be38a-656d-11ed-9561-9a227e86da57 | InvocationID=e39be524-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:17:21+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25fac94-656d-11ed-9561-9a227e86da57 | InvocationID=f25fb9f0-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:17:24+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55c020e-656d-11ed-9561-9a227e86da57 | InvocationID=e55c036c-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:17:24+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4468ab4-656d-11ed-9561-9a227e86da57 | InvocationID=f4468c76-656d-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:17:24+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4468ab4-656d-11ed-9561-9a227e86da57 | InvocationID=f4468c76-656d-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:17:24+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4468ab4-656d-11ed-9561-9a227e86da57 | InvocationID=f4468c76-656d-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:17:45+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25fac94-656d-11ed-9561-9a227e86da57 | InvocationID=f25fb9f0-656d-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:17:45+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012205a6-656e-11ed-9561-9a227e86da57 | InvocationID=0122079a-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:17:49+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4468ab4-656d-11ed-9561-9a227e86da57 | InvocationID=f4468c76-656d-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:17:49+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0332a9ae-656e-11ed-9561-9a227e86da57 | InvocationID=0332ab3e-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:17:49+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0332a9ae-656e-11ed-9561-9a227e86da57 | InvocationID=0332ab3e-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:17:49+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0332a9ae-656e-11ed-9561-9a227e86da57 | InvocationID=0332ab3e-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:18:10+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=012205a6-656e-11ed-9561-9a227e86da57 | InvocationID=0122079a-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:18:10+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff4dde2-656e-11ed-9561-9a227e86da57 | InvocationID=0ff4dfa4-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:18:14+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0332a9ae-656e-11ed-9561-9a227e86da57 | InvocationID=0332ab3e-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:18:14+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12276846-656e-11ed-9561-9a227e86da57 | InvocationID=12276a12-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:18:14+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12276846-656e-11ed-9561-9a227e86da57 | InvocationID=12276a12-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:18:14+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12276846-656e-11ed-9561-9a227e86da57 | InvocationID=12276a12-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:18:36+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff4dde2-656e-11ed-9561-9a227e86da57 | InvocationID=0ff4dfa4-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:18:36+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f6aa96e-656e-11ed-9561-9a227e86da57 | InvocationID=1f6aab30-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:18:39+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12276846-656e-11ed-9561-9a227e86da57 | InvocationID=12276a12-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:18:39+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214c4882-656e-11ed-9561-9a227e86da57 | InvocationID=214c4a62-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:18:39+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214c4882-656e-11ed-9561-9a227e86da57 | InvocationID=214c4a62-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:18:39+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=214c4882-656e-11ed-9561-9a227e86da57 | InvocationID=214c4a62-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:01+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f6aa96e-656e-11ed-9561-9a227e86da57 | InvocationID=1f6aab30-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:19:01+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e458666-656e-11ed-9561-9a227e86da57 | InvocationID=2e458846-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:19:04+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=214c4882-656e-11ed-9561-9a227e86da57 | InvocationID=214c4a62-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:19:04+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3039c34c-656e-11ed-9561-9a227e86da57 | InvocationID=3039c536-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:19:04+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3039c34c-656e-11ed-9561-9a227e86da57 | InvocationID=3039c536-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:04+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3039c34c-656e-11ed-9561-9a227e86da57 | InvocationID=3039c536-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:26+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e458666-656e-11ed-9561-9a227e86da57 | InvocationID=2e458846-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:19:26+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d07bf16-656e-11ed-9561-9a227e86da57 | InvocationID=3d07c2ea-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:19:29+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3039c34c-656e-11ed-9561-9a227e86da57 | InvocationID=3039c536-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:19:29+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f26bd92-656e-11ed-9561-9a227e86da57 | InvocationID=3f26e40c-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:19:29+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f26bd92-656e-11ed-9561-9a227e86da57 | InvocationID=3f26e40c-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:29+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f26bd92-656e-11ed-9561-9a227e86da57 | InvocationID=3f26e40c-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:51+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d07bf16-656e-11ed-9561-9a227e86da57 | InvocationID=3d07c2ea-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:19:51+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc7e63e-656e-11ed-9561-9a227e86da57 | InvocationID=4bc7e80a-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:19:54+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f26bd92-656e-11ed-9561-9a227e86da57 | InvocationID=3f26e40c-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:19:54+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e11b154-656e-11ed-9561-9a227e86da57 | InvocationID=4e11b2da-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:19:54+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e11b154-656e-11ed-9561-9a227e86da57 | InvocationID=4e11b2da-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:19:54+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e11b154-656e-11ed-9561-9a227e86da57 | InvocationID=4e11b2da-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:20:15+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bc7e63e-656e-11ed-9561-9a227e86da57 | InvocationID=4bc7e80a-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:20:15+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8b2e10-656e-11ed-9561-9a227e86da57 | InvocationID=5a8b2fc8-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:20:19+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e11b154-656e-11ed-9561-9a227e86da57 | InvocationID=4e11b2da-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:20:19+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfd0c7c-656e-11ed-9561-9a227e86da57 | InvocationID=5cfd0e70-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:20:19+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfd0c7c-656e-11ed-9561-9a227e86da57 | InvocationID=5cfd0e70-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:20:19+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfd0c7c-656e-11ed-9561-9a227e86da57 | InvocationID=5cfd0e70-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:20:40+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a8b2e10-656e-11ed-9561-9a227e86da57 | InvocationID=5a8b2fc8-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:20:40+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694c5d34-656e-11ed-9561-9a227e86da57 | InvocationID=694c5fbe-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:20:44+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfd0c7c-656e-11ed-9561-9a227e86da57 | InvocationID=5cfd0e70-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:20:44+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6be80e1c-656e-11ed-9561-9a227e86da57 | InvocationID=6be80f8e-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:20:44+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6be80e1c-656e-11ed-9561-9a227e86da57 | InvocationID=6be80f8e-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:20:44+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6be80e1c-656e-11ed-9561-9a227e86da57 | InvocationID=6be80f8e-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:21:05+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694c5d34-656e-11ed-9561-9a227e86da57 | InvocationID=694c5fbe-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:21:05+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780faa1a-656e-11ed-9561-9a227e86da57 | InvocationID=780fabc8-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:21:09+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6be80e1c-656e-11ed-9561-9a227e86da57 | InvocationID=6be80f8e-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:21:09+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad23074-656e-11ed-9561-9a227e86da57 | InvocationID=7ad23218-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:21:10+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad23074-656e-11ed-9561-9a227e86da57 | InvocationID=7ad23218-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:21:10+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad23074-656e-11ed-9561-9a227e86da57 | InvocationID=7ad23218-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:21:30+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=780faa1a-656e-11ed-9561-9a227e86da57 | InvocationID=780fabc8-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:21:30+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86d14144-656e-11ed-9561-9a227e86da57 | InvocationID=86d14360-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:21:35+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad23074-656e-11ed-9561-9a227e86da57 | InvocationID=7ad23218-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:21:35+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89be630a-656e-11ed-9561-9a227e86da57 | InvocationID=89be6490-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:21:35+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89be630a-656e-11ed-9561-9a227e86da57 | InvocationID=89be6490-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:21:35+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89be630a-656e-11ed-9561-9a227e86da57 | InvocationID=89be6490-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:21:54+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86d14144-656e-11ed-9561-9a227e86da57 | InvocationID=86d14360-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:21:54+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a0ca14-656e-11ed-9561-9a227e86da57 | InvocationID=95a0cc26-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:22:00+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89be630a-656e-11ed-9561-9a227e86da57 | InvocationID=89be6490-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:22:00+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98aadb78-656e-11ed-9561-9a227e86da57 | InvocationID=98aadcea-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:22:00+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98aadb78-656e-11ed-9561-9a227e86da57 | InvocationID=98aadcea-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:22:00+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98aadb78-656e-11ed-9561-9a227e86da57 | InvocationID=98aadcea-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:22:19+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a0ca14-656e-11ed-9561-9a227e86da57 | InvocationID=95a0cc26-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:22:19+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46b51cc-656e-11ed-9561-9a227e86da57 | InvocationID=a46b678e-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:22:25+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98aadb78-656e-11ed-9561-9a227e86da57 | InvocationID=98aadcea-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:22:25+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a796121a-656e-11ed-9561-9a227e86da57 | InvocationID=a79613c8-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:22:25+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a796121a-656e-11ed-9561-9a227e86da57 | InvocationID=a79613c8-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:22:25+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a796121a-656e-11ed-9561-9a227e86da57 | InvocationID=a79613c8-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:22:44+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46b51cc-656e-11ed-9561-9a227e86da57 | InvocationID=a46b678e-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:22:44+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3336cee-656e-11ed-9561-9a227e86da57 | InvocationID=b3336f1e-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:22:50+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a796121a-656e-11ed-9561-9a227e86da57 | InvocationID=a79613c8-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:22:50+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680c360-656e-11ed-9561-9a227e86da57 | InvocationID=b680c504-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:22:50+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680c360-656e-11ed-9561-9a227e86da57 | InvocationID=b680c504-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:22:50+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b680c360-656e-11ed-9561-9a227e86da57 | InvocationID=b680c504-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:23:09+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3336cee-656e-11ed-9561-9a227e86da57 | InvocationID=b3336f1e-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:23:09+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c20522f8-656e-11ed-9561-9a227e86da57 | InvocationID=c20525b4-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:23:15+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b680c360-656e-11ed-9561-9a227e86da57 | InvocationID=b680c504-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:23:15+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56b2884-656e-11ed-9561-9a227e86da57 | InvocationID=c56b2a6e-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:23:15+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56b2884-656e-11ed-9561-9a227e86da57 | InvocationID=c56b2a6e-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:23:15+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56b2884-656e-11ed-9561-9a227e86da57 | InvocationID=c56b2a6e-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:23:34+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c20522f8-656e-11ed-9561-9a227e86da57 | InvocationID=c20525b4-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:23:34+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d24554-656e-11ed-9561-9a227e86da57 | InvocationID=d0d2472a-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:23:40+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56b2884-656e-11ed-9561-9a227e86da57 | InvocationID=c56b2a6e-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:23:40+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d456bcb4-656e-11ed-9561-9a227e86da57 | InvocationID=d456be26-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:23:40+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d456bcb4-656e-11ed-9561-9a227e86da57 | InvocationID=d456be26-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:23:40+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d456bcb4-656e-11ed-9561-9a227e86da57 | InvocationID=d456be26-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:23:59+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0d24554-656e-11ed-9561-9a227e86da57 | InvocationID=d0d2472a-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:23:59+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa48222-656e-11ed-9561-9a227e86da57 | InvocationID=dfa484d4-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:24:05+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d456bcb4-656e-11ed-9561-9a227e86da57 | InvocationID=d456be26-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:24:05+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e341b6a2-656e-11ed-9561-9a227e86da57 | InvocationID=e341b878-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:24:05+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e341b6a2-656e-11ed-9561-9a227e86da57 | InvocationID=e341b878-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:24:05+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e341b6a2-656e-11ed-9561-9a227e86da57 | InvocationID=e341b878-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:24:23+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa48222-656e-11ed-9561-9a227e86da57 | InvocationID=dfa484d4-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:24:23+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee73440a-656e-11ed-9561-9a227e86da57 | InvocationID=ee734612-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:24:30+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e341b6a2-656e-11ed-9561-9a227e86da57 | InvocationID=e341b878-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:24:30+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22d5496-656e-11ed-9561-9a227e86da57 | InvocationID=f22d563a-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:24:30+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22d5496-656e-11ed-9561-9a227e86da57 | InvocationID=f22d563a-656e-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:24:30+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22d5496-656e-11ed-9561-9a227e86da57 | InvocationID=f22d563a-656e-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:24:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee73440a-656e-11ed-9561-9a227e86da57 | InvocationID=ee734612-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:24:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3e05b0-656e-11ed-9561-9a227e86da57 | InvocationID=fd3e09ac-656e-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:24:55+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22d5496-656e-11ed-9561-9a227e86da57 | InvocationID=f22d563a-656e-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:24:55+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0118cbd4-656f-11ed-9561-9a227e86da57 | InvocationID=0118cda0-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:24:55+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0118cbd4-656f-11ed-9561-9a227e86da57 | InvocationID=0118cda0-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:24:55+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0118cbd4-656f-11ed-9561-9a227e86da57 | InvocationID=0118cda0-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:25:13+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd3e05b0-656e-11ed-9561-9a227e86da57 | InvocationID=fd3e09ac-656e-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:25:13+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c0828fa-656f-11ed-9561-9a227e86da57 | InvocationID=0c082aee-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:25:20+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0118cbd4-656f-11ed-9561-9a227e86da57 | InvocationID=0118cda0-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:25:20+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1003ed36-656f-11ed-9561-9a227e86da57 | InvocationID=1003ef16-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:25:20+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1003ed36-656f-11ed-9561-9a227e86da57 | InvocationID=1003ef16-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:25:20+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1003ed36-656f-11ed-9561-9a227e86da57 | InvocationID=1003ef16-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:25:38+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c0828fa-656f-11ed-9561-9a227e86da57 | InvocationID=0c082aee-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:25:38+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac7682e-656f-11ed-9561-9a227e86da57 | InvocationID=1ac76a18-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:25:45+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1003ed36-656f-11ed-9561-9a227e86da57 | InvocationID=1003ef16-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:25:45+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef000b4-656f-11ed-9561-9a227e86da57 | InvocationID=1ef00582-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:25:45+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef000b4-656f-11ed-9561-9a227e86da57 | InvocationID=1ef00582-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:25:45+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef000b4-656f-11ed-9561-9a227e86da57 | InvocationID=1ef00582-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:26:03+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ac7682e-656f-11ed-9561-9a227e86da57 | InvocationID=1ac76a18-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:26:03+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2988c1c8-656f-11ed-9561-9a227e86da57 | InvocationID=2988c5f6-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:26:10+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef000b4-656f-11ed-9561-9a227e86da57 | InvocationID=1ef00582-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:26:10+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddb4a02-656f-11ed-9561-9a227e86da57 | InvocationID=2ddb4c00-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:26:10+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddb4a02-656f-11ed-9561-9a227e86da57 | InvocationID=2ddb4c00-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:26:10+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddb4a02-656f-11ed-9561-9a227e86da57 | InvocationID=2ddb4c00-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:26:27+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2988c1c8-656f-11ed-9561-9a227e86da57 | InvocationID=2988c5f6-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:26:27+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=384daa98-656f-11ed-9561-9a227e86da57 | InvocationID=384daf2a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:26:35+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddb4a02-656f-11ed-9561-9a227e86da57 | InvocationID=2ddb4c00-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:26:35+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc58d16-656f-11ed-9561-9a227e86da57 | InvocationID=3cc58f1e-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:26:35+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc58d16-656f-11ed-9561-9a227e86da57 | InvocationID=3cc58f1e-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:26:35+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc58d16-656f-11ed-9561-9a227e86da57 | InvocationID=3cc58f1e-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:26:52+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=384daa98-656f-11ed-9561-9a227e86da57 | InvocationID=384daf2a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:26:52+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=470e94a2-656f-11ed-9561-9a227e86da57 | InvocationID=470e96a0-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:27:00+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc58d16-656f-11ed-9561-9a227e86da57 | InvocationID=3cc58f1e-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:27:00+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bafad48-656f-11ed-9561-9a227e86da57 | InvocationID=4bafaf00-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:27:00+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bafad48-656f-11ed-9561-9a227e86da57 | InvocationID=4bafaf00-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:27:00+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bafad48-656f-11ed-9561-9a227e86da57 | InvocationID=4bafaf00-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:27:17+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=470e94a2-656f-11ed-9561-9a227e86da57 | InvocationID=470e96a0-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:27:17+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55cf9086-656f-11ed-9561-9a227e86da57 | InvocationID=55cf9400-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:27:25+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bafad48-656f-11ed-9561-9a227e86da57 | InvocationID=4bafaf00-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:27:25+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a99c2da-656f-11ed-9561-9a227e86da57 | InvocationID=5a99c46a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:27:25+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a99c2da-656f-11ed-9561-9a227e86da57 | InvocationID=5a99c46a-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:27:25+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a99c2da-656f-11ed-9561-9a227e86da57 | InvocationID=5a99c46a-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:27:42+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55cf9086-656f-11ed-9561-9a227e86da57 | InvocationID=55cf9400-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:27:42+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64940cdc-656f-11ed-9561-9a227e86da57 | InvocationID=64940f8e-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:27:50+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a99c2da-656f-11ed-9561-9a227e86da57 | InvocationID=5a99c46a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:27:50+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69850d9a-656f-11ed-9561-9a227e86da57 | InvocationID=69851024-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:27:50+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69850d9a-656f-11ed-9561-9a227e86da57 | InvocationID=69851024-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:27:50+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69850d9a-656f-11ed-9561-9a227e86da57 | InvocationID=69851024-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:28:06+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64940cdc-656f-11ed-9561-9a227e86da57 | InvocationID=64940f8e-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:28:06+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7356aa2c-656f-11ed-9561-9a227e86da57 | InvocationID=7356ad7e-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:28:15+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69850d9a-656f-11ed-9561-9a227e86da57 | InvocationID=69851024-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:28:15+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7873140a-656f-11ed-9561-9a227e86da57 | InvocationID=78731bda-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:28:15+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7873140a-656f-11ed-9561-9a227e86da57 | InvocationID=78731bda-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:28:15+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7873140a-656f-11ed-9561-9a227e86da57 | InvocationID=78731bda-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:28:31+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7356aa2c-656f-11ed-9561-9a227e86da57 | InvocationID=7356ad7e-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:28:31+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8218b62c-656f-11ed-9561-9a227e86da57 | InvocationID=8218b7a8-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:28:40+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7873140a-656f-11ed-9561-9a227e86da57 | InvocationID=78731bda-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:28:40+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875d9706-656f-11ed-9561-9a227e86da57 | InvocationID=875d9896-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:28:40+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875d9706-656f-11ed-9561-9a227e86da57 | InvocationID=875d9896-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:28:40+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875d9706-656f-11ed-9561-9a227e86da57 | InvocationID=875d9896-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:28:56+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8218b62c-656f-11ed-9561-9a227e86da57 | InvocationID=8218b7a8-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:28:56+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d8f384-656f-11ed-9561-9a227e86da57 | InvocationID=90d8f514-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:29:05+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875d9706-656f-11ed-9561-9a227e86da57 | InvocationID=875d9896-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:29:05+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964773f4-656f-11ed-9561-9a227e86da57 | InvocationID=9647757a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:29:05+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964773f4-656f-11ed-9561-9a227e86da57 | InvocationID=9647757a-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:29:05+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964773f4-656f-11ed-9561-9a227e86da57 | InvocationID=9647757a-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:29:21+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d8f384-656f-11ed-9561-9a227e86da57 | InvocationID=90d8f514-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:29:21+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9c0348-656f-11ed-9561-9a227e86da57 | InvocationID=9f9c0532-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:29:30+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964773f4-656f-11ed-9561-9a227e86da57 | InvocationID=9647757a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:29:30+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a531498a-656f-11ed-9561-9a227e86da57 | InvocationID=a53154d4-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:29:30+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a531498a-656f-11ed-9561-9a227e86da57 | InvocationID=a53154d4-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:29:30+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a531498a-656f-11ed-9561-9a227e86da57 | InvocationID=a53154d4-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:29:46+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9c0348-656f-11ed-9561-9a227e86da57 | InvocationID=9f9c0532-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:29:46+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae661882-656f-11ed-9561-9a227e86da57 | InvocationID=ae661b20-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:29:55+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a531498a-656f-11ed-9561-9a227e86da57 | InvocationID=a53154d4-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:29:55+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41c0174-656f-11ed-9561-9a227e86da57 | InvocationID=b41c03c2-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:29:55+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41c0174-656f-11ed-9561-9a227e86da57 | InvocationID=b41c03c2-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:29:55+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41c0174-656f-11ed-9561-9a227e86da57 | InvocationID=b41c03c2-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:30:10+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae661882-656f-11ed-9561-9a227e86da57 | InvocationID=ae661b20-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:30:10+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd293174-656f-11ed-9561-9a227e86da57 | InvocationID=bd29335e-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:30:20+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41c0174-656f-11ed-9561-9a227e86da57 | InvocationID=b41c03c2-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:30:20+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c306582e-656f-11ed-9561-9a227e86da57 | InvocationID=c3065a86-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:30:20+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c306582e-656f-11ed-9561-9a227e86da57 | InvocationID=c3065a86-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:30:20+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c306582e-656f-11ed-9561-9a227e86da57 | InvocationID=c3065a86-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:30:35+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd293174-656f-11ed-9561-9a227e86da57 | InvocationID=bd29335e-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:30:35+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbea8230-656f-11ed-9561-9a227e86da57 | InvocationID=cbea841a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:30:45+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c306582e-656f-11ed-9561-9a227e86da57 | InvocationID=c3065a86-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:30:45+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f18a5c-656f-11ed-9561-9a227e86da57 | InvocationID=d1f18c28-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:30:45+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f18a5c-656f-11ed-9561-9a227e86da57 | InvocationID=d1f18c28-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:30:45+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f18a5c-656f-11ed-9561-9a227e86da57 | InvocationID=d1f18c28-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:31:00+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbea8230-656f-11ed-9561-9a227e86da57 | InvocationID=cbea841a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:31:00+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daab45c0-656f-11ed-9561-9a227e86da57 | InvocationID=daab47a0-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:31:10+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f18a5c-656f-11ed-9561-9a227e86da57 | InvocationID=d1f18c28-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:31:10+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0dc223e-656f-11ed-9561-9a227e86da57 | InvocationID=e0dc240a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:31:10+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0dc223e-656f-11ed-9561-9a227e86da57 | InvocationID=e0dc240a-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:31:10+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0dc223e-656f-11ed-9561-9a227e86da57 | InvocationID=e0dc240a-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:31:25+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daab45c0-656f-11ed-9561-9a227e86da57 | InvocationID=daab47a0-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:31:25+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96ba5a0-656f-11ed-9561-9a227e86da57 | InvocationID=e96ba79e-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:31:35+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0dc223e-656f-11ed-9561-9a227e86da57 | InvocationID=e0dc240a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:31:35+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc67b00-656f-11ed-9561-9a227e86da57 | InvocationID=efc67c9a-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:31:35+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc67b00-656f-11ed-9561-9a227e86da57 | InvocationID=efc67c9a-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:31:35+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efc67b00-656f-11ed-9561-9a227e86da57 | InvocationID=efc67c9a-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:31:49+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e96ba5a0-656f-11ed-9561-9a227e86da57 | InvocationID=e96ba79e-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:31:49+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f82d9f9e-656f-11ed-9561-9a227e86da57 | InvocationID=f82da156-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:32:00+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efc67b00-656f-11ed-9561-9a227e86da57 | InvocationID=efc67c9a-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:32:00+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb0a8c0-656f-11ed-9561-9a227e86da57 | InvocationID=feb0aa3c-656f-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:32:00+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb0a8c0-656f-11ed-9561-9a227e86da57 | InvocationID=feb0aa3c-656f-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:32:00+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb0a8c0-656f-11ed-9561-9a227e86da57 | InvocationID=feb0aa3c-656f-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:32:14+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f82d9f9e-656f-11ed-9561-9a227e86da57 | InvocationID=f82da156-656f-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:32:14+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ef07ac-6570-11ed-9561-9a227e86da57 | InvocationID=06ef0982-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:32:25+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb0a8c0-656f-11ed-9561-9a227e86da57 | InvocationID=feb0aa3c-656f-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:32:25+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d9b1244-6570-11ed-9561-9a227e86da57 | InvocationID=0d9b13f2-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:32:25+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d9b1244-6570-11ed-9561-9a227e86da57 | InvocationID=0d9b13f2-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:32:25+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d9b1244-6570-11ed-9561-9a227e86da57 | InvocationID=0d9b13f2-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:32:39+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06ef07ac-6570-11ed-9561-9a227e86da57 | InvocationID=06ef0982-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:32:39+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b3342a-6570-11ed-9561-9a227e86da57 | InvocationID=15b33614-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:32:50+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d9b1244-6570-11ed-9561-9a227e86da57 | InvocationID=0d9b13f2-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:32:50+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c852baa-6570-11ed-9561-9a227e86da57 | InvocationID=1c852d6c-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:32:50+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c852baa-6570-11ed-9561-9a227e86da57 | InvocationID=1c852d6c-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:32:50+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c852baa-6570-11ed-9561-9a227e86da57 | InvocationID=1c852d6c-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:33:04+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15b3342a-6570-11ed-9561-9a227e86da57 | InvocationID=15b33614-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:33:04+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=247495b2-6570-11ed-9561-9a227e86da57 | InvocationID=24749a94-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:33:15+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c852baa-6570-11ed-9561-9a227e86da57 | InvocationID=1c852d6c-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:33:15+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b738774-6570-11ed-9561-9a227e86da57 | InvocationID=2b73899a-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:33:15+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b738774-6570-11ed-9561-9a227e86da57 | InvocationID=2b73899a-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:33:15+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b738774-6570-11ed-9561-9a227e86da57 | InvocationID=2b73899a-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:33:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=247495b2-6570-11ed-9561-9a227e86da57 | InvocationID=24749a94-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:33:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3335a6b8-6570-11ed-9561-9a227e86da57 | InvocationID=3335ad20-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:33:40+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b738774-6570-11ed-9561-9a227e86da57 | InvocationID=2b73899a-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:33:40+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5d4ae0-6570-11ed-9561-9a227e86da57 | InvocationID=3a5d4cb6-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:33:40+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5d4ae0-6570-11ed-9561-9a227e86da57 | InvocationID=3a5d4cb6-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:33:40+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a5d4ae0-6570-11ed-9561-9a227e86da57 | InvocationID=3a5d4cb6-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:33:53+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3335a6b8-6570-11ed-9561-9a227e86da57 | InvocationID=3335ad20-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:33:53+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f6a04e-6570-11ed-9561-9a227e86da57 | InvocationID=41f6a256-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:34:05+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a5d4ae0-6570-11ed-9561-9a227e86da57 | InvocationID=3a5d4cb6-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:34:05+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4949044a-6570-11ed-9561-9a227e86da57 | InvocationID=49490652-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:34:05+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4949044a-6570-11ed-9561-9a227e86da57 | InvocationID=49490652-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:34:05+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4949044a-6570-11ed-9561-9a227e86da57 | InvocationID=49490652-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:34:18+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f6a04e-6570-11ed-9561-9a227e86da57 | InvocationID=41f6a256-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:34:18+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b7b28a-6570-11ed-9561-9a227e86da57 | InvocationID=50b7b406-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:34:30+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4949044a-6570-11ed-9561-9a227e86da57 | InvocationID=49490652-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:34:30+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5833056e-6570-11ed-9561-9a227e86da57 | InvocationID=583306f4-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:34:30+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5833056e-6570-11ed-9561-9a227e86da57 | InvocationID=583306f4-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:34:30+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5833056e-6570-11ed-9561-9a227e86da57 | InvocationID=583306f4-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:34:43+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50b7b28a-6570-11ed-9561-9a227e86da57 | InvocationID=50b7b406-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:34:43+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f7a9562-6570-11ed-9561-9a227e86da57 | InvocationID=5f7a96e8-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:34:55+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5833056e-6570-11ed-9561-9a227e86da57 | InvocationID=583306f4-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:34:55+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=671d3b4e-6570-11ed-9561-9a227e86da57 | InvocationID=671d3d10-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:34:55+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=671d3b4e-6570-11ed-9561-9a227e86da57 | InvocationID=671d3d10-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:34:55+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=671d3b4e-6570-11ed-9561-9a227e86da57 | InvocationID=671d3d10-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:35:07+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f7a9562-6570-11ed-9561-9a227e86da57 | InvocationID=5f7a96e8-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:35:07+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3b936c-6570-11ed-9561-9a227e86da57 | InvocationID=6e3b9524-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:35:20+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=671d3b4e-6570-11ed-9561-9a227e86da57 | InvocationID=671d3d10-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:35:20+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76078290-6570-11ed-9561-9a227e86da57 | InvocationID=760784ac-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:35:20+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76078290-6570-11ed-9561-9a227e86da57 | InvocationID=760784ac-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:35:20+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76078290-6570-11ed-9561-9a227e86da57 | InvocationID=760784ac-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:35:32+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e3b936c-6570-11ed-9561-9a227e86da57 | InvocationID=6e3b9524-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:35:32+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfc047c-6570-11ed-9561-9a227e86da57 | InvocationID=7cfc060c-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:35:45+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76078290-6570-11ed-9561-9a227e86da57 | InvocationID=760784ac-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:35:45+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84f1a088-6570-11ed-9561-9a227e86da57 | InvocationID=84f1a1f0-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:35:45+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84f1a088-6570-11ed-9561-9a227e86da57 | InvocationID=84f1a1f0-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:35:45+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84f1a088-6570-11ed-9561-9a227e86da57 | InvocationID=84f1a1f0-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:35:57+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cfc047c-6570-11ed-9561-9a227e86da57 | InvocationID=7cfc060c-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:35:57+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bbcbbd2-6570-11ed-9561-9a227e86da57 | InvocationID=8bbcbd6c-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:36:10+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84f1a088-6570-11ed-9561-9a227e86da57 | InvocationID=84f1a1f0-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:36:10+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93dc2f1e-6570-11ed-9561-9a227e86da57 | InvocationID=93dc30b8-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:36:10+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93dc2f1e-6570-11ed-9561-9a227e86da57 | InvocationID=93dc30b8-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:36:10+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93dc2f1e-6570-11ed-9561-9a227e86da57 | InvocationID=93dc30b8-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:36:22+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bbcbbd2-6570-11ed-9561-9a227e86da57 | InvocationID=8bbcbd6c-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:36:22+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7f1a02-6570-11ed-9561-9a227e86da57 | InvocationID=9a7f1ca0-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:36:35+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93dc2f1e-6570-11ed-9561-9a227e86da57 | InvocationID=93dc30b8-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:36:35+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c6220a-6570-11ed-9561-9a227e86da57 | InvocationID=a2c623a4-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:36:36+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c6220a-6570-11ed-9561-9a227e86da57 | InvocationID=a2c623a4-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:36:36+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2c6220a-6570-11ed-9561-9a227e86da57 | InvocationID=a2c623a4-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:36:46+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7f1a02-6570-11ed-9561-9a227e86da57 | InvocationID=9a7f1ca0-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:36:46+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a94334e2-6570-11ed-9561-9a227e86da57 | InvocationID=a9433d34-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:37:01+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2c6220a-6570-11ed-9561-9a227e86da57 | InvocationID=a2c623a4-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:37:01+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b06500-6570-11ed-9561-9a227e86da57 | InvocationID=b1b066e0-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:37:01+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b06500-6570-11ed-9561-9a227e86da57 | InvocationID=b1b066e0-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:37:01+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1b06500-6570-11ed-9561-9a227e86da57 | InvocationID=b1b066e0-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:37:11+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a94334e2-6570-11ed-9561-9a227e86da57 | InvocationID=a9433d34-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:37:11+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b805d0fc-6570-11ed-9561-9a227e86da57 | InvocationID=b805d304-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:37:26+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1b06500-6570-11ed-9561-9a227e86da57 | InvocationID=b1b066e0-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:37:26+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09b2b2c-6570-11ed-9561-9a227e86da57 | InvocationID=c09b2f78-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:37:26+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09b2b2c-6570-11ed-9561-9a227e86da57 | InvocationID=c09b2f78-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:37:26+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09b2b2c-6570-11ed-9561-9a227e86da57 | InvocationID=c09b2f78-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:37:36+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b805d0fc-6570-11ed-9561-9a227e86da57 | InvocationID=b805d304-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:37:36+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c6ddac-6570-11ed-9561-9a227e86da57 | InvocationID=c6c6e040-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:37:51+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09b2b2c-6570-11ed-9561-9a227e86da57 | InvocationID=c09b2f78-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:37:51+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf86d6c2-6570-11ed-9561-9a227e86da57 | InvocationID=cf86d8a2-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:37:51+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf86d6c2-6570-11ed-9561-9a227e86da57 | InvocationID=cf86d8a2-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:37:51+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf86d6c2-6570-11ed-9561-9a227e86da57 | InvocationID=cf86d8a2-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:38:01+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c6ddac-6570-11ed-9561-9a227e86da57 | InvocationID=c6c6e040-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:38:01+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d588bd2e-6570-11ed-9561-9a227e86da57 | InvocationID=d588bf04-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:38:16+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf86d6c2-6570-11ed-9561-9a227e86da57 | InvocationID=cf86d8a2-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:38:16+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de75a456-6570-11ed-9561-9a227e86da57 | InvocationID=de75a762-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:38:16+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de75a456-6570-11ed-9561-9a227e86da57 | InvocationID=de75a762-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:38:16+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de75a456-6570-11ed-9561-9a227e86da57 | InvocationID=de75a762-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:38:25+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d588bd2e-6570-11ed-9561-9a227e86da57 | InvocationID=d588bf04-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:38:25+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44df96e-6570-11ed-9561-9a227e86da57 | InvocationID=e44dfb76-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:38:41+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de75a456-6570-11ed-9561-9a227e86da57 | InvocationID=de75a762-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:38:41+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5fbf56-6570-11ed-9561-9a227e86da57 | InvocationID=ed5fc0f0-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:38:41+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5fbf56-6570-11ed-9561-9a227e86da57 | InvocationID=ed5fc0f0-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:38:41+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed5fbf56-6570-11ed-9561-9a227e86da57 | InvocationID=ed5fc0f0-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:38:50+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44df96e-6570-11ed-9561-9a227e86da57 | InvocationID=e44dfb76-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:38:50+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30d1764-6570-11ed-9561-9a227e86da57 | InvocationID=f30d1b24-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:39:06+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed5fbf56-6570-11ed-9561-9a227e86da57 | InvocationID=ed5fc0f0-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:39:06+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc4999c4-6570-11ed-9561-9a227e86da57 | InvocationID=fc499b72-6570-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:39:06+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc4999c4-6570-11ed-9561-9a227e86da57 | InvocationID=fc499b72-6570-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:39:06+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc4999c4-6570-11ed-9561-9a227e86da57 | InvocationID=fc499b72-6570-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:39:15+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f30d1764-6570-11ed-9561-9a227e86da57 | InvocationID=f30d1b24-6570-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:39:15+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ce1816-6571-11ed-9561-9a227e86da57 | InvocationID=01ce1a3c-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:39:31+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc4999c4-6570-11ed-9561-9a227e86da57 | InvocationID=fc499b72-6570-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:39:31+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33ead4-6571-11ed-9561-9a227e86da57 | InvocationID=0b33eca0-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:39:31+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33ead4-6571-11ed-9561-9a227e86da57 | InvocationID=0b33eca0-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:39:31+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b33ead4-6571-11ed-9561-9a227e86da57 | InvocationID=0b33eca0-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:39:40+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ce1816-6571-11ed-9561-9a227e86da57 | InvocationID=01ce1a3c-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:39:40+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=108defca-6571-11ed-9561-9a227e86da57 | InvocationID=108df15a-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:39:56+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b33ead4-6571-11ed-9561-9a227e86da57 | InvocationID=0b33eca0-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:39:56+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1e6b6e-6571-11ed-9561-9a227e86da57 | InvocationID=1a1e6e0c-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:39:56+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1e6b6e-6571-11ed-9561-9a227e86da57 | InvocationID=1a1e6e0c-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:39:56+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1e6b6e-6571-11ed-9561-9a227e86da57 | InvocationID=1a1e6e0c-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:40:04+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=108defca-6571-11ed-9561-9a227e86da57 | InvocationID=108df15a-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:40:04+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4e4708-6571-11ed-9561-9a227e86da57 | InvocationID=1f4e48ca-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:40:21+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1e6b6e-6571-11ed-9561-9a227e86da57 | InvocationID=1a1e6e0c-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:40:21+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2908cf3e-6571-11ed-9561-9a227e86da57 | InvocationID=2908d0ba-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:40:21+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2908cf3e-6571-11ed-9561-9a227e86da57 | InvocationID=2908d0ba-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:40:21+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2908cf3e-6571-11ed-9561-9a227e86da57 | InvocationID=2908d0ba-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:40:29+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4e4708-6571-11ed-9561-9a227e86da57 | InvocationID=1f4e48ca-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:40:29+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0f1240-6571-11ed-9561-9a227e86da57 | InvocationID=2e0f1402-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:40:46+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2908cf3e-6571-11ed-9561-9a227e86da57 | InvocationID=2908d0ba-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:40:46+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f38cc8-6571-11ed-9561-9a227e86da57 | InvocationID=37f38fa2-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:40:46+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f38cc8-6571-11ed-9561-9a227e86da57 | InvocationID=37f38fa2-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:40:46+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f38cc8-6571-11ed-9561-9a227e86da57 | InvocationID=37f38fa2-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:40:54+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e0f1240-6571-11ed-9561-9a227e86da57 | InvocationID=2e0f1402-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:40:54+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ccfd9fe-6571-11ed-9561-9a227e86da57 | InvocationID=3ccfe192-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:41:11+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f38cc8-6571-11ed-9561-9a227e86da57 | InvocationID=37f38fa2-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:41:11+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46df547e-6571-11ed-9561-9a227e86da57 | InvocationID=46df562c-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:41:11+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46df547e-6571-11ed-9561-9a227e86da57 | InvocationID=46df562c-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:41:11+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46df547e-6571-11ed-9561-9a227e86da57 | InvocationID=46df562c-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:41:19+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ccfd9fe-6571-11ed-9561-9a227e86da57 | InvocationID=3ccfe192-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:41:19+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b92cf1e-6571-11ed-9561-9a227e86da57 | InvocationID=4b92d360-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:41:36+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46df547e-6571-11ed-9561-9a227e86da57 | InvocationID=46df562c-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:41:36+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ca1bd6-6571-11ed-9561-9a227e86da57 | InvocationID=55ca1dc0-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:41:36+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ca1bd6-6571-11ed-9561-9a227e86da57 | InvocationID=55ca1dc0-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:41:36+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ca1bd6-6571-11ed-9561-9a227e86da57 | InvocationID=55ca1dc0-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:41:43+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b92cf1e-6571-11ed-9561-9a227e86da57 | InvocationID=4b92d360-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:41:43+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a54339e-6571-11ed-9561-9a227e86da57 | InvocationID=5a54357e-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:42:01+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ca1bd6-6571-11ed-9561-9a227e86da57 | InvocationID=55ca1dc0-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:42:01+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64b5564c-6571-11ed-9561-9a227e86da57 | InvocationID=64b55836-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:42:01+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64b5564c-6571-11ed-9561-9a227e86da57 | InvocationID=64b55836-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:01+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64b5564c-6571-11ed-9561-9a227e86da57 | InvocationID=64b55836-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:08+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a54339e-6571-11ed-9561-9a227e86da57 | InvocationID=5a54357e-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:42:08+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6913bb02-6571-11ed-9561-9a227e86da57 | InvocationID=6913bd50-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:42:26+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64b5564c-6571-11ed-9561-9a227e86da57 | InvocationID=64b55836-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:42:26+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73a0b980-6571-11ed-9561-9a227e86da57 | InvocationID=73a0bbd8-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:42:26+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73a0b980-6571-11ed-9561-9a227e86da57 | InvocationID=73a0bbd8-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:26+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73a0b980-6571-11ed-9561-9a227e86da57 | InvocationID=73a0bbd8-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:33+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6913bb02-6571-11ed-9561-9a227e86da57 | InvocationID=6913bd50-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:42:33+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d5f470-6571-11ed-9561-9a227e86da57 | InvocationID=77d5f678-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:42:51+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73a0b980-6571-11ed-9561-9a227e86da57 | InvocationID=73a0bbd8-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:42:51+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=828b791c-6571-11ed-9561-9a227e86da57 | InvocationID=828b7ad4-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:42:51+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=828b791c-6571-11ed-9561-9a227e86da57 | InvocationID=828b7ad4-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:51+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=828b791c-6571-11ed-9561-9a227e86da57 | InvocationID=828b7ad4-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:42:58+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77d5f470-6571-11ed-9561-9a227e86da57 | InvocationID=77d5f678-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:42:58+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86967bba-6571-11ed-9561-9a227e86da57 | InvocationID=86967d54-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:43:16+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=828b791c-6571-11ed-9561-9a227e86da57 | InvocationID=828b7ad4-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:43:16+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9176bd74-6571-11ed-9561-9a227e86da57 | InvocationID=9176bf72-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:43:16+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9176bd74-6571-11ed-9561-9a227e86da57 | InvocationID=9176bf72-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:43:16+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9176bd74-6571-11ed-9561-9a227e86da57 | InvocationID=9176bf72-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:43:22+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86967bba-6571-11ed-9561-9a227e86da57 | InvocationID=86967d54-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:43:22+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95568834-6571-11ed-9561-9a227e86da57 | InvocationID=95569126-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:43:41+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9176bd74-6571-11ed-9561-9a227e86da57 | InvocationID=9176bf72-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:43:41+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a060ddc4-6571-11ed-9561-9a227e86da57 | InvocationID=a060dfd6-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:43:41+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a060ddc4-6571-11ed-9561-9a227e86da57 | InvocationID=a060dfd6-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:43:41+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a060ddc4-6571-11ed-9561-9a227e86da57 | InvocationID=a060dfd6-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:43:47+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95568834-6571-11ed-9561-9a227e86da57 | InvocationID=95569126-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:43:47+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4198ea2-6571-11ed-9561-9a227e86da57 | InvocationID=a41990d2-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:44:06+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a060ddc4-6571-11ed-9561-9a227e86da57 | InvocationID=a060dfd6-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:44:06+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4ee4e8-6571-11ed-9561-9a227e86da57 | InvocationID=af4ee678-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:44:06+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4ee4e8-6571-11ed-9561-9a227e86da57 | InvocationID=af4ee678-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:44:06+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4ee4e8-6571-11ed-9561-9a227e86da57 | InvocationID=af4ee678-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:44:12+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4198ea2-6571-11ed-9561-9a227e86da57 | InvocationID=a41990d2-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:44:12+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d9cb0a-6571-11ed-9561-9a227e86da57 | InvocationID=b2d9cd08-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:44:31+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4ee4e8-6571-11ed-9561-9a227e86da57 | InvocationID=af4ee678-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:44:31+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be393cc4-6571-11ed-9561-9a227e86da57 | InvocationID=be393e54-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:44:31+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be393cc4-6571-11ed-9561-9a227e86da57 | InvocationID=be393e54-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:44:31+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be393cc4-6571-11ed-9561-9a227e86da57 | InvocationID=be393e54-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:44:37+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2d9cb0a-6571-11ed-9561-9a227e86da57 | InvocationID=b2d9cd08-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:44:37+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1996f1a-6571-11ed-9561-9a227e86da57 | InvocationID=c19970a0-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:44:56+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be393cc4-6571-11ed-9561-9a227e86da57 | InvocationID=be393e54-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:44:56+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd23b980-6571-11ed-9561-9a227e86da57 | InvocationID=cd23bb9c-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:44:56+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd23b980-6571-11ed-9561-9a227e86da57 | InvocationID=cd23bb9c-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:44:56+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd23b980-6571-11ed-9561-9a227e86da57 | InvocationID=cd23bb9c-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:45:01+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1996f1a-6571-11ed-9561-9a227e86da57 | InvocationID=c19970a0-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:45:01+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05b5ce8-6571-11ed-9561-9a227e86da57 | InvocationID=d05b5e96-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:45:21+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd23b980-6571-11ed-9561-9a227e86da57 | InvocationID=cd23bb9c-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:45:21+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc0e2dfe-6571-11ed-9561-9a227e86da57 | InvocationID=dc0e34c0-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:45:21+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc0e2dfe-6571-11ed-9561-9a227e86da57 | InvocationID=dc0e34c0-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:45:21+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc0e2dfe-6571-11ed-9561-9a227e86da57 | InvocationID=dc0e34c0-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:45:26+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d05b5ce8-6571-11ed-9561-9a227e86da57 | InvocationID=d05b5e96-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:45:26+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1e7d00-6571-11ed-9561-9a227e86da57 | InvocationID=df1e8052-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:45:46+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc0e2dfe-6571-11ed-9561-9a227e86da57 | InvocationID=dc0e34c0-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:45:46+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf8e1c4-6571-11ed-9561-9a227e86da57 | InvocationID=eaf8e372-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:45:46+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf8e1c4-6571-11ed-9561-9a227e86da57 | InvocationID=eaf8e372-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:45:46+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf8e1c4-6571-11ed-9561-9a227e86da57 | InvocationID=eaf8e372-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:45:51+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df1e7d00-6571-11ed-9561-9a227e86da57 | InvocationID=df1e8052-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:45:51+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede15c68-6571-11ed-9561-9a227e86da57 | InvocationID=ede15df8-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:46:11+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf8e1c4-6571-11ed-9561-9a227e86da57 | InvocationID=eaf8e372-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:46:11+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e2f4ae-6571-11ed-9561-9a227e86da57 | InvocationID=f9e2f6fc-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:46:11+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e2f4ae-6571-11ed-9561-9a227e86da57 | InvocationID=f9e2f6fc-6571-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:46:11+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e2f4ae-6571-11ed-9561-9a227e86da57 | InvocationID=f9e2f6fc-6571-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:46:16+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ede15c68-6571-11ed-9561-9a227e86da57 | InvocationID=ede15df8-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:46:16+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca25a22-6571-11ed-9561-9a227e86da57 | InvocationID=fca25c70-6571-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:46:36+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e2f4ae-6571-11ed-9561-9a227e86da57 | InvocationID=f9e2f6fc-6571-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:46:36+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cd42a8-6572-11ed-9561-9a227e86da57 | InvocationID=08cd4ea6-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:46:36+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cd42a8-6572-11ed-9561-9a227e86da57 | InvocationID=08cd4ea6-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:46:36+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cd42a8-6572-11ed-9561-9a227e86da57 | InvocationID=08cd4ea6-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:46:41+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fca25a22-6571-11ed-9561-9a227e86da57 | InvocationID=fca25c70-6571-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:46:41+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6be87a-6572-11ed-9561-9a227e86da57 | InvocationID=0b6beac8-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:47:01+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cd42a8-6572-11ed-9561-9a227e86da57 | InvocationID=08cd4ea6-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:47:01+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b805aa-6572-11ed-9561-9a227e86da57 | InvocationID=17b8079e-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:47:01+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b805aa-6572-11ed-9561-9a227e86da57 | InvocationID=17b8079e-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:01+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17b805aa-6572-11ed-9561-9a227e86da57 | InvocationID=17b8079e-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:05+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b6be87a-6572-11ed-9561-9a227e86da57 | InvocationID=0b6beac8-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:47:05+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2c3bee-6572-11ed-9561-9a227e86da57 | InvocationID=1a2c3de2-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:47:26+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17b805aa-6572-11ed-9561-9a227e86da57 | InvocationID=17b8079e-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:47:26+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a248a0-6572-11ed-9561-9a227e86da57 | InvocationID=26a24a94-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:47:26+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a248a0-6572-11ed-9561-9a227e86da57 | InvocationID=26a24a94-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:26+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a248a0-6572-11ed-9561-9a227e86da57 | InvocationID=26a24a94-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:30+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a2c3bee-6572-11ed-9561-9a227e86da57 | InvocationID=1a2c3de2-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:47:30+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28ecad3a-6572-11ed-9561-9a227e86da57 | InvocationID=28ecaeb6-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:47:51+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a248a0-6572-11ed-9561-9a227e86da57 | InvocationID=26a24a94-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:47:51+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358d2074-6572-11ed-9561-9a227e86da57 | InvocationID=358d227c-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:47:51+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358d2074-6572-11ed-9561-9a227e86da57 | InvocationID=358d227c-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:51+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358d2074-6572-11ed-9561-9a227e86da57 | InvocationID=358d227c-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:47:55+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28ecad3a-6572-11ed-9561-9a227e86da57 | InvocationID=28ecaeb6-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:47:55+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37acb2ac-6572-11ed-9561-9a227e86da57 | InvocationID=37acb4c8-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:48:16+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358d2074-6572-11ed-9561-9a227e86da57 | InvocationID=358d227c-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:48:16+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447a30c2-6572-11ed-9561-9a227e86da57 | InvocationID=447a32f2-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:48:16+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447a30c2-6572-11ed-9561-9a227e86da57 | InvocationID=447a32f2-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:48:16+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447a30c2-6572-11ed-9561-9a227e86da57 | InvocationID=447a32f2-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:48:20+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37acb2ac-6572-11ed-9561-9a227e86da57 | InvocationID=37acb4c8-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:48:20+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=466d7614-6572-11ed-9561-9a227e86da57 | InvocationID=466d77c2-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:48:41+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447a30c2-6572-11ed-9561-9a227e86da57 | InvocationID=447a32f2-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:48:41+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5364a8f6-6572-11ed-9561-9a227e86da57 | InvocationID=5364aa90-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:48:41+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5364a8f6-6572-11ed-9561-9a227e86da57 | InvocationID=5364aa90-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:48:41+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5364a8f6-6572-11ed-9561-9a227e86da57 | InvocationID=5364aa90-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:48:44+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=466d7614-6572-11ed-9561-9a227e86da57 | InvocationID=466d77c2-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:48:44+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552f10b8-6572-11ed-9561-9a227e86da57 | InvocationID=552f1284-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:49:06+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5364a8f6-6572-11ed-9561-9a227e86da57 | InvocationID=5364aa90-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:49:06+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624fdc14-6572-11ed-9561-9a227e86da57 | InvocationID=624fdeb2-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:49:06+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624fdc14-6572-11ed-9561-9a227e86da57 | InvocationID=624fdeb2-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:06+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=624fdc14-6572-11ed-9561-9a227e86da57 | InvocationID=624fdeb2-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:09+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=552f10b8-6572-11ed-9561-9a227e86da57 | InvocationID=552f1284-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:49:09+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63f151ec-6572-11ed-9561-9a227e86da57 | InvocationID=63f1548a-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:49:31+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=624fdc14-6572-11ed-9561-9a227e86da57 | InvocationID=624fdeb2-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:49:31+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713a3e36-6572-11ed-9561-9a227e86da57 | InvocationID=713a41ba-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:49:31+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713a3e36-6572-11ed-9561-9a227e86da57 | InvocationID=713a41ba-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:31+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=713a3e36-6572-11ed-9561-9a227e86da57 | InvocationID=713a41ba-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:34+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63f151ec-6572-11ed-9561-9a227e86da57 | InvocationID=63f1548a-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:49:34+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b1187a-6572-11ed-9561-9a227e86da57 | InvocationID=72b11a00-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:49:56+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=713a3e36-6572-11ed-9561-9a227e86da57 | InvocationID=713a41ba-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:49:56+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8024a2d8-6572-11ed-9561-9a227e86da57 | InvocationID=8024a47c-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:49:56+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8024a2d8-6572-11ed-9561-9a227e86da57 | InvocationID=8024a47c-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:56+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8024a2d8-6572-11ed-9561-9a227e86da57 | InvocationID=8024a47c-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:49:59+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72b1187a-6572-11ed-9561-9a227e86da57 | InvocationID=72b11a00-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:49:59+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8171bd92-6572-11ed-9561-9a227e86da57 | InvocationID=8171c602-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:50:21+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8024a2d8-6572-11ed-9561-9a227e86da57 | InvocationID=8024a47c-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:50:21+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0ecbfc-6572-11ed-9561-9a227e86da57 | InvocationID=8f0ed7c8-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:50:21+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0ecbfc-6572-11ed-9561-9a227e86da57 | InvocationID=8f0ed7c8-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:50:21+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f0ecbfc-6572-11ed-9561-9a227e86da57 | InvocationID=8f0ed7c8-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:50:23+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8171bd92-6572-11ed-9561-9a227e86da57 | InvocationID=8171c602-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:50:23+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9032b0b6-6572-11ed-9561-9a227e86da57 | InvocationID=9032b2aa-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:50:46+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f0ecbfc-6572-11ed-9561-9a227e86da57 | InvocationID=8f0ed7c8-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:50:46+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df999bc-6572-11ed-9561-9a227e86da57 | InvocationID=9df99f48-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:50:46+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df999bc-6572-11ed-9561-9a227e86da57 | InvocationID=9df99f48-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:50:46+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9df999bc-6572-11ed-9561-9a227e86da57 | InvocationID=9df99f48-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:50:48+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9032b0b6-6572-11ed-9561-9a227e86da57 | InvocationID=9032b2aa-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:50:48+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef33698-6572-11ed-9561-9a227e86da57 | InvocationID=9ef33878-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:51:11+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9df999bc-6572-11ed-9561-9a227e86da57 | InvocationID=9df99f48-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:51:11+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace3f0c6-6572-11ed-9561-9a227e86da57 | InvocationID=ace3f51c-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:51:11+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace3f0c6-6572-11ed-9561-9a227e86da57 | InvocationID=ace3f51c-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:51:11+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace3f0c6-6572-11ed-9561-9a227e86da57 | InvocationID=ace3f51c-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:51:13+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ef33698-6572-11ed-9561-9a227e86da57 | InvocationID=9ef33878-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:51:13+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adba586e-6572-11ed-9561-9a227e86da57 | InvocationID=adba5a08-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:51:36+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace3f0c6-6572-11ed-9561-9a227e86da57 | InvocationID=ace3f51c-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:51:36+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbce7aca-6572-11ed-9561-9a227e86da57 | InvocationID=bbce7c96-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:51:37+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbce7aca-6572-11ed-9561-9a227e86da57 | InvocationID=bbce7c96-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:51:37+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbce7aca-6572-11ed-9561-9a227e86da57 | InvocationID=bbce7c96-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:51:38+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adba586e-6572-11ed-9561-9a227e86da57 | InvocationID=adba5a08-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:51:38+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc79e810-6572-11ed-9561-9a227e86da57 | InvocationID=bc79e98c-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:52:02+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbce7aca-6572-11ed-9561-9a227e86da57 | InvocationID=bbce7c96-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:52:02+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab9894e-6572-11ed-9561-9a227e86da57 | InvocationID=cab98c46-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:52:02+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab9894e-6572-11ed-9561-9a227e86da57 | InvocationID=cab98c46-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:02+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab9894e-6572-11ed-9561-9a227e86da57 | InvocationID=cab98c46-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:02+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc79e810-6572-11ed-9561-9a227e86da57 | InvocationID=bc79e98c-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:52:02+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb39f5de-6572-11ed-9561-9a227e86da57 | InvocationID=cb39f764-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:52:27+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab9894e-6572-11ed-9561-9a227e86da57 | InvocationID=cab98c46-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:52:27+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a37dc0-6572-11ed-9561-9a227e86da57 | InvocationID=d9a37ffa-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:52:27+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a37dc0-6572-11ed-9561-9a227e86da57 | InvocationID=d9a37ffa-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:27+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9a37dc0-6572-11ed-9561-9a227e86da57 | InvocationID=d9a37ffa-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:27+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb39f5de-6572-11ed-9561-9a227e86da57 | InvocationID=cb39f764-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:52:27+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9fc648a-6572-11ed-9561-9a227e86da57 | InvocationID=d9fc6656-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:52:52+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9a37dc0-6572-11ed-9561-9a227e86da57 | InvocationID=d9a37ffa-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:52:52+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e88e08be-6572-11ed-9561-9a227e86da57 | InvocationID=e88e0b3e-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:52:52+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e88e08be-6572-11ed-9561-9a227e86da57 | InvocationID=e88e0b3e-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:52+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e88e08be-6572-11ed-9561-9a227e86da57 | InvocationID=e88e0b3e-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:52:52+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9fc648a-6572-11ed-9561-9a227e86da57 | InvocationID=d9fc6656-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:52:52+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bbf17a-6572-11ed-9561-9a227e86da57 | InvocationID=e8bbf350-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:53:17+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e88e08be-6572-11ed-9561-9a227e86da57 | InvocationID=e88e0b3e-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:53:17+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f778274c-6572-11ed-9561-9a227e86da57 | InvocationID=f7783264-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:53:17+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f778274c-6572-11ed-9561-9a227e86da57 | InvocationID=f7783264-6572-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:53:17+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f778274c-6572-11ed-9561-9a227e86da57 | InvocationID=f7783264-6572-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:53:17+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8bbf17a-6572-11ed-9561-9a227e86da57 | InvocationID=e8bbf350-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:53:17+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f77e6030-6572-11ed-9561-9a227e86da57 | InvocationID=f77e61b6-6572-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:53:41+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f77e6030-6572-11ed-9561-9a227e86da57 | InvocationID=f77e61b6-6572-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:53:41+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0640d4d6-6573-11ed-9561-9a227e86da57 | InvocationID=0640d666-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:53:42+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f778274c-6572-11ed-9561-9a227e86da57 | InvocationID=f7783264-6572-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:53:42+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0662ad9a-6573-11ed-9561-9a227e86da57 | InvocationID=0662af2a-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:53:42+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0662ad9a-6573-11ed-9561-9a227e86da57 | InvocationID=0662af2a-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:53:42+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0662ad9a-6573-11ed-9561-9a227e86da57 | InvocationID=0662af2a-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:06+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0640d4d6-6573-11ed-9561-9a227e86da57 | InvocationID=0640d666-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:54:06+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150103ba-6573-11ed-9561-9a227e86da57 | InvocationID=150105c2-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:54:07+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0662ad9a-6573-11ed-9561-9a227e86da57 | InvocationID=0662af2a-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:54:07+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154d1cbe-6573-11ed-9561-9a227e86da57 | InvocationID=154d1f52-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:54:07+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154d1cbe-6573-11ed-9561-9a227e86da57 | InvocationID=154d1f52-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:07+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=154d1cbe-6573-11ed-9561-9a227e86da57 | InvocationID=154d1f52-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:31+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150103ba-6573-11ed-9561-9a227e86da57 | InvocationID=150105c2-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:54:31+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c4da84-6573-11ed-9561-9a227e86da57 | InvocationID=23c4dc46-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:54:32+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=154d1cbe-6573-11ed-9561-9a227e86da57 | InvocationID=154d1f52-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:54:32+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2438fb12-6573-11ed-9561-9a227e86da57 | InvocationID=2438fcde-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:54:32+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2438fb12-6573-11ed-9561-9a227e86da57 | InvocationID=2438fcde-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:32+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2438fb12-6573-11ed-9561-9a227e86da57 | InvocationID=2438fcde-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:56+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23c4da84-6573-11ed-9561-9a227e86da57 | InvocationID=23c4dc46-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:54:56+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3286cbb8-6573-11ed-9561-9a227e86da57 | InvocationID=3286cdac-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:54:57+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2438fb12-6573-11ed-9561-9a227e86da57 | InvocationID=2438fcde-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:54:57+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33234f2e-6573-11ed-9561-9a227e86da57 | InvocationID=33235276-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:54:57+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33234f2e-6573-11ed-9561-9a227e86da57 | InvocationID=33235276-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:54:57+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33234f2e-6573-11ed-9561-9a227e86da57 | InvocationID=33235276-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:55:20+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3286cbb8-6573-11ed-9561-9a227e86da57 | InvocationID=3286cdac-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:55:20+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4147e862-6573-11ed-9561-9a227e86da57 | InvocationID=4147ea1a-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:55:22+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33234f2e-6573-11ed-9561-9a227e86da57 | InvocationID=33235276-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:55:22+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420d9c92-6573-11ed-9561-9a227e86da57 | InvocationID=420d9df0-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:55:22+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420d9c92-6573-11ed-9561-9a227e86da57 | InvocationID=420d9df0-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:55:22+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420d9c92-6573-11ed-9561-9a227e86da57 | InvocationID=420d9df0-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:55:45+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4147e862-6573-11ed-9561-9a227e86da57 | InvocationID=4147ea1a-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:55:45+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=500e6f42-6573-11ed-9561-9a227e86da57 | InvocationID=500e717c-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:55:47+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420d9c92-6573-11ed-9561-9a227e86da57 | InvocationID=420d9df0-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:55:47+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f76684-6573-11ed-9561-9a227e86da57 | InvocationID=50f76a1c-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:55:47+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f76684-6573-11ed-9561-9a227e86da57 | InvocationID=50f76a1c-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:55:47+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f76684-6573-11ed-9561-9a227e86da57 | InvocationID=50f76a1c-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:56:10+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=500e6f42-6573-11ed-9561-9a227e86da57 | InvocationID=500e717c-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:56:10+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecfe024-6573-11ed-9561-9a227e86da57 | InvocationID=5ecfe1b4-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:56:12+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f76684-6573-11ed-9561-9a227e86da57 | InvocationID=50f76a1c-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:56:12+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe266b2-6573-11ed-9561-9a227e86da57 | InvocationID=5fe268ba-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:56:12+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe266b2-6573-11ed-9561-9a227e86da57 | InvocationID=5fe268ba-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:56:12+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe266b2-6573-11ed-9561-9a227e86da57 | InvocationID=5fe268ba-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:56:35+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ecfe024-6573-11ed-9561-9a227e86da57 | InvocationID=5ecfe1b4-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:56:35+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9040cc-6573-11ed-9561-9a227e86da57 | InvocationID=6d9042ac-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:56:37+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe266b2-6573-11ed-9561-9a227e86da57 | InvocationID=5fe268ba-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:56:37+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ecc422e-6573-11ed-9561-9a227e86da57 | InvocationID=6ecc43be-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:56:37+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ecc422e-6573-11ed-9561-9a227e86da57 | InvocationID=6ecc43be-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:56:37+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ecc422e-6573-11ed-9561-9a227e86da57 | InvocationID=6ecc43be-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:56:59+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9040cc-6573-11ed-9561-9a227e86da57 | InvocationID=6d9042ac-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:56:59+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c50a91c-6573-11ed-9561-9a227e86da57 | InvocationID=7c50b8bc-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:57:02+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ecc422e-6573-11ed-9561-9a227e86da57 | InvocationID=6ecc43be-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:57:02+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7db696cc-6573-11ed-9561-9a227e86da57 | InvocationID=7db69884-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:57:02+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7db696cc-6573-11ed-9561-9a227e86da57 | InvocationID=7db69884-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:57:02+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7db696cc-6573-11ed-9561-9a227e86da57 | InvocationID=7db69884-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:57:24+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c50a91c-6573-11ed-9561-9a227e86da57 | InvocationID=7c50b8bc-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:57:24+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b1154e2-6573-11ed-9561-9a227e86da57 | InvocationID=8b115758-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:57:27+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7db696cc-6573-11ed-9561-9a227e86da57 | InvocationID=7db69884-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:57:27+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca0eb60-6573-11ed-9561-9a227e86da57 | InvocationID=8ca0f0a6-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:57:27+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca0eb60-6573-11ed-9561-9a227e86da57 | InvocationID=8ca0f0a6-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:57:27+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca0eb60-6573-11ed-9561-9a227e86da57 | InvocationID=8ca0f0a6-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:57:49+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b1154e2-6573-11ed-9561-9a227e86da57 | InvocationID=8b115758-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:57:49+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99d1bc24-6573-11ed-9561-9a227e86da57 | InvocationID=99d1be2c-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:57:52+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca0eb60-6573-11ed-9561-9a227e86da57 | InvocationID=8ca0f0a6-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:57:52+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b8bbc90-6573-11ed-9561-9a227e86da57 | InvocationID=9b8bbede-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:57:52+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b8bbc90-6573-11ed-9561-9a227e86da57 | InvocationID=9b8bbede-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:57:52+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b8bbc90-6573-11ed-9561-9a227e86da57 | InvocationID=9b8bbede-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:58:14+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99d1bc24-6573-11ed-9561-9a227e86da57 | InvocationID=99d1be2c-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:58:14+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a89530d8-6573-11ed-9561-9a227e86da57 | InvocationID=a89532ae-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:58:17+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b8bbc90-6573-11ed-9561-9a227e86da57 | InvocationID=9b8bbede-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:58:17+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa788fe4-6573-11ed-9561-9a227e86da57 | InvocationID=aa7891ce-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:58:17+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa788fe4-6573-11ed-9561-9a227e86da57 | InvocationID=aa7891ce-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:58:17+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa788fe4-6573-11ed-9561-9a227e86da57 | InvocationID=aa7891ce-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:58:38+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a89530d8-6573-11ed-9561-9a227e86da57 | InvocationID=a89532ae-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:58:38+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7570038-6573-11ed-9561-9a227e86da57 | InvocationID=b75701e6-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:58:42+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa788fe4-6573-11ed-9561-9a227e86da57 | InvocationID=aa7891ce-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:58:42+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b962c01a-6573-11ed-9561-9a227e86da57 | InvocationID=b962c1e6-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:58:42+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b962c01a-6573-11ed-9561-9a227e86da57 | InvocationID=b962c1e6-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:58:42+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b962c01a-6573-11ed-9561-9a227e86da57 | InvocationID=b962c1e6-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:59:03+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7570038-6573-11ed-9561-9a227e86da57 | InvocationID=b75701e6-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:59:03+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6192556-6573-11ed-9561-9a227e86da57 | InvocationID=c6192704-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:59:07+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b962c01a-6573-11ed-9561-9a227e86da57 | InvocationID=b962c1e6-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:59:07+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84cf0b4-6573-11ed-9561-9a227e86da57 | InvocationID=c84cf244-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:59:07+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84cf0b4-6573-11ed-9561-9a227e86da57 | InvocationID=c84cf244-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:59:07+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c84cf0b4-6573-11ed-9561-9a227e86da57 | InvocationID=c84cf244-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:59:28+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6192556-6573-11ed-9561-9a227e86da57 | InvocationID=c6192704-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:59:28+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4da764e-6573-11ed-9561-9a227e86da57 | InvocationID=d4da7fe0-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:59:32+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c84cf0b4-6573-11ed-9561-9a227e86da57 | InvocationID=c84cf244-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:59:32+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7379e08-6573-11ed-9561-9a227e86da57 | InvocationID=d7379fca-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T05:59:32+0000 | policy_event_thread | 140054914571040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7379e08-6573-11ed-9561-9a227e86da57 | InvocationID=d7379fca-6573-11ed-9561-9a227e86da57 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:59:32+0000 | policy_event_thread | 140054914571040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7379e08-6573-11ed-9561-9a227e86da57 | InvocationID=d7379fca-6573-11ed-9561-9a227e86da57 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-16T05:59:53+0000 | aai_event_thread | 140054913510176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4da764e-6573-11ed-9561-9a227e86da57 | InvocationID=d4da7fe0-6573-11ed-9561-9a227e86da57 | Polling MR for XNF AAI events.
2022-11-16T05:59:53+0000 | aai_event_thread | 140054913510176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a04014-6573-11ed-9561-9a227e86da57 | InvocationID=e3a04208-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T05:59:57+0000 | policy_event_thread | 140054914571040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7379e08-6573-11ed-9561-9a227e86da57 | InvocationID=d7379fca-6573-11ed-9561-9a227e86da57 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T05:59:57+0000 | policy_event_thread | 140054914571040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6218ca8-6573-11ed-9561-9a227e86da57 | InvocationID=e6218e06-6573-11ed-9561-9a227e86da57 | Fetching messages from MR topic: http://message-router:39