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())
2023-01-12T05:10:33+0000 | MainThread | 140345431416136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-12T05:10:33+0000 | MainThread | 140345431416136 | 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'}}}}
2023-01-12T05:10:33+0000 | MainThread | 140345431416136 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-12T05:10:33+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:10:33+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-12T05:10:33+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710aefae-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710af274-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:10:33+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710be954-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710bead0-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:10:33+0000 | MainThread | 140345431416136 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-12T05:10:33+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710be954-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710bead0-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:10:33+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710aefae-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710af274-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:10:33+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=710be954-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710bead0-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:10:33+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710aefae-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710af274-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:10:53+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=710be954-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710bead0-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:10:53+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2c8f2c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=7d2c9224-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:10:53+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2c8f2c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=7d2c9224-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:10:53+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d2c8f2c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=7d2c9224-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:10:58+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710aefae-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=710af274-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:10:58+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80277304-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=802776ba-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:10:58+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80277304-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=802776ba-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:10:58+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80277304-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=802776ba-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:11:13+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d2c8f2c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=7d2c9224-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:11:13+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=891d58fc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=891d5c08-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:11:13+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=891d58fc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=891d5c08-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:11:13+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=891d58fc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=891d5c08-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:11:23+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80277304-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=802776ba-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:11:23+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f12fc1c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=8f12ff8c-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:11:23+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f12fc1c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=8f12ff8c-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:11:23+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f12fc1c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=8f12ff8c-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:11:33+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=891d58fc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=891d5c08-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:11:33+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=950d8358-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=950d8574-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:11:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=950d8358-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=950d8574-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:11:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=950d8358-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=950d8574-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:11:48+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f12fc1c-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=8f12ff8c-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:11:48+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfe7864-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=9dfe7aa8-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:11:49+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfe7864-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=9dfe7aa8-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:11:49+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dfe7864-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=9dfe7aa8-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:11:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=950d8358-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=950d8574-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:11:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0fda6de-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=a0fda88c-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:11:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0fda6de-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=a0fda88c-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:11:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0fda6de-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=a0fda88c-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:14+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dfe7864-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=9dfe7aa8-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:12:14+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace91ea6-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=ace92112-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:12:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0fda6de-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=a0fda88c-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:12:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aced4620-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=aced4792-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:12:14+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace91ea6-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=ace92112-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:12:14+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace91ea6-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=ace92112-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:12:14+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aced4620-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=aced4792-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:14+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aced4620-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=aced4792-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aced4620-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=aced4792-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:12:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8dcbc22-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=b8dcbdd0-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:12:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8dcbc22-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=b8dcbdd0-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8dcbc22-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=b8dcbdd0-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:39+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ace91ea6-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=ace92112-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:12:39+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd6898a-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=bbd691f0-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:12:39+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd6898a-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=bbd691f0-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:12:39+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd6898a-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=bbd691f0-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:12:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8dcbc22-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=b8dcbdd0-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:12:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cc6adc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=c4cc6c9e-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:12:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cc6adc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=c4cc6c9e-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:12:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4cc6adc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=c4cc6c9e-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:04+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd6898a-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=bbd691f0-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:13:04+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac114ce-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=cac116fe-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:13:04+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac114ce-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=cac116fe-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:04+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac114ce-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=cac116fe-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4cc6adc-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=c4cc6c9e-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:13:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0bc4682-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d0bc4858-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:13:14+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0bc4682-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d0bc4858-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:14+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0bc4682-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d0bc4858-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:29+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac114ce-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=cac116fe-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:13:29+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9adfb14-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d9adfcd6-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:13:29+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9adfb14-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d9adfcd6-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:29+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9adfb14-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d9adfcd6-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0bc4682-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d0bc4858-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:13:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb019a0-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb01b9e-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:13:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb019a0-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb01b9e-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcb019a0-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb01b9e-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:54+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9adfb14-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=d9adfcd6-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:13:54+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e899bb54-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e899bdc0-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:13:54+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e899bb54-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e899bdc0-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:54+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e899bb54-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e899bdc0-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:13:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcb019a0-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb01b9e-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:13:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a09578-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e8a09726-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:13:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a09578-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e8a09726-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:13:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8a09578-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e8a09726-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8a09578-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e8a09726-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:14:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48fdb6e-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f48fdde4-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:14:14+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48fdb6e-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f48fdde4-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:14+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f48fdb6e-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f48fdde4-9237-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:19+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e899bb54-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=e899bdc0-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:14:19+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f786fbfe-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f786fece-9237-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:14:19+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f786fbfe-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f786fece-9237-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:14:19+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f786fbfe-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f786fece-9237-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:14:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f48fdb6e-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f48fdde4-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:14:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007f943c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=007f99c8-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:14:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007f943c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=007f99c8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=007f943c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=007f99c8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:44+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f786fbfe-9237-11ed-9cfc-5e4b669ecb87 | InvocationID=f786fece-9237-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:14:44+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0671face-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0671fd9e-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:14:44+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0671face-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0671fd9e-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:14:44+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0671face-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0671fd9e-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:14:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=007f943c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=007f99c8-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:14:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c6f68e4-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0c6f6ae2-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:14:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c6f68e4-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0c6f6ae2-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:14:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c6f68e4-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0c6f6ae2-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:09+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0671face-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0671fd9e-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:15:09+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=155f0a4a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=155f0d1a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:15:09+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=155f0a4a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=155f0d1a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:15:09+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=155f0a4a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=155f0d1a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:15:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c6f68e4-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=0c6f6ae2-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:15:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=185f4962-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=185f4c0a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:15:14+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=185f4962-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=185f4c0a-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:14+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=185f4962-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=185f4c0a-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:34+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=155f0a4a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=155f0d1a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:15:34+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24495f06-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=2449617c-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:15:34+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24495f06-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=2449617c-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:15:34+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24495f06-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=2449617c-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:15:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=185f4962-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=185f4c0a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:15:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=244f3d86-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=244f3f34-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:15:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=244f3d86-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=244f3f34-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=244f3d86-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=244f3f34-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=244f3d86-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=244f3f34-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:15:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=303e9542-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=303e98f8-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:15:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=303e9542-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=303e98f8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=303e9542-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=303e98f8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:15:59+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24495f06-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=2449617c-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:15:59+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33344e04-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=33344fb2-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:15:59+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33344e04-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=33344fb2-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:15:59+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33344e04-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=33344fb2-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:16:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=303e9542-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=303e98f8-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:16:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c30519c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=3c305354-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:16:14+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c30519c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=3c305354-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:16:14+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c30519c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=3c305354-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:16:24+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33344e04-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=33344fb2-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:16:24+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=421eda92-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=421ee410-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:16:24+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=421eda92-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=421ee410-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:16:24+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=421eda92-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=421ee410-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:16:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c30519c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=3c305354-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:16:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4822cd72-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=4822cfe8-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:16:34+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4822cd72-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=4822cfe8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:16:34+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4822cd72-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=4822cfe8-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:16:49+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=421eda92-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=421ee410-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:16:49+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5109be6e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5109c062-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:16:49+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5109be6e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5109c062-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:16:49+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5109be6e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5109c062-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:16:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4822cd72-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=4822cfe8-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:16:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5413dd9c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5413e27e-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:16:54+0000 | aai_event_thread | 140345380633376 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5413dd9c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5413e27e-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:16:54+0000 | aai_event_thread | 140345380633376 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5413dd9c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5413e27e-9238-11ed-9cfc-5e4b669ecb87 | 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
2023-01-12T05:17:14+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5109be6e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5109c062-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:17:14+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ff65e46-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5ff66e4a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:17:14+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ff65e46-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5ff66e4a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:17:14+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ff65e46-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5ff66e4a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:17:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5413dd9c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5413e27e-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:17:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60048a16-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=60048bc4-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:17:38+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60048a16-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=60048bc4-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:17:38+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e87e966-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6e87eb14-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:17:39+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ff65e46-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=5ff66e4a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:17:39+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ee35a94-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6ee35c6a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:17:39+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ee35a94-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6ee35c6a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:17:39+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ee35a94-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6ee35c6a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:17:58+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e87e966-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6e87eb14-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:17:58+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7ada8a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7a7adc2e-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:18:04+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ee35a94-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=6ee35c6a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:18:04+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dcdb676-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7dcdb86a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:18:04+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dcdb676-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7dcdb86a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:04+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dcdb676-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7dcdb86a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:18+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a7ada8a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7a7adc2e-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:18:18+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866d58e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=866d5aac-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:18:29+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dcdb676-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=7dcdb86a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:18:29+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb9866a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=8cb98840-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:18:29+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb9866a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=8cb98840-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:29+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb9866a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=8cb98840-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:39+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=866d58e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=866d5aac-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:18:39+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9265fe0e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9265ffbc-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:18:54+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb9866a-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=8cb98840-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:18:54+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba41c08-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9ba41e1a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:18:54+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba41c08-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9ba41e1a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:54+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba41c08-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9ba41e1a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:18:59+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9265fe0e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9265ffbc-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:18:59+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e66f8de-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9e66fc6c-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:19:19+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba41c08-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9ba41e1a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:19:19+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa90610e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aa906366-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:19:19+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa90610e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aa906366-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:19:19+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa90610e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aa906366-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:19:19+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e66f8de-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=9e66fc6c-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:19:19+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa648ca-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aaa64b90-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:19:44+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaa648ca-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aaa64b90-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:19:44+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9694164-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b9694452-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:19:44+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa90610e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=aa906366-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:19:44+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b97b366c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b97b381a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:19:44+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b97b366c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b97b381a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:19:44+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b97b366c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b97b381a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:09+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9694164-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b9694452-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:20:09+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c82b4058-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c82b44fe-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:20:09+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b97b366c-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=b97b381a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:20:09+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c865ca66-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c865cc00-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:20:09+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c865ca66-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c865cc00-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:09+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c865ca66-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c865cc00-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c82b4058-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c82b44fe-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:20:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6edfc3e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d6edfe6e-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:20:34+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c865ca66-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=c865cc00-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:20:34+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d750835e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d750857a-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:20:34+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d750835e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d750857a-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:34+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d750835e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d750857a-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:58+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6edfc3e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d6edfe6e-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:20:58+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b05d98-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e5b05f64-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:20:59+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d750835e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=d750857a-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:20:59+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e63aeb8e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e63aed32-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:20:59+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e63aeb8e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e63aed32-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:20:59+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e63aeb8e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e63aed32-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:21:23+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5b05d98-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e5b05f64-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:21:23+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47068a0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f4706b84-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:21:24+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e63aeb8e-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=e63aed32-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:21:24+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f52563e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f5256598-9238-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:21:24+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f52563e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f5256598-9238-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:21:24+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f52563e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f5256598-9238-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:21:48+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f47068a0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f4706b84-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:21:48+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03324e8a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=033258ee-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:21:49+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f52563e0-9238-11ed-9cfc-5e4b669ecb87 | InvocationID=f5256598-9238-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:21:49+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040fa140-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=040fa2f8-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:21:49+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040fa140-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=040fa2f8-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:21:49+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040fa140-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=040fa2f8-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:22:13+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03324e8a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=033258ee-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:22:13+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f2d6e2-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=11f2d926-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:22:14+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040fa140-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=040fa2f8-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:22:14+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12fa2cde-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=12fa2ec8-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:22:14+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12fa2cde-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=12fa2ec8-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:22:14+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12fa2cde-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=12fa2ec8-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:22:37+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11f2d6e2-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=11f2d926-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:22:37+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b34d06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=20b34fae-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:22:39+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12fa2cde-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=12fa2ec8-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:22:39+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e4888e-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=21e48b04-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:22:39+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e4888e-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=21e48b04-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:22:39+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e4888e-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=21e48b04-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:02+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20b34d06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=20b34fae-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:23:02+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f745920-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=2f745bc8-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:23:04+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e4888e-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=21e48b04-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:23:04+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d07592-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=30d07808-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:23:04+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d07592-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=30d07808-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:04+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d07592-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=30d07808-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:27+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f745920-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=2f745bc8-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:23:27+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e34fd0c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3e34fec4-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:23:29+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d07592-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=30d07808-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:23:29+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbd1c7c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3fbd258c-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:23:29+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbd1c7c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3fbd258c-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:29+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbd1c7c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3fbd258c-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:52+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e34fd0c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3e34fec4-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:23:52+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf5ca06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4cf5cc18-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:23:54+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbd1c7c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=3fbd258c-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:23:54+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea7ce26-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4ea7d06a-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:23:54+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea7ce26-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4ea7d06a-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:23:54+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ea7ce26-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4ea7d06a-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:24:16+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cf5ca06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4cf5cc18-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:24:16+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bb6d85a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5bb6db20-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:24:19+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ea7ce26-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=4ea7d06a-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:24:19+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d924628-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5d9247cc-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:24:19+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d924628-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5d9247cc-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:24:19+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d924628-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5d9247cc-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:24:41+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bb6d85a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5bb6db20-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:24:41+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a77a68a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6a77a838-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:24:44+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d924628-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=5d9247cc-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:24:44+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7ce170-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6c7ce31e-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:24:44+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7ce170-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6c7ce31e-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:24:44+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c7ce170-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6c7ce31e-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:25:06+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a77a68a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6a77a838-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:25:06+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79382208-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=793823c0-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:25:09+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c7ce170-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=6c7ce31e-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:25:09+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b67af94-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=7b67b19c-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:25:09+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b67af94-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=7b67b19c-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:25:09+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b67af94-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=7b67b19c-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:25:31+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79382208-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=793823c0-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:25:31+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87f7863a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=87f787f2-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:25:34+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b67af94-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=7b67b19c-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:25:34+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a525a54-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=8a525c0c-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:25:35+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a525a54-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=8a525c0c-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:25:35+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a525a54-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=8a525c0c-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:25:55+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87f7863a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=87f787f2-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:25:55+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b6bbfa-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=96b6be0c-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:26:00+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a525a54-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=8a525c0c-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:26:00+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=993daab4-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=993dac6c-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:26:00+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=993daab4-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=993dac6c-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:26:00+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=993daab4-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=993dac6c-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:26:20+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b6bbfa-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=96b6be0c-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:26:20+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a57c3098-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a57c3250-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:26:25+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=993daab4-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=993dac6c-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:26:25+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8285eca-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a828619a-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:26:25+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8285eca-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a828619a-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:26:25+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8285eca-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a828619a-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:26:45+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a57c3098-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a57c3250-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:26:45+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b43bfe06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b43c00e0-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:26:50+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8285eca-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=a828619a-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:26:50+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b714443a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b714461a-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:26:50+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b714443a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b714461a-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:26:50+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b714443a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b714461a-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:27:10+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b43bfe06-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b43c00e0-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:27:10+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2fb502c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c2fb51e4-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:27:15+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b714443a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=b714461a-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:27:15+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fe8ff0-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c5fe919e-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:27:15+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fe8ff0-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c5fe919e-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:27:15+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5fe8ff0-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c5fe919e-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:27:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2fb502c-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c2fb51e4-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:27:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bd1b9a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d1bd2bda-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:27:40+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5fe8ff0-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=c5fe919e-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:27:40+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4e96c42-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d4e96e04-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:27:40+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4e96c42-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d4e96e04-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:27:40+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4e96c42-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d4e96e04-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:27:59+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1bd1b9a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d1bd2bda-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:27:59+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e07d3c0a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e07d3db8-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:28:05+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4e96c42-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=d4e96e04-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:28:05+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3d4b2e8-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e3d4b6a8-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:28:05+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3d4b2e8-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e3d4b6a8-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:28:05+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3d4b2e8-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e3d4b6a8-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:28:24+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e07d3c0a-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e07d3db8-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:28:24+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3da540-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=ef3da73e-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:28:30+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3d4b2e8-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=e3d4b6a8-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:28:30+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2bfcf68-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=f2bfd116-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:28:30+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2bfcf68-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=f2bfd116-9239-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:28:30+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2bfcf68-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=f2bfd116-9239-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:28:49+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3da540-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=ef3da73e-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:28:49+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe02e856-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=fe02ea36-9239-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:28:55+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2bfcf68-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=f2bfd116-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:28:55+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ab527c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=01ab563c-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:28:55+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ab527c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=01ab563c-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:28:55+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01ab527c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=01ab563c-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:29:13+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe02e856-9239-11ed-9cfc-5e4b669ecb87 | InvocationID=fe02ea36-9239-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:29:13+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc34f20-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=0cc351a0-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:29:20+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01ab527c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=01ab563c-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:29:20+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1096beac-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1096c0b4-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:29:20+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1096beac-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1096c0b4-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:29:20+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1096beac-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1096c0b4-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:29:38+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cc34f20-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=0cc351a0-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:29:38+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b84978a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1b849a8c-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:29:45+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1096beac-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1096c0b4-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:29:45+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f8158aa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1f815b02-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:29:45+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f8158aa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1f815b02-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:29:45+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f8158aa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1f815b02-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:30:03+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b84978a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1b849a8c-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:30:03+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4454ae-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2a4456d4-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:30:10+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f8158aa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=1f815b02-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:30:10+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e6ce67c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2e6ce848-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:30:10+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e6ce67c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2e6ce848-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:30:10+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e6ce67c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2e6ce848-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:30:28+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a4454ae-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2a4456d4-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:30:28+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39048112-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=390482d4-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:30:35+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e6ce67c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=2e6ce848-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:30:35+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d577daa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=3d57816a-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:30:35+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d577daa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=3d57816a-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:30:35+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d577daa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=3d57816a-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:30:52+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39048112-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=390482d4-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:30:52+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c9ddd2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=47c9e11a-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:31:00+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d577daa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=3d57816a-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:31:00+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c46e5f8-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=4c46e846-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:31:00+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c46e5f8-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=4c46e846-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:31:00+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c46e5f8-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=4c46e846-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:31:17+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c9ddd2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=47c9e11a-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:31:17+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568ad52e-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=568ad6dc-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:31:25+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c46e5f8-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=4c46e846-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:31:25+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b316516-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=5b3166d8-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:31:25+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b316516-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=5b3166d8-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:31:25+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b316516-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=5b3166d8-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:31:42+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=568ad52e-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=568ad6dc-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:31:42+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654abc8c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=654abe8a-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:31:50+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b316516-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=5b3166d8-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:31:50+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a1c2d2c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=6a1c2f16-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:31:50+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a1c2d2c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=6a1c2f16-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:31:50+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a1c2d2c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=6a1c2f16-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:32:07+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=654abc8c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=654abe8a-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:32:07+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740ccd1e-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=740ccee0-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:32:15+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a1c2d2c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=6a1c2f16-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:32:15+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79070bc2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=79070e7e-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:32:15+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79070bc2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=79070e7e-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:32:15+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79070bc2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=79070e7e-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:32:31+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=740ccd1e-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=740ccee0-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:32:31+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82cc6f8a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=82cc714c-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:32:40+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79070bc2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=79070e7e-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:32:40+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87f35f28-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=87f361f8-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:32:40+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87f35f28-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=87f361f8-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:32:40+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87f35f28-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=87f361f8-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:32:56+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82cc6f8a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=82cc714c-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:32:56+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918c06d4-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=918c08d2-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:33:05+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87f35f28-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=87f361f8-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:33:05+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96df4646-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=96df495c-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:33:05+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96df4646-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=96df495c-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:33:05+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96df4646-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=96df495c-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:33:21+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918c06d4-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=918c08d2-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:33:21+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04c9814-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a04c9a30-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:33:30+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96df4646-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=96df495c-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:33:30+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5cbb644-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a5cbb89c-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:33:30+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5cbb644-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a5cbb89c-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:33:30+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5cbb644-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a5cbb89c-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:33:46+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a04c9814-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a04c9a30-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:33:46+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0ea7f2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=af0ea9fa-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:33:55+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5cbb644-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=a5cbb89c-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:33:55+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b67e0a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=b4b68012-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:33:55+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b67e0a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=b4b68012-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:33:55+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4b67e0a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=b4b68012-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:34:10+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af0ea7f2-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=af0ea9fa-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:34:10+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdcf84be-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=bdcf86b2-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:34:20+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4b67e0a-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=b4b68012-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:34:20+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3a191b6-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=c3a193aa-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:34:20+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3a191b6-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=c3a193aa-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:34:20+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3a191b6-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=c3a193aa-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:34:35+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdcf84be-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=bdcf86b2-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:34:35+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc904718-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=cc904998-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:34:45+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3a191b6-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=c3a193aa-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:34:45+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d28e97dc-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=d28e99ee-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:34:45+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d28e97dc-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=d28e99ee-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:34:45+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d28e97dc-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=d28e99ee-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:35:00+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc904718-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=cc904998-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:35:00+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db500fa4-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=db501166-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:35:10+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d28e97dc-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=d28e99ee-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:35:10+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e17b6964-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=e17b6b30-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:35:10+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e17b6964-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=e17b6b30-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:35:10+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e17b6964-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=e17b6b30-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:35:25+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db500fa4-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=db501166-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:35:25+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1189fa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ea118bb2-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:35:35+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e17b6964-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=e17b6b30-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:35:35+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f065d8ec-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f065da9a-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:35:35+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f065d8ec-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f065da9a-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:35:35+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f065d8ec-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f065da9a-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:35:49+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea1189fa-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ea118bb2-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:35:49+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d3949c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f8d3a0e0-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:36:00+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f065d8ec-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f065da9a-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:36:00+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff50a634-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ff50b34a-923a-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:36:00+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff50a634-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ff50b34a-923a-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:36:00+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff50a634-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ff50b34a-923a-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:36:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8d3949c-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=f8d3a0e0-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:36:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07955b00-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=07955dd0-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:36:25+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff50a634-923a-11ed-9cfc-5e4b669ecb87 | InvocationID=ff50b34a-923a-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:36:25+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e3b3394-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=0e3b37a4-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:36:25+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e3b3394-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=0e3b37a4-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:36:25+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e3b3394-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=0e3b37a4-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:36:39+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07955b00-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=07955dd0-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:36:39+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1655a30c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1655a4c4-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:36:50+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e3b3394-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=0e3b37a4-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:36:50+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d262620-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1d262968-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:36:50+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d262620-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1d262968-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:36:50+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d262620-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1d262968-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:37:04+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1655a30c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1655a4c4-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:37:04+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2515af4a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2515b1ca-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:37:15+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d262620-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=1d262968-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:37:15+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c10a886-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2c10b038-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:37:15+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c10a886-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2c10b038-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:37:15+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c10a886-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2c10b038-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:37:28+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2515af4a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2515b1ca-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:37:28+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d562be-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=33d564c6-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:37:40+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c10a886-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=2c10b038-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:37:40+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afb2eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=3afb30d2-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:37:40+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afb2eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=3afb30d2-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:37:40+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3afb2eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=3afb30d2-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:37:53+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d562be-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=33d564c6-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:37:53+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4296d0a8-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=4296d2c4-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:38:05+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3afb2eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=3afb30d2-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:38:05+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e69cbc-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=49e69f3c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:38:05+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e69cbc-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=49e69f3c-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:38:05+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49e69cbc-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=49e69f3c-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:38:18+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4296d0a8-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=4296d2c4-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:38:18+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515b72c4-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=515b75f8-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:38:30+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49e69cbc-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=49e69f3c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:38:30+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d14aba-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=58d1517c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:38:30+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d14aba-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=58d1517c-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:38:30+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58d14aba-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=58d1517c-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:38:43+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=515b72c4-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=515b75f8-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:38:43+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=601bd9de-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=601bdcd6-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:38:55+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58d14aba-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=58d1517c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:38:55+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67bbd36a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=67bbd52c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:38:55+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67bbd36a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=67bbd52c-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:38:55+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67bbd36a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=67bbd52c-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:39:07+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=601bd9de-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=601bdcd6-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:39:07+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6edb8db6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=6edb8fa0-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:39:20+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67bbd36a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=67bbd52c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:39:20+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a6f2e2-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=76a6f616-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:39:20+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a6f2e2-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=76a6f616-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:39:20+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76a6f2e2-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=76a6f616-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:39:32+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6edb8db6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=6edb8fa0-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:39:32+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9b2438-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=7d9b27ee-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:39:46+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76a6f2e2-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=76a6f616-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:39:46+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8591f414-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8591f63a-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:39:46+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8591f414-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8591f63a-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:39:46+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8591f414-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8591f63a-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:39:57+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d9b2438-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=7d9b27ee-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:39:57+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5da252-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8c5da572-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:40:11+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8591f414-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8591f63a-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:40:11+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947cd688-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=947cd836-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:40:11+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947cd688-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=947cd836-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:40:11+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=947cd688-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=947cd836-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:40:22+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c5da252-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=8c5da572-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:40:22+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b201978-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=9b201b6c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:40:36+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=947cd688-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=947cd836-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:40:36+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3679c6e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a3679f70-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:40:36+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3679c6e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a3679f70-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:40:36+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3679c6e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a3679f70-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:40:46+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b201978-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=9b201b6c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:40:46+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e25a98-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a9e25cbe-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:41:01+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3679c6e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a3679f70-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:41:01+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2559a1e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b2559cbc-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:41:01+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2559a1e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b2559cbc-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:41:01+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2559a1e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b2559cbc-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:41:11+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9e25a98-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=a9e25cbe-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:41:11+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8a2cc70-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b8a2cf5e-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:41:26+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2559a1e-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b2559cbc-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:41:26+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1411274-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c141165c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:41:26+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1411274-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c141165c-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:41:26+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1411274-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c141165c-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:41:36+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8a2cc70-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=b8a2cf5e-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:41:36+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7647eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c764814a-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:41:51+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1411274-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c141165c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:41:51+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0302798-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d0302ad6-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:41:51+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0302798-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d0302ad6-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:41:51+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0302798-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d0302ad6-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:42:01+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7647eca-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=c764814a-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:42:01+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d624bc2c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d624bee8-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:42:16+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0302798-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d0302ad6-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:42:16+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1b9f1c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=df1ba17e-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:42:16+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1b9f1c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=df1ba17e-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:42:16+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1b9f1c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=df1ba17e-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:42:25+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d624bc2c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=d624bee8-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:42:25+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e43508-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=e4e43954-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:42:41+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1b9f1c-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=df1ba17e-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:42:41+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0654d6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=ee065774-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:42:41+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0654d6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=ee065774-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:42:41+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0654d6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=ee065774-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:42:50+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4e43508-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=e4e43954-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:42:50+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a56cce-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=f3a56ec2-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:43:06+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0654d6-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=ee065774-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:43:06+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf0f55a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=fcf0f76c-923b-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:43:06+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf0f55a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=fcf0f76c-923b-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:43:06+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf0f55a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=fcf0f76c-923b-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:43:15+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a56cce-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=f3a56ec2-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:43:15+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=026736c0-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=026738d2-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:43:31+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf0f55a-923b-11ed-9cfc-5e4b669ecb87 | InvocationID=fcf0f76c-923b-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:43:31+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdb199c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=0bdb1cda-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:43:31+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdb199c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=0bdb1cda-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:43:31+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bdb199c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=0bdb1cda-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:43:40+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=026736c0-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=026738d2-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:43:40+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112698ea-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=11269ade-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:43:56+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bdb199c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=0bdb1cda-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:43:56+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac5c61e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1ac5c8e4-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:43:56+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac5c61e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1ac5c8e4-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:43:56+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac5c61e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1ac5c8e4-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:44:04+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=112698ea-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=11269ade-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:44:04+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe7d844-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1fe7d9fc-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:44:21+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac5c61e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1ac5c8e4-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:44:21+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b0636e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=29b065e4-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:44:21+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b0636e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=29b065e4-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:44:21+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b0636e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=29b065e4-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:44:29+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fe7d844-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=1fe7d9fc-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:44:29+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea8b312-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=2ea8b4d4-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:44:46+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b0636e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=29b065e4-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:44:46+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389b13f6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=389b16d0-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:44:46+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389b13f6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=389b16d0-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:44:46+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389b13f6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=389b16d0-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:44:54+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ea8b312-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=2ea8b4d4-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:44:54+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d688ad0-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=3d688cc4-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:45:11+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389b13f6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=389b16d0-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:45:11+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4786ae2a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4786b028-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:45:11+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4786ae2a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4786b028-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:45:11+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4786ae2a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4786b028-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:45:19+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d688ad0-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=3d688cc4-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:45:19+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c290978-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4c290b3a-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:45:36+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4786ae2a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4786b028-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:45:36+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56737896-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=56737ada-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:45:36+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56737896-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=56737ada-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:45:36+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56737896-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=56737ada-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:45:43+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c290978-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=4c290b3a-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:45:43+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae8adce-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=5ae8b03a-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:46:01+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56737896-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=56737ada-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:46:01+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655f2a80-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=655f2c7e-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:46:01+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655f2a80-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=655f2c7e-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:01+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655f2a80-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=655f2c7e-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:08+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ae8adce-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=5ae8b03a-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:46:08+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a90d4a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=69a90f70-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:46:26+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655f2a80-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=655f2c7e-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:46:26+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74493536-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=74493770-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:46:26+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74493536-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=74493770-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:26+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74493536-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=74493770-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:33+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69a90d4a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=69a90f70-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:46:33+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786e876a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=786e8922-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:46:51+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74493536-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=74493770-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:46:51+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8333d2ae-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=8333d484-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:46:51+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8333d2ae-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=8333d484-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:51+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8333d2ae-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=8333d484-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:46:58+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=786e876a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=786e8922-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:46:58+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872e7f9e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=872e8174-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:47:16+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8333d2ae-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=8333d484-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:47:16+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=921eedb2-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=921eef88-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:47:16+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=921eedb2-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=921eef88-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:47:16+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=921eedb2-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=921eef88-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:47:22+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=872e7f9e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=872e8174-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:47:22+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ee8196-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=95ee8344-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:47:41+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=921eedb2-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=921eef88-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:47:41+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a109d2a6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a109d45e-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:47:41+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a109d2a6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a109d45e-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:47:41+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a109d2a6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a109d45e-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:47:47+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95ee8196-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=95ee8344-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:47:47+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4b0cb94-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a4b0cd4c-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:48:06+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a109d2a6-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a109d45e-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:48:06+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff49e54-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=aff4a016-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:48:06+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff49e54-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=aff4a016-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:48:06+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aff49e54-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=aff4a016-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:48:12+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4b0cb94-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=a4b0cd4c-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:48:12+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3706996-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=b3706c7a-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:48:31+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aff49e54-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=aff4a016-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:48:31+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bedf6192-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=bedf635e-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:48:31+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bedf6192-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=bedf635e-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:48:31+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bedf6192-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=bedf635e-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:48:37+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3706996-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=b3706c7a-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:48:37+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22ff442-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=c22ff604-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:48:56+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bedf6192-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=bedf635e-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:48:56+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdc9a33e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=cdc9a5c8-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:48:56+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdc9a33e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=cdc9a5c8-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:48:56+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdc9a33e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=cdc9a5c8-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:49:01+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c22ff442-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=c22ff604-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:49:01+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ef57de-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=d0ef5a22-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:49:21+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdc9a33e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=cdc9a5c8-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:49:21+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb4d92c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb4dc56-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:49:21+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb4d92c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb4dc56-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:49:21+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcb4d92c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb4dc56-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:49:26+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0ef57de-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=d0ef5a22-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:49:26+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfaedd8a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dfaedf88-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:49:46+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcb4d92c-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dcb4dc56-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:49:46+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eba02b12-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=eba02d10-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:49:46+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eba02b12-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=eba02d10-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:49:46+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eba02b12-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=eba02d10-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:49:51+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfaedd8a-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=dfaedf88-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:49:51+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6e34ba-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=ee6e365e-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:50:11+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eba02b12-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=eba02d10-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:50:11+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8af4f4-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fa8af6c0-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:50:11+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8af4f4-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fa8af6c0-923c-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:50:11+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa8af4f4-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fa8af6c0-923c-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:50:16+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee6e34ba-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=ee6e365e-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:50:16+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2d946e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fd2d984c-923c-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:50:36+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa8af4f4-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fa8af6c0-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:50:36+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0976bb88-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0976bd54-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:50:36+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0976bb88-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0976bd54-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:50:36+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0976bb88-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0976bd54-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:50:40+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd2d946e-923c-11ed-9cfc-5e4b669ecb87 | InvocationID=fd2d984c-923c-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:50:40+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0becd366-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0becd528-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:51:01+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0976bb88-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0976bd54-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:51:01+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1865cecc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1865d0f2-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:51:01+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1865cecc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1865d0f2-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:01+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1865cecc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1865d0f2-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:05+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0becd366-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=0becd528-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:51:05+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aae4eb6-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1aae5064-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:51:26+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1865cecc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1865d0f2-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:51:26+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27506d2a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=27506f6e-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:51:26+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27506d2a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=27506f6e-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:26+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27506d2a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=27506f6e-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:30+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1aae4eb6-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=1aae5064-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:51:30+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=296d9182-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=296d938a-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:51:51+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27506d2a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=27506f6e-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:51:51+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363b3a36-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=363b417a-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:51:51+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363b3a36-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=363b417a-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:51+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=363b3a36-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=363b417a-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:51:55+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=296d9182-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=296d938a-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:51:55+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382d5e1e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=382d5fd6-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:52:16+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=363b3a36-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=363b417a-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:52:16+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45267f42-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=45268370-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:52:16+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45267f42-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=45268370-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:52:16+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45267f42-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=45268370-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:52:19+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=382d5e1e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=382d5fd6-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:52:19+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46ed0026-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=46ed044a-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:52:41+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45267f42-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=45268370-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:52:41+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54115fae-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=54116170-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:52:41+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54115fae-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=54116170-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:52:41+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54115fae-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=54116170-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:52:44+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46ed0026-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=46ed044a-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:52:44+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b28a2c-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=55b28be4-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:53:06+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54115fae-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=54116170-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:53:06+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62fc0370-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=62fc06e0-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:53:06+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62fc0370-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=62fc06e0-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:06+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62fc0370-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=62fc06e0-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:09+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55b28a2c-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=55b28be4-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:53:09+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647544e6-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=6475469e-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:53:31+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62fc0370-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=62fc06e0-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:53:31+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e70a2e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=71e71514-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:53:32+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e70a2e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=71e71514-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:32+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e70a2e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=71e71514-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:34+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=647544e6-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=6475469e-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:53:34+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73353acc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=73353d92-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:53:57+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e70a2e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=71e71514-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:53:57+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d1ac1a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=80d1ae4a-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:53:57+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d1ac1a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=80d1ae4a-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:57+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80d1ac1a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=80d1ae4a-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:53:58+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73353acc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=73353d92-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:53:58+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f55bf0-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=81f55d94-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:54:22+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80d1ac1a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=80d1ae4a-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:54:22+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fbc67ce-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=8fbc6a76-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:54:22+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fbc67ce-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=8fbc6a76-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:54:22+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fbc67ce-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=8fbc6a76-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:54:23+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81f55bf0-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=81f55d94-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:54:23+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b49ea8-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=90b4a04c-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:54:47+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fbc67ce-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=8fbc6a76-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:54:47+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea7e380-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9ea7e542-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:54:47+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea7e380-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9ea7e542-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:54:47+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ea7e380-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9ea7e542-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:54:48+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90b49ea8-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=90b4a04c-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:54:48+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f74d174-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9f74d37c-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:55:12+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ea7e380-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9ea7e542-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:55:12+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad930550-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ad930870-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:55:12+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad930550-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ad930870-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:55:12+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad930550-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ad930870-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:55:13+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f74d174-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=9f74d37c-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:55:13+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3496cc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ae34987a-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:55:37+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad930550-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ad930870-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:55:37+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc7df318-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bc7df674-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:55:37+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc7df318-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bc7df674-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:55:37+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc7df318-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bc7df674-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:55:37+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae3496cc-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=ae34987a-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:55:37+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf46e44-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bcf47164-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:56:02+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc7df318-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bc7df674-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:56:02+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb69a930-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cb69aad4-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:56:02+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb69a930-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cb69aad4-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:56:02+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb69a930-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cb69aad4-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:56:02+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcf46e44-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=bcf47164-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:56:02+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbb87b5a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cbb87d62-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:56:27+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb69a930-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cb69aad4-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:56:27+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da5462aa-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da546610-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:56:27+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da5462aa-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da546610-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:56:27+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da5462aa-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da546610-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:56:27+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbb87b5a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=cbb87d62-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:56:27+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7b06e4-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da7b089c-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:56:52+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da7b06e4-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da7b089c-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:56:52+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e93a4dc0-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93a4f6e-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:56:52+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da5462aa-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=da546610-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:56:52+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e93f775a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93f7872-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:56:52+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e93f775a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93f7872-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:56:52+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e93f775a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93f7872-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:57:16+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e93a4dc0-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93a4f6e-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:57:16+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7fabc64-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f7fabe1c-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:57:17+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e93f775a-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=e93f7872-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:57:17+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f82a213e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f82a2378-923d-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:57:17+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f82a213e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f82a2378-923d-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:57:17+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f82a213e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f82a2378-923d-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:57:41+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7fabc64-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f7fabe1c-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:57:41+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06bb62ee-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=06bb69c4-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:57:42+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f82a213e-923d-11ed-9cfc-5e4b669ecb87 | InvocationID=f82a2378-923d-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:57:42+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07144cb0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=07145908-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:57:42+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07144cb0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=07145908-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:57:42+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07144cb0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=07145908-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:06+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06bb62ee-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=06bb69c4-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:58:06+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157e2898-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=157e2a50-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:58:07+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07144cb0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=07145908-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:58:07+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ffad6e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=15ffafe4-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:58:07+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ffad6e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=15ffafe4-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:07+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ffad6e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=15ffafe4-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:31+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=157e2898-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=157e2a50-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:58:31+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=243ec9c8-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=243eccb6-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:58:32+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ffad6e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=15ffafe4-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:58:32+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ed1924-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=24ed23b0-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:58:32+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ed1924-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=24ed23b0-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:32+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ed1924-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=24ed23b0-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:55+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=243ec9c8-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=243eccb6-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:58:55+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ff4442-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=32ff45f0-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:58:57+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ed1924-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=24ed23b0-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:58:57+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d81a60-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=33d81ca4-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:58:57+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d81a60-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=33d81ca4-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:58:57+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d81a60-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=33d81ca4-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:59:20+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ff4442-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=32ff45f0-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:59:20+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c1d602-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=41c1d7ce-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:59:22+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d81a60-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=33d81ca4-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:59:22+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42c2e956-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=42c2eb54-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:59:22+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42c2e956-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=42c2eb54-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:59:22+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42c2e956-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=42c2eb54-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:59:45+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41c1d602-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=41c1d7ce-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T05:59:45+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50854e1c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=50855024-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T05:59:47+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42c2e956-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=42c2eb54-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T05:59:47+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51ae276e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=51ae2912-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T05:59:47+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51ae276e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=51ae2912-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T05:59:47+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51ae276e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=51ae2912-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:00:10+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50854e1c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=50855024-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:00:10+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f460662-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=5f4608ba-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:00:12+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51ae276e-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=51ae2912-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:00:12+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=609931c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=60993430-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:00:12+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=609931c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=60993430-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:00:12+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=609931c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=60993430-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:00:35+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f460662-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=5f4608ba-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:00:35+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e0aad88-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6e0aaf40-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:00:37+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=609931c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=60993430-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:00:37+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f83dfea-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6f83e224-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:00:37+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f83dfea-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6f83e224-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:00:37+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f83dfea-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6f83e224-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:00:59+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e0aad88-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6e0aaf40-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:00:59+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc9c82c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7cc9d308-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:01:02+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f83dfea-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=6f83e224-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:01:02+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e719326-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7e719542-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:01:02+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e719326-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7e719542-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:01:02+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e719326-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7e719542-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:01:24+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cc9c82c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7cc9d308-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:01:24+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b899392-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8b899540-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:01:27+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e719326-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=7e719542-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:01:27+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d5d12f2-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8d5d14a0-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:01:27+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d5d12f2-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8d5d14a0-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:01:27+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d5d12f2-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8d5d14a0-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:01:49+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b899392-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8b899540-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:01:49+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a4af196-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9a4af34e-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:01:52+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d5d12f2-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=8d5d14a0-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:01:52+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c47be0c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9c47bfc4-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:01:52+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c47be0c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9c47bfc4-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:01:52+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c47be0c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9c47bfc4-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:02:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a4af196-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9a4af34e-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:02:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90a5424-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=a90a55d2-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:02:17+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c47be0c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=9c47bfc4-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:02:17+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab3270c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ab327272-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:02:17+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab3270c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ab327272-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:02:17+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab3270c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ab327272-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:02:38+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a90a5424-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=a90a55d2-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:02:38+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ca07d4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=b7ca09d2-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:02:42+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab3270c4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ab327272-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:02:42+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1cce4a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ba1cd098-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:02:42+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1cce4a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ba1cd098-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:02:42+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1cce4a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ba1cd098-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:03+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ca07d4-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=b7ca09d2-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:03:03+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68bf7aa-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c68bf9da-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:03:07+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1cce4a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=ba1cd098-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:03:07+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c907e69c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c907e8e0-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:03:07+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c907e69c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c907e8e0-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:07+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c907e69c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c907e8e0-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:28+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c68bf7aa-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c68bf9da-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:03:28+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54dc43a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d54dc610-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:03:32+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c907e69c-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=c907e8e0-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:03:32+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f25ac0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d7f25d04-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:03:32+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f25ac0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d7f25d04-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:32+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f25ac0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d7f25d04-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:53+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54dc43a-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d54dc610-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:03:53+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e40d68e0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e40d6b92-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:03:57+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f25ac0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=d7f25d04-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:03:57+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6dcd880-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e6dcdaa6-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:03:57+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6dcd880-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e6dcdaa6-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:03:57+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6dcd880-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e6dcdaa6-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:04:17+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e40d68e0-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e40d6b92-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:04:17+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2cde652-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f2cdee04-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:04:22+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6dcd880-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=e6dcdaa6-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:04:22+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c7f3ca-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f5c7f5fa-923e-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:04:22+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c7f3ca-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f5c7f5fa-923e-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:04:22+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c7f3ca-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f5c7f5fa-923e-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:04:42+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2cde652-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f2cdee04-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:04:42+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=018f4a50-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=018f4c08-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:04:47+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c7f3ca-923e-11ed-9cfc-5e4b669ecb87 | InvocationID=f5c7f5fa-923e-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:04:47+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b29c8c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=04b29f20-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:04:47+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b29c8c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=04b29f20-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:04:47+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b29c8c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=04b29f20-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:05:07+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=018f4a50-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=018f4c08-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:05:07+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104ef3b0-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=104ef54a-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:05:12+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b29c8c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=04b29f20-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:05:12+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139d4832-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=139d4ab2-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:05:12+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139d4832-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=139d4ab2-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:05:12+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139d4832-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=139d4ab2-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:05:32+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=104ef3b0-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=104ef54a-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:05:32+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f0f241a-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=1f0f2668-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:05:37+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139d4832-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=139d4ab2-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:05:37+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22880c42-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=22880e4a-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:05:37+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22880c42-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=22880e4a-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:05:37+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22880c42-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=22880e4a-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:05:56+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f0f241a-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=1f0f2668-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:05:56+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dce5110-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=2dce52be-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:06:02+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22880c42-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=22880e4a-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:06:02+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3172bcac-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3172be6e-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:06:02+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3172bcac-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3172be6e-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:06:02+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3172bcac-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3172be6e-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:06:21+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dce5110-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=2dce52be-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:06:21+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c911f52-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3c912132-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:06:27+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3172bcac-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3172be6e-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:06:27+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405d5eb6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=405d6050-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:06:27+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405d5eb6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=405d6050-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:06:27+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405d5eb6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=405d6050-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:06:46+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c911f52-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=3c912132-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:06:46+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b50c2fe-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4b50c4ac-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:06:52+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405d5eb6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=405d6050-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:06:52+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f48094e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4f480ae8-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:06:52+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f48094e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4f480ae8-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:06:52+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f48094e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4f480ae8-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:07:10+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b50c2fe-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4b50c4ac-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:07:10+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a1083c4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5a108630-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:07:17+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f48094e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=4f480ae8-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:07:17+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e32980c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5e3299a6-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:07:17+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e32980c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5e3299a6-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:07:17+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e32980c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5e3299a6-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:07:35+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a1083c4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5a108630-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:07:35+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d3c65a-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=68d3c7fe-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:07:42+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e32980c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=5e3299a6-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:07:42+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1d3692-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=6d1d3926-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:07:42+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1d3692-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=6d1d3926-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:07:42+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1d3692-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=6d1d3926-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:00+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68d3c65a-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=68d3c7fe-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:08:00+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77959a9c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=77959c4a-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:08:07+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1d3692-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=6d1d3926-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:08:07+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c07b77c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=7c07b90c-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:08:08+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c07b77c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=7c07b90c-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:08+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c07b77c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=7c07b90c-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:25+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77959a9c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=77959c4a-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:08:25+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8655d236-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8655d3ee-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:08:33+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c07b77c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=7c07b90c-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:08:33+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af23906-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8af23b54-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:08:33+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af23906-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8af23b54-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:33+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af23906-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8af23b54-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:50+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8655d236-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8655d3ee-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:08:50+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9515a3b4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=9515a5c6-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:08:58+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af23906-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=8af23b54-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:08:58+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99de1174-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=99de1368-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:08:58+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99de1174-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=99de1368-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:08:58+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99de1174-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=99de1368-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:09:14+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9515a3b4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=9515a5c6-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:09:14+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d5af70-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a3d5b114-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:09:23+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99de1174-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=99de1368-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:09:23+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c8eb82-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a8c8ed1c-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:09:23+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c8eb82-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a8c8ed1c-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:09:23+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c8eb82-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a8c8ed1c-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:09:39+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d5af70-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a3d5b114-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:09:39+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b299410c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b29942ba-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:09:48+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c8eb82-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=a8c8ed1c-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:09:48+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b35290-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b7b35448-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:09:48+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b35290-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b7b35448-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:09:48+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b35290-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b7b35448-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:10:04+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b299410c-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b29942ba-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:10:04+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15905a6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c159074a-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:10:13+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b35290-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=b7b35448-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:10:13+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69dda1e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c69ddbb8-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:10:13+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69dda1e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c69ddbb8-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:10:13+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c69dda1e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c69ddbb8-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:10:29+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c15905a6-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c159074a-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:10:29+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0192cc4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d0192f12-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:10:38+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c69dda1e-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=c69ddbb8-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:10:38+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5889eba-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d588a05e-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:10:38+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5889eba-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d588a05e-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:10:38+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5889eba-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d588a05e-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:10:53+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0192cc4-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d0192f12-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:10:53+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ded923ae-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=ded925ca-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:11:03+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5889eba-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=d588a05e-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:11:03+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4774f98-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=e4775290-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:11:03+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4774f98-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=e4775290-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:11:03+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4774f98-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=e4775290-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:11:18+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ded923ae-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=ded925ca-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:11:18+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed988cea-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=ed988f06-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:11:28+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4774f98-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=e4775290-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:11:28+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3626b14-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=f3626cb8-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:11:28+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3626b14-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=f3626cb8-923f-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:11:28+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3626b14-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=f3626cb8-923f-11ed-9cfc-5e4b669ecb87 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:11:43+0000 | aai_event_thread | 140345380633376 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed988cea-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=ed988f06-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF AAI events.
2023-01-12T06:11:43+0000 | aai_event_thread | 140345380633376 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc59b966-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=fc59bba0-923f-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-12T06:11:53+0000 | policy_event_thread | 140345381694240 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3626b14-923f-11ed-9cfc-5e4b669ecb87 | InvocationID=f3626cb8-923f-11ed-9cfc-5e4b669ecb87 | Polling MR for XNF activation/deactivation policy response events.
2023-01-12T06:11:53+0000 | policy_event_thread | 140345381694240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024ce0fa-9240-11ed-9cfc-5e4b669ecb87 | InvocationID=024ce2b2-9240-11ed-9cfc-5e4b669ecb87 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-12T06:11:53+0000 | policy_event_thread | 140345381694240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024ce0fa-9240-11ed-9cfc-5e4b669ecb87 | InvocationID=024ce2b2-9240-11ed-9cfc-5e4b669ecb87 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-12T06:11:53+0000 | policy_event_thread | 140345381694240 | ERROR | policy_response_handler | poll