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-02-20T17:02:35+0000 | MainThread | 140282180050248 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-02-20T17:02:35+0000 | MainThread | 140282180050248 | 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-02-20T17:02:35+0000 | MainThread | 140282180050248 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-02-20T17:02:35+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:02:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-02-20T17:02:35+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1f14aa-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f17f2-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:02:35+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1f3c46-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f3d68-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:02:35+0000 | MainThread | 140282180050248 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-02-20T17:02:35+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1f14aa-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f17f2-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:02:35+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1f14aa-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f17f2-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:02:35+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1f3c46-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f3d68-b140-11ed-9de6-a2685444b068 | 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-02-20T17:02:35+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f1f3c46-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f3d68-b140-11ed-9de6-a2685444b068 | 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-02-20T17:02:55+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f1f3c46-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f3d68-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:02:55+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b651728-b140-11ed-9de6-a2685444b068 | InvocationID=6b6519b2-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:02:55+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b651728-b140-11ed-9de6-a2685444b068 | InvocationID=6b6519b2-b140-11ed-9de6-a2685444b068 | 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-02-20T17:02:55+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b651728-b140-11ed-9de6-a2685444b068 | InvocationID=6b6519b2-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:00+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1f14aa-b140-11ed-9de6-a2685444b068 | InvocationID=5f1f17f2-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:03:00+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5e451c-b140-11ed-9de6-a2685444b068 | InvocationID=6e5e4828-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:03:00+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5e451c-b140-11ed-9de6-a2685444b068 | InvocationID=6e5e4828-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:00+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e5e451c-b140-11ed-9de6-a2685444b068 | InvocationID=6e5e4828-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:15+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b651728-b140-11ed-9de6-a2685444b068 | InvocationID=6b6519b2-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:03:15+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7758636e-b140-11ed-9de6-a2685444b068 | InvocationID=7758653a-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:03:15+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7758636e-b140-11ed-9de6-a2685444b068 | InvocationID=7758653a-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:15+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7758636e-b140-11ed-9de6-a2685444b068 | InvocationID=7758653a-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:25+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e5e451c-b140-11ed-9de6-a2685444b068 | InvocationID=6e5e4828-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:03:25+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d4c9150-b140-11ed-9de6-a2685444b068 | InvocationID=7d4c931c-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:03:25+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d4c9150-b140-11ed-9de6-a2685444b068 | InvocationID=7d4c931c-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:25+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d4c9150-b140-11ed-9de6-a2685444b068 | InvocationID=7d4c931c-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7758636e-b140-11ed-9de6-a2685444b068 | InvocationID=7758653a-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:03:35+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=834b9af6-b140-11ed-9de6-a2685444b068 | InvocationID=834b9cfe-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:03:35+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=834b9af6-b140-11ed-9de6-a2685444b068 | InvocationID=834b9cfe-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:35+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=834b9af6-b140-11ed-9de6-a2685444b068 | InvocationID=834b9cfe-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:50+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d4c9150-b140-11ed-9de6-a2685444b068 | InvocationID=7d4c931c-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:03:50+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3be062-b140-11ed-9de6-a2685444b068 | InvocationID=8c3be684-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:03:50+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3be062-b140-11ed-9de6-a2685444b068 | InvocationID=8c3be684-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:50+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3be062-b140-11ed-9de6-a2685444b068 | InvocationID=8c3be684-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:03:55+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=834b9af6-b140-11ed-9de6-a2685444b068 | InvocationID=834b9cfe-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:03:55+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f3df3e0-b140-11ed-9de6-a2685444b068 | InvocationID=8f3df5a2-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:03:55+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f3df3e0-b140-11ed-9de6-a2685444b068 | InvocationID=8f3df5a2-b140-11ed-9de6-a2685444b068 | 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-02-20T17:03:55+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f3df3e0-b140-11ed-9de6-a2685444b068 | InvocationID=8f3df5a2-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:15+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3be062-b140-11ed-9de6-a2685444b068 | InvocationID=8c3be684-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:04:15+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2a11ac-b140-11ed-9de6-a2685444b068 | InvocationID=9b2a13e6-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:04:15+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2a11ac-b140-11ed-9de6-a2685444b068 | InvocationID=9b2a13e6-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:04:15+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b2a11ac-b140-11ed-9de6-a2685444b068 | InvocationID=9b2a13e6-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:04:15+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f3df3e0-b140-11ed-9de6-a2685444b068 | InvocationID=8f3df5a2-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:04:15+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b33e100-b140-11ed-9de6-a2685444b068 | InvocationID=9b33e2b8-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:04:15+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b33e100-b140-11ed-9de6-a2685444b068 | InvocationID=9b33e2b8-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:15+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b33e100-b140-11ed-9de6-a2685444b068 | InvocationID=9b33e2b8-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b33e100-b140-11ed-9de6-a2685444b068 | InvocationID=9b33e2b8-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:04:35+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a725541c-b140-11ed-9de6-a2685444b068 | InvocationID=a72558cc-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:04:35+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a725541c-b140-11ed-9de6-a2685444b068 | InvocationID=a72558cc-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:35+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a725541c-b140-11ed-9de6-a2685444b068 | InvocationID=a72558cc-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:40+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b2a11ac-b140-11ed-9de6-a2685444b068 | InvocationID=9b2a13e6-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:04:40+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa183644-b140-11ed-9de6-a2685444b068 | InvocationID=aa183806-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:04:40+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa183644-b140-11ed-9de6-a2685444b068 | InvocationID=aa183806-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:04:40+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa183644-b140-11ed-9de6-a2685444b068 | InvocationID=aa183806-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:04:55+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a725541c-b140-11ed-9de6-a2685444b068 | InvocationID=a72558cc-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:04:55+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3193392-b140-11ed-9de6-a2685444b068 | InvocationID=b3193590-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:04:55+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3193392-b140-11ed-9de6-a2685444b068 | InvocationID=b3193590-b140-11ed-9de6-a2685444b068 | 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-02-20T17:04:55+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3193392-b140-11ed-9de6-a2685444b068 | InvocationID=b3193590-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:05+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa183644-b140-11ed-9de6-a2685444b068 | InvocationID=aa183806-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:05:05+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b904007a-b140-11ed-9de6-a2685444b068 | InvocationID=b9040340-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:05:05+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b904007a-b140-11ed-9de6-a2685444b068 | InvocationID=b9040340-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:05+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b904007a-b140-11ed-9de6-a2685444b068 | InvocationID=b9040340-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:15+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3193392-b140-11ed-9de6-a2685444b068 | InvocationID=b3193590-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:05:15+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0b419a-b140-11ed-9de6-a2685444b068 | InvocationID=bf0b43ac-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:05:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0b419a-b140-11ed-9de6-a2685444b068 | InvocationID=bf0b43ac-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf0b419a-b140-11ed-9de6-a2685444b068 | InvocationID=bf0b43ac-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:30+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b904007a-b140-11ed-9de6-a2685444b068 | InvocationID=b9040340-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:05:30+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7f391e0-b140-11ed-9de6-a2685444b068 | InvocationID=c7f393ac-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:05:30+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7f391e0-b140-11ed-9de6-a2685444b068 | InvocationID=c7f393ac-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:30+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7f391e0-b140-11ed-9de6-a2685444b068 | InvocationID=c7f393ac-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf0b419a-b140-11ed-9de6-a2685444b068 | InvocationID=bf0b43ac-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:05:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cafefa28-b140-11ed-9de6-a2685444b068 | InvocationID=cafefbe0-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:05:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cafefa28-b140-11ed-9de6-a2685444b068 | InvocationID=cafefbe0-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cafefa28-b140-11ed-9de6-a2685444b068 | InvocationID=cafefbe0-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:55+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7f391e0-b140-11ed-9de6-a2685444b068 | InvocationID=c7f393ac-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:05:55+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e0902c-b140-11ed-9de6-a2685444b068 | InvocationID=d6e091f8-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:05:56+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e0902c-b140-11ed-9de6-a2685444b068 | InvocationID=d6e091f8-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:56+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6e0902c-b140-11ed-9de6-a2685444b068 | InvocationID=d6e091f8-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:05:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cafefa28-b140-11ed-9de6-a2685444b068 | InvocationID=cafefbe0-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:05:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6f19408-b140-11ed-9de6-a2685444b068 | InvocationID=d6f19638-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:05:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6f19408-b140-11ed-9de6-a2685444b068 | InvocationID=d6f19638-b140-11ed-9de6-a2685444b068 | 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-02-20T17:05:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6f19408-b140-11ed-9de6-a2685444b068 | InvocationID=d6f19638-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6f19408-b140-11ed-9de6-a2685444b068 | InvocationID=d6f19638-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:06:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e209aa-b140-11ed-9de6-a2685444b068 | InvocationID=e2e20d10-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:06:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e209aa-b140-11ed-9de6-a2685444b068 | InvocationID=e2e20d10-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2e209aa-b140-11ed-9de6-a2685444b068 | InvocationID=e2e20d10-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:21+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6e0902c-b140-11ed-9de6-a2685444b068 | InvocationID=d6e091f8-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:06:21+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1f652-b140-11ed-9de6-a2685444b068 | InvocationID=e5d1f846-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:06:21+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1f652-b140-11ed-9de6-a2685444b068 | InvocationID=e5d1f846-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:06:21+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d1f652-b140-11ed-9de6-a2685444b068 | InvocationID=e5d1f846-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:06:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2e209aa-b140-11ed-9de6-a2685444b068 | InvocationID=e2e20d10-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:06:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed63452-b140-11ed-9de6-a2685444b068 | InvocationID=eed636e6-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:06:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed63452-b140-11ed-9de6-a2685444b068 | InvocationID=eed636e6-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed63452-b140-11ed-9de6-a2685444b068 | InvocationID=eed636e6-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:46+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d1f652-b140-11ed-9de6-a2685444b068 | InvocationID=e5d1f846-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:06:46+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c1126a-b140-11ed-9de6-a2685444b068 | InvocationID=f4c1163e-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:06:46+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c1126a-b140-11ed-9de6-a2685444b068 | InvocationID=f4c1163e-b140-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:06:46+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4c1126a-b140-11ed-9de6-a2685444b068 | InvocationID=f4c1163e-b140-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:06:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed63452-b140-11ed-9de6-a2685444b068 | InvocationID=eed636e6-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:06:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac9c350-b140-11ed-9de6-a2685444b068 | InvocationID=fac9c526-b140-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:06:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac9c350-b140-11ed-9de6-a2685444b068 | InvocationID=fac9c526-b140-11ed-9de6-a2685444b068 | 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-02-20T17:06:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac9c350-b140-11ed-9de6-a2685444b068 | InvocationID=fac9c526-b140-11ed-9de6-a2685444b068 | 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-02-20T17:07:11+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4c1126a-b140-11ed-9de6-a2685444b068 | InvocationID=f4c1163e-b140-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:07:11+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03acb220-b141-11ed-9de6-a2685444b068 | InvocationID=03acb4be-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:07:11+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03acb220-b141-11ed-9de6-a2685444b068 | InvocationID=03acb4be-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:07:11+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03acb220-b141-11ed-9de6-a2685444b068 | InvocationID=03acb4be-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:07:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac9c350-b140-11ed-9de6-a2685444b068 | InvocationID=fac9c526-b140-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:07:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ba009e-b141-11ed-9de6-a2685444b068 | InvocationID=06ba031e-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:07:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ba009e-b141-11ed-9de6-a2685444b068 | InvocationID=06ba031e-b141-11ed-9de6-a2685444b068 | 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-02-20T17:07:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06ba009e-b141-11ed-9de6-a2685444b068 | InvocationID=06ba031e-b141-11ed-9de6-a2685444b068 | 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-02-20T17:07:36+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03acb220-b141-11ed-9de6-a2685444b068 | InvocationID=03acb4be-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:07:36+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12995a7c-b141-11ed-9de6-a2685444b068 | InvocationID=12995d06-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:07:36+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12995a7c-b141-11ed-9de6-a2685444b068 | InvocationID=12995d06-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:07:36+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12995a7c-b141-11ed-9de6-a2685444b068 | InvocationID=12995d06-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:07:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06ba009e-b141-11ed-9de6-a2685444b068 | InvocationID=06ba031e-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:07:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12abbef6-b141-11ed-9de6-a2685444b068 | InvocationID=12abc0c2-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:07:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12abbef6-b141-11ed-9de6-a2685444b068 | InvocationID=12abc0c2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:07:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12abbef6-b141-11ed-9de6-a2685444b068 | InvocationID=12abc0c2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:07:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12abbef6-b141-11ed-9de6-a2685444b068 | InvocationID=12abc0c2-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:07:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9c33f8-b141-11ed-9de6-a2685444b068 | InvocationID=1e9c365a-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:07:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9c33f8-b141-11ed-9de6-a2685444b068 | InvocationID=1e9c365a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:07:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e9c33f8-b141-11ed-9de6-a2685444b068 | InvocationID=1e9c365a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:01+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12995a7c-b141-11ed-9de6-a2685444b068 | InvocationID=12995d06-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:08:01+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218771b8-b141-11ed-9de6-a2685444b068 | InvocationID=218773b6-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:08:01+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218771b8-b141-11ed-9de6-a2685444b068 | InvocationID=218773b6-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:01+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=218771b8-b141-11ed-9de6-a2685444b068 | InvocationID=218773b6-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e9c33f8-b141-11ed-9de6-a2685444b068 | InvocationID=1e9c365a-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:08:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8d170e-b141-11ed-9de6-a2685444b068 | InvocationID=2a8d190c-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:08:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8d170e-b141-11ed-9de6-a2685444b068 | InvocationID=2a8d190c-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8d170e-b141-11ed-9de6-a2685444b068 | InvocationID=2a8d190c-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:26+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=218771b8-b141-11ed-9de6-a2685444b068 | InvocationID=218773b6-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:08:26+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30732ea6-b141-11ed-9de6-a2685444b068 | InvocationID=30733180-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:08:26+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30732ea6-b141-11ed-9de6-a2685444b068 | InvocationID=30733180-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:26+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30732ea6-b141-11ed-9de6-a2685444b068 | InvocationID=30733180-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8d170e-b141-11ed-9de6-a2685444b068 | InvocationID=2a8d190c-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:08:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367ed002-b141-11ed-9de6-a2685444b068 | InvocationID=367ed278-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:08:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367ed002-b141-11ed-9de6-a2685444b068 | InvocationID=367ed278-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=367ed002-b141-11ed-9de6-a2685444b068 | InvocationID=367ed278-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:51+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30732ea6-b141-11ed-9de6-a2685444b068 | InvocationID=30733180-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:08:51+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f60da80-b141-11ed-9de6-a2685444b068 | InvocationID=3f60de72-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:08:51+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f60da80-b141-11ed-9de6-a2685444b068 | InvocationID=3f60de72-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:51+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f60da80-b141-11ed-9de6-a2685444b068 | InvocationID=3f60de72-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:08:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=367ed002-b141-11ed-9de6-a2685444b068 | InvocationID=367ed278-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:08:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f2a56-b141-11ed-9de6-a2685444b068 | InvocationID=426f2c22-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:08:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f2a56-b141-11ed-9de6-a2685444b068 | InvocationID=426f2c22-b141-11ed-9de6-a2685444b068 | 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-02-20T17:08:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=426f2a56-b141-11ed-9de6-a2685444b068 | InvocationID=426f2c22-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:16+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f60da80-b141-11ed-9de6-a2685444b068 | InvocationID=3f60de72-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:09:16+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4d07ee-b141-11ed-9de6-a2685444b068 | InvocationID=4e4d0aa0-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:09:16+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4d07ee-b141-11ed-9de6-a2685444b068 | InvocationID=4e4d0aa0-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:09:16+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e4d07ee-b141-11ed-9de6-a2685444b068 | InvocationID=4e4d0aa0-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:09:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=426f2a56-b141-11ed-9de6-a2685444b068 | InvocationID=426f2c22-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:09:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e603ca6-b141-11ed-9de6-a2685444b068 | InvocationID=4e6040ca-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:09:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e603ca6-b141-11ed-9de6-a2685444b068 | InvocationID=4e6040ca-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e603ca6-b141-11ed-9de6-a2685444b068 | InvocationID=4e6040ca-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e603ca6-b141-11ed-9de6-a2685444b068 | InvocationID=4e6040ca-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:09:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a50bf40-b141-11ed-9de6-a2685444b068 | InvocationID=5a50c1e8-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:09:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a50bf40-b141-11ed-9de6-a2685444b068 | InvocationID=5a50c1e8-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a50bf40-b141-11ed-9de6-a2685444b068 | InvocationID=5a50c1e8-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:41+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e4d07ee-b141-11ed-9de6-a2685444b068 | InvocationID=4e4d0aa0-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:09:41+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d38e28c-b141-11ed-9de6-a2685444b068 | InvocationID=5d38e49e-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:09:41+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d38e28c-b141-11ed-9de6-a2685444b068 | InvocationID=5d38e49e-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:09:41+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d38e28c-b141-11ed-9de6-a2685444b068 | InvocationID=5d38e49e-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:09:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a50bf40-b141-11ed-9de6-a2685444b068 | InvocationID=5a50c1e8-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:09:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664236c6-b141-11ed-9de6-a2685444b068 | InvocationID=6642390a-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:09:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664236c6-b141-11ed-9de6-a2685444b068 | InvocationID=6642390a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:09:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664236c6-b141-11ed-9de6-a2685444b068 | InvocationID=6642390a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:06+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d38e28c-b141-11ed-9de6-a2685444b068 | InvocationID=5d38e49e-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:10:06+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c24cd60-b141-11ed-9de6-a2685444b068 | InvocationID=6c24cfd6-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:10:06+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c24cd60-b141-11ed-9de6-a2685444b068 | InvocationID=6c24cfd6-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:06+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c24cd60-b141-11ed-9de6-a2685444b068 | InvocationID=6c24cfd6-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664236c6-b141-11ed-9de6-a2685444b068 | InvocationID=6642390a-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:10:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7232b78a-b141-11ed-9de6-a2685444b068 | InvocationID=7232b94c-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:10:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7232b78a-b141-11ed-9de6-a2685444b068 | InvocationID=7232b94c-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7232b78a-b141-11ed-9de6-a2685444b068 | InvocationID=7232b94c-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:31+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c24cd60-b141-11ed-9de6-a2685444b068 | InvocationID=6c24cfd6-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:10:31+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b12a702-b141-11ed-9de6-a2685444b068 | InvocationID=7b12a928-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:10:31+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b12a702-b141-11ed-9de6-a2685444b068 | InvocationID=7b12a928-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:31+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b12a702-b141-11ed-9de6-a2685444b068 | InvocationID=7b12a928-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7232b78a-b141-11ed-9de6-a2685444b068 | InvocationID=7232b94c-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:10:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e22e0d8-b141-11ed-9de6-a2685444b068 | InvocationID=7e22e29a-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:10:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e22e0d8-b141-11ed-9de6-a2685444b068 | InvocationID=7e22e29a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e22e0d8-b141-11ed-9de6-a2685444b068 | InvocationID=7e22e29a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:56+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b12a702-b141-11ed-9de6-a2685444b068 | InvocationID=7b12a928-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:10:56+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ffdd0c-b141-11ed-9de6-a2685444b068 | InvocationID=89ffe20c-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:10:56+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ffdd0c-b141-11ed-9de6-a2685444b068 | InvocationID=89ffe20c-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:56+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ffdd0c-b141-11ed-9de6-a2685444b068 | InvocationID=89ffe20c-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:10:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e22e0d8-b141-11ed-9de6-a2685444b068 | InvocationID=7e22e29a-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:10:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a13be58-b141-11ed-9de6-a2685444b068 | InvocationID=8a13c01a-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:10:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a13be58-b141-11ed-9de6-a2685444b068 | InvocationID=8a13c01a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:10:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a13be58-b141-11ed-9de6-a2685444b068 | InvocationID=8a13c01a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a13be58-b141-11ed-9de6-a2685444b068 | InvocationID=8a13c01a-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:11:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96042d10-b141-11ed-9de6-a2685444b068 | InvocationID=96042ed2-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:11:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96042d10-b141-11ed-9de6-a2685444b068 | InvocationID=96042ed2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96042d10-b141-11ed-9de6-a2685444b068 | InvocationID=96042ed2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:21+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ffdd0c-b141-11ed-9de6-a2685444b068 | InvocationID=89ffe20c-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:11:21+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ebd122-b141-11ed-9de6-a2685444b068 | InvocationID=98ebd3e8-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:11:21+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ebd122-b141-11ed-9de6-a2685444b068 | InvocationID=98ebd3e8-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:11:21+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ebd122-b141-11ed-9de6-a2685444b068 | InvocationID=98ebd3e8-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:11:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96042d10-b141-11ed-9de6-a2685444b068 | InvocationID=96042ed2-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:11:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1f4c2a6-b141-11ed-9de6-a2685444b068 | InvocationID=a1f4c526-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:11:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1f4c2a6-b141-11ed-9de6-a2685444b068 | InvocationID=a1f4c526-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1f4c2a6-b141-11ed-9de6-a2685444b068 | InvocationID=a1f4c526-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:46+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ebd122-b141-11ed-9de6-a2685444b068 | InvocationID=98ebd3e8-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:11:46+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d79b26-b141-11ed-9de6-a2685444b068 | InvocationID=a7d79f22-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:11:46+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d79b26-b141-11ed-9de6-a2685444b068 | InvocationID=a7d79f22-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:11:46+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d79b26-b141-11ed-9de6-a2685444b068 | InvocationID=a7d79f22-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:11:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1f4c2a6-b141-11ed-9de6-a2685444b068 | InvocationID=a1f4c526-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:11:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ade768a2-b141-11ed-9de6-a2685444b068 | InvocationID=ade76b54-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:11:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ade768a2-b141-11ed-9de6-a2685444b068 | InvocationID=ade76b54-b141-11ed-9de6-a2685444b068 | 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-02-20T17:11:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ade768a2-b141-11ed-9de6-a2685444b068 | InvocationID=ade76b54-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:11+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d79b26-b141-11ed-9de6-a2685444b068 | InvocationID=a7d79f22-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:12:11+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c8fb52-b141-11ed-9de6-a2685444b068 | InvocationID=b6c901ec-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:12:11+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c8fb52-b141-11ed-9de6-a2685444b068 | InvocationID=b6c901ec-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:12:11+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c8fb52-b141-11ed-9de6-a2685444b068 | InvocationID=b6c901ec-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:12:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ade768a2-b141-11ed-9de6-a2685444b068 | InvocationID=ade76b54-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:12:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9dc3ae8-b141-11ed-9de6-a2685444b068 | InvocationID=b9dc3cf0-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:12:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9dc3ae8-b141-11ed-9de6-a2685444b068 | InvocationID=b9dc3cf0-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9dc3ae8-b141-11ed-9de6-a2685444b068 | InvocationID=b9dc3cf0-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:36+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c8fb52-b141-11ed-9de6-a2685444b068 | InvocationID=b6c901ec-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:12:36+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b705b4-b141-11ed-9de6-a2685444b068 | InvocationID=c5b711ee-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:12:36+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b705b4-b141-11ed-9de6-a2685444b068 | InvocationID=c5b711ee-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:12:36+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b705b4-b141-11ed-9de6-a2685444b068 | InvocationID=c5b711ee-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:12:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9dc3ae8-b141-11ed-9de6-a2685444b068 | InvocationID=b9dc3cf0-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:12:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d2c952-b141-11ed-9de6-a2685444b068 | InvocationID=c5d2cb0a-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:12:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d2c952-b141-11ed-9de6-a2685444b068 | InvocationID=c5d2cb0a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d2c952-b141-11ed-9de6-a2685444b068 | InvocationID=c5d2cb0a-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d2c952-b141-11ed-9de6-a2685444b068 | InvocationID=c5d2cb0a-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:12:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c3a966-b141-11ed-9de6-a2685444b068 | InvocationID=d1c3ab28-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:12:56+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c3a966-b141-11ed-9de6-a2685444b068 | InvocationID=d1c3ab28-b141-11ed-9de6-a2685444b068 | 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-02-20T17:12:56+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c3a966-b141-11ed-9de6-a2685444b068 | InvocationID=d1c3ab28-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:01+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b705b4-b141-11ed-9de6-a2685444b068 | InvocationID=c5b711ee-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:13:01+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a89b50-b141-11ed-9de6-a2685444b068 | InvocationID=d4a89dda-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:13:01+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a89b50-b141-11ed-9de6-a2685444b068 | InvocationID=d4a89dda-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:01+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a89b50-b141-11ed-9de6-a2685444b068 | InvocationID=d4a89dda-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c3a966-b141-11ed-9de6-a2685444b068 | InvocationID=d1c3ab28-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:13:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb4cd04-b141-11ed-9de6-a2685444b068 | InvocationID=ddb4cebc-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:13:16+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb4cd04-b141-11ed-9de6-a2685444b068 | InvocationID=ddb4cebc-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:16+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb4cd04-b141-11ed-9de6-a2685444b068 | InvocationID=ddb4cebc-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:26+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a89b50-b141-11ed-9de6-a2685444b068 | InvocationID=d4a89dda-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:13:26+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3955964-b141-11ed-9de6-a2685444b068 | InvocationID=e3955b44-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:13:26+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3955964-b141-11ed-9de6-a2685444b068 | InvocationID=e3955b44-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:26+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3955964-b141-11ed-9de6-a2685444b068 | InvocationID=e3955b44-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb4cd04-b141-11ed-9de6-a2685444b068 | InvocationID=ddb4cebc-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:13:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a57118-b141-11ed-9de6-a2685444b068 | InvocationID=e9a5779e-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:13:36+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a57118-b141-11ed-9de6-a2685444b068 | InvocationID=e9a5779e-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:36+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9a57118-b141-11ed-9de6-a2685444b068 | InvocationID=e9a5779e-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:51+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3955964-b141-11ed-9de6-a2685444b068 | InvocationID=e3955b44-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:13:51+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2840ede-b141-11ed-9de6-a2685444b068 | InvocationID=f28411ae-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:13:51+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2840ede-b141-11ed-9de6-a2685444b068 | InvocationID=f28411ae-b141-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:51+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2840ede-b141-11ed-9de6-a2685444b068 | InvocationID=f28411ae-b141-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:13:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9a57118-b141-11ed-9de6-a2685444b068 | InvocationID=e9a5779e-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:13:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5973182-b141-11ed-9de6-a2685444b068 | InvocationID=f59735e2-b141-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:13:57+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5973182-b141-11ed-9de6-a2685444b068 | InvocationID=f59735e2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:13:57+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5973182-b141-11ed-9de6-a2685444b068 | InvocationID=f59735e2-b141-11ed-9de6-a2685444b068 | 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-02-20T17:14:16+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2840ede-b141-11ed-9de6-a2685444b068 | InvocationID=f28411ae-b141-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:14:16+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01700862-b142-11ed-9de6-a2685444b068 | InvocationID=01700d30-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:14:16+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01700862-b142-11ed-9de6-a2685444b068 | InvocationID=01700d30-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:14:16+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01700862-b142-11ed-9de6-a2685444b068 | InvocationID=01700d30-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:14:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5973182-b141-11ed-9de6-a2685444b068 | InvocationID=f59735e2-b141-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:14:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=018a488a-b142-11ed-9de6-a2685444b068 | InvocationID=018a4bdc-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:14:17+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=018a488a-b142-11ed-9de6-a2685444b068 | InvocationID=018a4bdc-b142-11ed-9de6-a2685444b068 | 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-02-20T17:14:17+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=018a488a-b142-11ed-9de6-a2685444b068 | InvocationID=018a4bdc-b142-11ed-9de6-a2685444b068 | 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-02-20T17:14:37+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=018a488a-b142-11ed-9de6-a2685444b068 | InvocationID=018a4bdc-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:14:37+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d7b2dd0-b142-11ed-9de6-a2685444b068 | InvocationID=0d7b3514-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:14:37+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d7b2dd0-b142-11ed-9de6-a2685444b068 | InvocationID=0d7b3514-b142-11ed-9de6-a2685444b068 | 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-02-20T17:14:37+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d7b2dd0-b142-11ed-9de6-a2685444b068 | InvocationID=0d7b3514-b142-11ed-9de6-a2685444b068 | 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-02-20T17:14:41+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01700862-b142-11ed-9de6-a2685444b068 | InvocationID=01700d30-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:14:41+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105bc55a-b142-11ed-9de6-a2685444b068 | InvocationID=105bc87a-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:14:41+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105bc55a-b142-11ed-9de6-a2685444b068 | InvocationID=105bc87a-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:14:41+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105bc55a-b142-11ed-9de6-a2685444b068 | InvocationID=105bc87a-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:14:57+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d7b2dd0-b142-11ed-9de6-a2685444b068 | InvocationID=0d7b3514-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:14:57+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196c86a2-b142-11ed-9de6-a2685444b068 | InvocationID=196c8878-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:14:57+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196c86a2-b142-11ed-9de6-a2685444b068 | InvocationID=196c8878-b142-11ed-9de6-a2685444b068 | 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-02-20T17:14:57+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=196c86a2-b142-11ed-9de6-a2685444b068 | InvocationID=196c8878-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:06+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105bc55a-b142-11ed-9de6-a2685444b068 | InvocationID=105bc87a-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:15:06+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f485e34-b142-11ed-9de6-a2685444b068 | InvocationID=1f4860d2-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:15:06+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f485e34-b142-11ed-9de6-a2685444b068 | InvocationID=1f4860d2-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:06+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f485e34-b142-11ed-9de6-a2685444b068 | InvocationID=1f4860d2-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=196c86a2-b142-11ed-9de6-a2685444b068 | InvocationID=196c8878-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:15:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255d7d7c-b142-11ed-9de6-a2685444b068 | InvocationID=255d7fe8-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:15:17+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255d7d7c-b142-11ed-9de6-a2685444b068 | InvocationID=255d7fe8-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:17+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=255d7d7c-b142-11ed-9de6-a2685444b068 | InvocationID=255d7fe8-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:31+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f485e34-b142-11ed-9de6-a2685444b068 | InvocationID=1f4860d2-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:15:31+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3574f4-b142-11ed-9de6-a2685444b068 | InvocationID=2e357792-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:15:32+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3574f4-b142-11ed-9de6-a2685444b068 | InvocationID=2e357792-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:32+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3574f4-b142-11ed-9de6-a2685444b068 | InvocationID=2e357792-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:37+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=255d7d7c-b142-11ed-9de6-a2685444b068 | InvocationID=255d7fe8-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:15:37+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=314e2988-b142-11ed-9de6-a2685444b068 | InvocationID=314e2ba4-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:15:37+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=314e2988-b142-11ed-9de6-a2685444b068 | InvocationID=314e2ba4-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:37+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=314e2988-b142-11ed-9de6-a2685444b068 | InvocationID=314e2ba4-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:57+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3574f4-b142-11ed-9de6-a2685444b068 | InvocationID=2e357792-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:15:57+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2720de-b142-11ed-9de6-a2685444b068 | InvocationID=3d2722f0-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:15:57+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2720de-b142-11ed-9de6-a2685444b068 | InvocationID=3d2722f0-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:57+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2720de-b142-11ed-9de6-a2685444b068 | InvocationID=3d2722f0-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:15:57+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=314e2988-b142-11ed-9de6-a2685444b068 | InvocationID=314e2ba4-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:15:57+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d408024-b142-11ed-9de6-a2685444b068 | InvocationID=3d408272-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:15:57+0000 | aai_event_thread | 140282129312544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d408024-b142-11ed-9de6-a2685444b068 | InvocationID=3d408272-b142-11ed-9de6-a2685444b068 | 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-02-20T17:15:57+0000 | aai_event_thread | 140282129312544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d408024-b142-11ed-9de6-a2685444b068 | InvocationID=3d408272-b142-11ed-9de6-a2685444b068 | 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-02-20T17:16:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d408024-b142-11ed-9de6-a2685444b068 | InvocationID=3d408272-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:16:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4930d0aa-b142-11ed-9de6-a2685444b068 | InvocationID=4930d280-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:16:22+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2720de-b142-11ed-9de6-a2685444b068 | InvocationID=3d2722f0-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:16:22+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c134460-b142-11ed-9de6-a2685444b068 | InvocationID=4c134636-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:16:22+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c134460-b142-11ed-9de6-a2685444b068 | InvocationID=4c134636-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:16:22+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c134460-b142-11ed-9de6-a2685444b068 | InvocationID=4c134636-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:16:41+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4930d0aa-b142-11ed-9de6-a2685444b068 | InvocationID=4930d280-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:16:41+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c29824-b142-11ed-9de6-a2685444b068 | InvocationID=57c29ab8-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:16:47+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c134460-b142-11ed-9de6-a2685444b068 | InvocationID=4c134636-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:16:47+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afed340-b142-11ed-9de6-a2685444b068 | InvocationID=5afed552-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:16:47+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afed340-b142-11ed-9de6-a2685444b068 | InvocationID=5afed552-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:16:47+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5afed340-b142-11ed-9de6-a2685444b068 | InvocationID=5afed552-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:17:01+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c29824-b142-11ed-9de6-a2685444b068 | InvocationID=57c29ab8-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:17:01+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bef3d4-b142-11ed-9de6-a2685444b068 | InvocationID=63bef636-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:17:12+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5afed340-b142-11ed-9de6-a2685444b068 | InvocationID=5afed552-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:17:12+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ea89e4-b142-11ed-9de6-a2685444b068 | InvocationID=69ea8c50-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:17:12+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ea89e4-b142-11ed-9de6-a2685444b068 | InvocationID=69ea8c50-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:17:12+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ea89e4-b142-11ed-9de6-a2685444b068 | InvocationID=69ea8c50-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:17:21+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63bef3d4-b142-11ed-9de6-a2685444b068 | InvocationID=63bef636-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:17:21+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fb4f4ea-b142-11ed-9de6-a2685444b068 | InvocationID=6fb4f6b6-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:17:37+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ea89e4-b142-11ed-9de6-a2685444b068 | InvocationID=69ea8c50-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:17:37+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d7a202-b142-11ed-9de6-a2685444b068 | InvocationID=78d7a9c8-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:17:37+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d7a202-b142-11ed-9de6-a2685444b068 | InvocationID=78d7a9c8-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:17:37+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d7a202-b142-11ed-9de6-a2685444b068 | InvocationID=78d7a9c8-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:17:42+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fb4f4ea-b142-11ed-9de6-a2685444b068 | InvocationID=6fb4f6b6-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:17:42+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc1ecfc-b142-11ed-9de6-a2685444b068 | InvocationID=7bc1f076-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:18:02+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d7a202-b142-11ed-9de6-a2685444b068 | InvocationID=78d7a9c8-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:18:02+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c30c0c-b142-11ed-9de6-a2685444b068 | InvocationID=87c30e32-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:18:02+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c30c0c-b142-11ed-9de6-a2685444b068 | InvocationID=87c30e32-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:18:02+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c30c0c-b142-11ed-9de6-a2685444b068 | InvocationID=87c30e32-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:18:02+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc1ecfc-b142-11ed-9de6-a2685444b068 | InvocationID=7bc1f076-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:18:02+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8809f964-b142-11ed-9de6-a2685444b068 | InvocationID=8809fb12-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:18:27+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c30c0c-b142-11ed-9de6-a2685444b068 | InvocationID=87c30e32-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:18:27+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b066b0-b142-11ed-9de6-a2685444b068 | InvocationID=96b068ae-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:18:27+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b066b0-b142-11ed-9de6-a2685444b068 | InvocationID=96b068ae-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:18:27+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96b066b0-b142-11ed-9de6-a2685444b068 | InvocationID=96b068ae-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:18:27+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8809f964-b142-11ed-9de6-a2685444b068 | InvocationID=8809fb12-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:18:27+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ce0602-b142-11ed-9de6-a2685444b068 | InvocationID=96ce07ba-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:18:52+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ce0602-b142-11ed-9de6-a2685444b068 | InvocationID=96ce07ba-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:18:52+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5981f74-b142-11ed-9de6-a2685444b068 | InvocationID=a5982b68-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:18:52+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96b066b0-b142-11ed-9de6-a2685444b068 | InvocationID=96b068ae-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:18:52+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59c8726-b142-11ed-9de6-a2685444b068 | InvocationID=a59c88e8-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:18:52+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59c8726-b142-11ed-9de6-a2685444b068 | InvocationID=a59c88e8-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:18:52+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a59c8726-b142-11ed-9de6-a2685444b068 | InvocationID=a59c88e8-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:19:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5981f74-b142-11ed-9de6-a2685444b068 | InvocationID=a5982b68-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:19:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b45af96e-b142-11ed-9de6-a2685444b068 | InvocationID=b45afbd0-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:19:17+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a59c8726-b142-11ed-9de6-a2685444b068 | InvocationID=a59c88e8-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:19:17+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4891182-b142-11ed-9de6-a2685444b068 | InvocationID=b4891498-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:19:17+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4891182-b142-11ed-9de6-a2685444b068 | InvocationID=b4891498-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:19:17+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4891182-b142-11ed-9de6-a2685444b068 | InvocationID=b4891498-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:19:41+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b45af96e-b142-11ed-9de6-a2685444b068 | InvocationID=b45afbd0-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:19:41+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3214e94-b142-11ed-9de6-a2685444b068 | InvocationID=c3215114-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:19:42+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4891182-b142-11ed-9de6-a2685444b068 | InvocationID=b4891498-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:19:42+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c374e630-b142-11ed-9de6-a2685444b068 | InvocationID=c374e842-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:19:42+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c374e630-b142-11ed-9de6-a2685444b068 | InvocationID=c374e842-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:19:42+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c374e630-b142-11ed-9de6-a2685444b068 | InvocationID=c374e842-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:06+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3214e94-b142-11ed-9de6-a2685444b068 | InvocationID=c3215114-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:20:06+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e68e6c-b142-11ed-9de6-a2685444b068 | InvocationID=d1e69042-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:20:07+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c374e630-b142-11ed-9de6-a2685444b068 | InvocationID=c374e842-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:20:07+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2609f72-b142-11ed-9de6-a2685444b068 | InvocationID=d260a170-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:20:07+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2609f72-b142-11ed-9de6-a2685444b068 | InvocationID=d260a170-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:07+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2609f72-b142-11ed-9de6-a2685444b068 | InvocationID=d260a170-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:31+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1e68e6c-b142-11ed-9de6-a2685444b068 | InvocationID=d1e69042-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:20:31+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0ac3da2-b142-11ed-9de6-a2685444b068 | InvocationID=e0ac4068-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:20:32+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2609f72-b142-11ed-9de6-a2685444b068 | InvocationID=d260a170-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:20:32+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14c3fbe-b142-11ed-9de6-a2685444b068 | InvocationID=e14c418a-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:20:32+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14c3fbe-b142-11ed-9de6-a2685444b068 | InvocationID=e14c418a-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:32+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14c3fbe-b142-11ed-9de6-a2685444b068 | InvocationID=e14c418a-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0ac3da2-b142-11ed-9de6-a2685444b068 | InvocationID=e0ac4068-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:20:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef706be2-b142-11ed-9de6-a2685444b068 | InvocationID=ef706e62-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:20:57+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14c3fbe-b142-11ed-9de6-a2685444b068 | InvocationID=e14c418a-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:20:57+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0384a22-b142-11ed-9de6-a2685444b068 | InvocationID=f0384c02-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:20:57+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0384a22-b142-11ed-9de6-a2685444b068 | InvocationID=f0384c02-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:20:57+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0384a22-b142-11ed-9de6-a2685444b068 | InvocationID=f0384c02-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:21:20+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef706be2-b142-11ed-9de6-a2685444b068 | InvocationID=ef706e62-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:21:20+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe34248e-b142-11ed-9de6-a2685444b068 | InvocationID=fe3428f8-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:21:22+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0384a22-b142-11ed-9de6-a2685444b068 | InvocationID=f0384c02-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:21:22+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff24595e-b142-11ed-9de6-a2685444b068 | InvocationID=ff245d46-b142-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:21:22+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff24595e-b142-11ed-9de6-a2685444b068 | InvocationID=ff245d46-b142-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:21:22+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff24595e-b142-11ed-9de6-a2685444b068 | InvocationID=ff245d46-b142-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:21:45+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe34248e-b142-11ed-9de6-a2685444b068 | InvocationID=fe3428f8-b142-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:21:45+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf7c520-b143-11ed-9de6-a2685444b068 | InvocationID=0cf7c782-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:21:47+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff24595e-b142-11ed-9de6-a2685444b068 | InvocationID=ff245d46-b142-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:21:47+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e10fad0-b143-11ed-9de6-a2685444b068 | InvocationID=0e10fc9c-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:21:47+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e10fad0-b143-11ed-9de6-a2685444b068 | InvocationID=0e10fc9c-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:21:47+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e10fad0-b143-11ed-9de6-a2685444b068 | InvocationID=0e10fc9c-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:22:10+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cf7c520-b143-11ed-9de6-a2685444b068 | InvocationID=0cf7c782-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:22:10+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bbb07e8-b143-11ed-9de6-a2685444b068 | InvocationID=1bbb09aa-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:22:12+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e10fad0-b143-11ed-9de6-a2685444b068 | InvocationID=0e10fc9c-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:22:12+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cff4c9a-b143-11ed-9de6-a2685444b068 | InvocationID=1cff4eca-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:22:12+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cff4c9a-b143-11ed-9de6-a2685444b068 | InvocationID=1cff4eca-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:22:12+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cff4c9a-b143-11ed-9de6-a2685444b068 | InvocationID=1cff4eca-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:22:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bbb07e8-b143-11ed-9de6-a2685444b068 | InvocationID=1bbb09aa-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:22:35+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a829a34-b143-11ed-9de6-a2685444b068 | InvocationID=2a829ca0-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:22:37+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cff4c9a-b143-11ed-9de6-a2685444b068 | InvocationID=1cff4eca-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:22:37+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2beabbe0-b143-11ed-9de6-a2685444b068 | InvocationID=2beabf0a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:22:37+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2beabbe0-b143-11ed-9de6-a2685444b068 | InvocationID=2beabf0a-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:22:37+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2beabbe0-b143-11ed-9de6-a2685444b068 | InvocationID=2beabf0a-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:00+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a829a34-b143-11ed-9de6-a2685444b068 | InvocationID=2a829ca0-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:23:00+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3949d2c6-b143-11ed-9de6-a2685444b068 | InvocationID=3949d492-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:23:02+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2beabbe0-b143-11ed-9de6-a2685444b068 | InvocationID=2beabf0a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:23:02+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adc6932-b143-11ed-9de6-a2685444b068 | InvocationID=3adc6b3a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:23:02+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adc6932-b143-11ed-9de6-a2685444b068 | InvocationID=3adc6b3a-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:02+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3adc6932-b143-11ed-9de6-a2685444b068 | InvocationID=3adc6b3a-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:24+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3949d2c6-b143-11ed-9de6-a2685444b068 | InvocationID=3949d492-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:23:24+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=480ca4be-b143-11ed-9de6-a2685444b068 | InvocationID=480ca68a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:23:27+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3adc6932-b143-11ed-9de6-a2685444b068 | InvocationID=3adc6b3a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:23:27+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c890f6-b143-11ed-9de6-a2685444b068 | InvocationID=49c89394-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:23:27+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c890f6-b143-11ed-9de6-a2685444b068 | InvocationID=49c89394-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:27+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c890f6-b143-11ed-9de6-a2685444b068 | InvocationID=49c89394-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:49+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=480ca4be-b143-11ed-9de6-a2685444b068 | InvocationID=480ca68a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:23:49+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cf6f04-b143-11ed-9de6-a2685444b068 | InvocationID=56cf71e8-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:23:52+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c890f6-b143-11ed-9de6-a2685444b068 | InvocationID=49c89394-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:23:52+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b4370a-b143-11ed-9de6-a2685444b068 | InvocationID=58b4391c-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:23:52+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b4370a-b143-11ed-9de6-a2685444b068 | InvocationID=58b4391c-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:23:52+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b4370a-b143-11ed-9de6-a2685444b068 | InvocationID=58b4391c-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:24:14+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56cf6f04-b143-11ed-9de6-a2685444b068 | InvocationID=56cf71e8-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:24:14+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6595b714-b143-11ed-9de6-a2685444b068 | InvocationID=6595ba2a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:24:17+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b4370a-b143-11ed-9de6-a2685444b068 | InvocationID=58b4391c-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:24:17+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679f5510-b143-11ed-9de6-a2685444b068 | InvocationID=679f5894-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:24:17+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679f5510-b143-11ed-9de6-a2685444b068 | InvocationID=679f5894-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:24:17+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=679f5510-b143-11ed-9de6-a2685444b068 | InvocationID=679f5894-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:24:39+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6595b714-b143-11ed-9de6-a2685444b068 | InvocationID=6595ba2a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:24:39+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74584ca8-b143-11ed-9de6-a2685444b068 | InvocationID=74584f28-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:24:42+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=679f5510-b143-11ed-9de6-a2685444b068 | InvocationID=679f5894-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:24:42+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768a98b4-b143-11ed-9de6-a2685444b068 | InvocationID=768a9a80-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:24:42+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768a98b4-b143-11ed-9de6-a2685444b068 | InvocationID=768a9a80-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:24:42+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=768a98b4-b143-11ed-9de6-a2685444b068 | InvocationID=768a9a80-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:03+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74584ca8-b143-11ed-9de6-a2685444b068 | InvocationID=74584f28-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:25:03+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831f8c2e-b143-11ed-9de6-a2685444b068 | InvocationID=831f8e86-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:25:07+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=768a98b4-b143-11ed-9de6-a2685444b068 | InvocationID=768a9a80-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:25:07+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8575e072-b143-11ed-9de6-a2685444b068 | InvocationID=8575e43c-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:25:07+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8575e072-b143-11ed-9de6-a2685444b068 | InvocationID=8575e43c-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:07+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8575e072-b143-11ed-9de6-a2685444b068 | InvocationID=8575e43c-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:28+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831f8c2e-b143-11ed-9de6-a2685444b068 | InvocationID=831f8e86-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:25:28+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e190a4-b143-11ed-9de6-a2685444b068 | InvocationID=91e192e8-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:25:32+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8575e072-b143-11ed-9de6-a2685444b068 | InvocationID=8575e43c-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:25:32+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=946296d4-b143-11ed-9de6-a2685444b068 | InvocationID=9462999a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:25:32+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=946296d4-b143-11ed-9de6-a2685444b068 | InvocationID=9462999a-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:32+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=946296d4-b143-11ed-9de6-a2685444b068 | InvocationID=9462999a-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:53+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e190a4-b143-11ed-9de6-a2685444b068 | InvocationID=91e192e8-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:25:53+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a3a5a0-b143-11ed-9de6-a2685444b068 | InvocationID=a0a3a82a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:25:57+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=946296d4-b143-11ed-9de6-a2685444b068 | InvocationID=9462999a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:25:57+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3505fdc-b143-11ed-9de6-a2685444b068 | InvocationID=a3506248-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:25:57+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3505fdc-b143-11ed-9de6-a2685444b068 | InvocationID=a3506248-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:25:57+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3505fdc-b143-11ed-9de6-a2685444b068 | InvocationID=a3506248-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:26:18+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0a3a5a0-b143-11ed-9de6-a2685444b068 | InvocationID=a0a3a82a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:26:18+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af674a6a-b143-11ed-9de6-a2685444b068 | InvocationID=af674c40-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:26:22+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3505fdc-b143-11ed-9de6-a2685444b068 | InvocationID=a3506248-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:26:22+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b23cb2de-b143-11ed-9de6-a2685444b068 | InvocationID=b23cb4aa-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:26:23+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b23cb2de-b143-11ed-9de6-a2685444b068 | InvocationID=b23cb4aa-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:26:23+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b23cb2de-b143-11ed-9de6-a2685444b068 | InvocationID=b23cb4aa-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:26:42+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af674a6a-b143-11ed-9de6-a2685444b068 | InvocationID=af674c40-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:26:42+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be2c0b08-b143-11ed-9de6-a2685444b068 | InvocationID=be2c0d92-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:26:48+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b23cb2de-b143-11ed-9de6-a2685444b068 | InvocationID=b23cb4aa-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:26:48+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12a2632-b143-11ed-9de6-a2685444b068 | InvocationID=c12a27ea-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:26:48+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12a2632-b143-11ed-9de6-a2685444b068 | InvocationID=c12a27ea-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:26:48+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12a2632-b143-11ed-9de6-a2685444b068 | InvocationID=c12a27ea-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:27:07+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be2c0b08-b143-11ed-9de6-a2685444b068 | InvocationID=be2c0d92-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:27:07+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccefbb58-b143-11ed-9de6-a2685444b068 | InvocationID=ccefbe14-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:27:13+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12a2632-b143-11ed-9de6-a2685444b068 | InvocationID=c12a27ea-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:27:13+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d015e190-b143-11ed-9de6-a2685444b068 | InvocationID=d015e41a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:27:13+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d015e190-b143-11ed-9de6-a2685444b068 | InvocationID=d015e41a-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:27:13+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d015e190-b143-11ed-9de6-a2685444b068 | InvocationID=d015e41a-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:27:32+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccefbb58-b143-11ed-9de6-a2685444b068 | InvocationID=ccefbe14-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:27:32+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbe76e2-b143-11ed-9de6-a2685444b068 | InvocationID=dbbe7912-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:27:38+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d015e190-b143-11ed-9de6-a2685444b068 | InvocationID=d015e41a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:27:38+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df05811a-b143-11ed-9de6-a2685444b068 | InvocationID=df0582f0-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:27:38+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df05811a-b143-11ed-9de6-a2685444b068 | InvocationID=df0582f0-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:27:38+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df05811a-b143-11ed-9de6-a2685444b068 | InvocationID=df0582f0-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:27:57+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbe76e2-b143-11ed-9de6-a2685444b068 | InvocationID=dbbe7912-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:27:57+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea848a86-b143-11ed-9de6-a2685444b068 | InvocationID=ea848d1a-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:28:03+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df05811a-b143-11ed-9de6-a2685444b068 | InvocationID=df0582f0-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:28:03+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf18ce6-b143-11ed-9de6-a2685444b068 | InvocationID=edf18f16-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:28:03+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf18ce6-b143-11ed-9de6-a2685444b068 | InvocationID=edf18f16-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:28:03+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf18ce6-b143-11ed-9de6-a2685444b068 | InvocationID=edf18f16-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:28:22+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea848a86-b143-11ed-9de6-a2685444b068 | InvocationID=ea848d1a-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:28:22+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f947ada0-b143-11ed-9de6-a2685444b068 | InvocationID=f947b354-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:28:28+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf18ce6-b143-11ed-9de6-a2685444b068 | InvocationID=edf18f16-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:28:28+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcdeb77e-b143-11ed-9de6-a2685444b068 | InvocationID=fcdeb972-b143-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:28:28+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcdeb77e-b143-11ed-9de6-a2685444b068 | InvocationID=fcdeb972-b143-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:28:28+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcdeb77e-b143-11ed-9de6-a2685444b068 | InvocationID=fcdeb972-b143-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:28:46+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f947ada0-b143-11ed-9de6-a2685444b068 | InvocationID=f947b354-b143-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:28:46+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08127022-b144-11ed-9de6-a2685444b068 | InvocationID=081271ee-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:28:53+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcdeb77e-b143-11ed-9de6-a2685444b068 | InvocationID=fcdeb972-b143-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:28:53+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bca60f8-b144-11ed-9de6-a2685444b068 | InvocationID=0bca6328-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:28:53+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bca60f8-b144-11ed-9de6-a2685444b068 | InvocationID=0bca6328-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:28:53+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bca60f8-b144-11ed-9de6-a2685444b068 | InvocationID=0bca6328-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:29:11+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08127022-b144-11ed-9de6-a2685444b068 | InvocationID=081271ee-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:29:11+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e8079c-b144-11ed-9de6-a2685444b068 | InvocationID=16e80eb8-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:29:18+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bca60f8-b144-11ed-9de6-a2685444b068 | InvocationID=0bca6328-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:29:18+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab6e654-b144-11ed-9de6-a2685444b068 | InvocationID=1ab6e8f2-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:29:18+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab6e654-b144-11ed-9de6-a2685444b068 | InvocationID=1ab6e8f2-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:29:18+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ab6e654-b144-11ed-9de6-a2685444b068 | InvocationID=1ab6e8f2-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:29:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16e8079c-b144-11ed-9de6-a2685444b068 | InvocationID=16e80eb8-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:29:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c77fcc-b144-11ed-9de6-a2685444b068 | InvocationID=25c7830a-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:29:43+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ab6e654-b144-11ed-9de6-a2685444b068 | InvocationID=1ab6e8f2-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:29:43+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a7dbd2-b144-11ed-9de6-a2685444b068 | InvocationID=29a7de16-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:29:43+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a7dbd2-b144-11ed-9de6-a2685444b068 | InvocationID=29a7de16-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:29:43+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29a7dbd2-b144-11ed-9de6-a2685444b068 | InvocationID=29a7de16-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:01+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25c77fcc-b144-11ed-9de6-a2685444b068 | InvocationID=25c7830a-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:30:01+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34abe320-b144-11ed-9de6-a2685444b068 | InvocationID=34abe5a0-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:30:08+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29a7dbd2-b144-11ed-9de6-a2685444b068 | InvocationID=29a7de16-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:30:08+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3898a64e-b144-11ed-9de6-a2685444b068 | InvocationID=3898a824-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:30:08+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3898a64e-b144-11ed-9de6-a2685444b068 | InvocationID=3898a824-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:08+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3898a64e-b144-11ed-9de6-a2685444b068 | InvocationID=3898a824-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:26+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34abe320-b144-11ed-9de6-a2685444b068 | InvocationID=34abe5a0-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:30:26+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438e2100-b144-11ed-9de6-a2685444b068 | InvocationID=438e2376-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:30:33+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3898a64e-b144-11ed-9de6-a2685444b068 | InvocationID=3898a824-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:30:33+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4786723a-b144-11ed-9de6-a2685444b068 | InvocationID=478674e2-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:30:33+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4786723a-b144-11ed-9de6-a2685444b068 | InvocationID=478674e2-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:33+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4786723a-b144-11ed-9de6-a2685444b068 | InvocationID=478674e2-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:51+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=438e2100-b144-11ed-9de6-a2685444b068 | InvocationID=438e2376-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:30:51+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525324f6-b144-11ed-9de6-a2685444b068 | InvocationID=525326d6-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:30:58+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4786723a-b144-11ed-9de6-a2685444b068 | InvocationID=478674e2-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:30:58+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56725516-b144-11ed-9de6-a2685444b068 | InvocationID=56725728-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:30:58+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56725516-b144-11ed-9de6-a2685444b068 | InvocationID=56725728-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:30:58+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56725516-b144-11ed-9de6-a2685444b068 | InvocationID=56725728-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:31:16+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=525324f6-b144-11ed-9de6-a2685444b068 | InvocationID=525326d6-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:31:16+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61175fd4-b144-11ed-9de6-a2685444b068 | InvocationID=611761f0-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:31:23+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56725516-b144-11ed-9de6-a2685444b068 | InvocationID=56725728-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:31:23+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655f691a-b144-11ed-9de6-a2685444b068 | InvocationID=655f6cd0-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:31:23+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655f691a-b144-11ed-9de6-a2685444b068 | InvocationID=655f6cd0-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:31:23+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655f691a-b144-11ed-9de6-a2685444b068 | InvocationID=655f6cd0-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:31:41+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61175fd4-b144-11ed-9de6-a2685444b068 | InvocationID=611761f0-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:31:41+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fdd238c-b144-11ed-9de6-a2685444b068 | InvocationID=6fdd2846-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:31:48+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655f691a-b144-11ed-9de6-a2685444b068 | InvocationID=655f6cd0-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:31:48+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=744b0e48-b144-11ed-9de6-a2685444b068 | InvocationID=744b101e-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:31:48+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=744b0e48-b144-11ed-9de6-a2685444b068 | InvocationID=744b101e-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:31:48+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=744b0e48-b144-11ed-9de6-a2685444b068 | InvocationID=744b101e-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:32:05+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fdd238c-b144-11ed-9de6-a2685444b068 | InvocationID=6fdd2846-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:32:05+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea47064-b144-11ed-9de6-a2685444b068 | InvocationID=7ea4732a-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:32:13+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=744b0e48-b144-11ed-9de6-a2685444b068 | InvocationID=744b101e-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:32:13+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8336b43e-b144-11ed-9de6-a2685444b068 | InvocationID=8336b650-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:32:13+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8336b43e-b144-11ed-9de6-a2685444b068 | InvocationID=8336b650-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:32:13+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8336b43e-b144-11ed-9de6-a2685444b068 | InvocationID=8336b650-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:32:30+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ea47064-b144-11ed-9de6-a2685444b068 | InvocationID=7ea4732a-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:32:30+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d6d0462-b144-11ed-9de6-a2685444b068 | InvocationID=8d6d0660-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:32:38+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8336b43e-b144-11ed-9de6-a2685444b068 | InvocationID=8336b650-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:32:38+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922330e4-b144-11ed-9de6-a2685444b068 | InvocationID=922332ba-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:32:38+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922330e4-b144-11ed-9de6-a2685444b068 | InvocationID=922332ba-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:32:38+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922330e4-b144-11ed-9de6-a2685444b068 | InvocationID=922332ba-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:32:55+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d6d0462-b144-11ed-9de6-a2685444b068 | InvocationID=8d6d0660-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:32:55+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c339d76-b144-11ed-9de6-a2685444b068 | InvocationID=9c33a078-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:33:03+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=922330e4-b144-11ed-9de6-a2685444b068 | InvocationID=922332ba-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:33:03+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1133cf2-b144-11ed-9de6-a2685444b068 | InvocationID=a1133ec8-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:33:03+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1133cf2-b144-11ed-9de6-a2685444b068 | InvocationID=a1133ec8-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:33:03+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1133cf2-b144-11ed-9de6-a2685444b068 | InvocationID=a1133ec8-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:33:20+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c339d76-b144-11ed-9de6-a2685444b068 | InvocationID=9c33a078-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:33:20+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf77238-b144-11ed-9de6-a2685444b068 | InvocationID=aaf77418-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:33:28+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1133cf2-b144-11ed-9de6-a2685444b068 | InvocationID=a1133ec8-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:33:28+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=affe9874-b144-11ed-9de6-a2685444b068 | InvocationID=affe9b12-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:33:28+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=affe9874-b144-11ed-9de6-a2685444b068 | InvocationID=affe9b12-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:33:28+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=affe9874-b144-11ed-9de6-a2685444b068 | InvocationID=affe9b12-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:33:45+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf77238-b144-11ed-9de6-a2685444b068 | InvocationID=aaf77418-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:33:45+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bb7580-b144-11ed-9de6-a2685444b068 | InvocationID=b9bb774c-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:33:53+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=affe9874-b144-11ed-9de6-a2685444b068 | InvocationID=affe9b12-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:33:53+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beebb312-b144-11ed-9de6-a2685444b068 | InvocationID=beebc65e-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:33:53+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beebb312-b144-11ed-9de6-a2685444b068 | InvocationID=beebc65e-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:33:53+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beebb312-b144-11ed-9de6-a2685444b068 | InvocationID=beebc65e-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:34:09+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9bb7580-b144-11ed-9de6-a2685444b068 | InvocationID=b9bb774c-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:34:09+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c881e586-b144-11ed-9de6-a2685444b068 | InvocationID=c881e73e-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:34:18+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beebb312-b144-11ed-9de6-a2685444b068 | InvocationID=beebc65e-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:34:18+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd735ae-b144-11ed-9de6-a2685444b068 | InvocationID=cdd73856-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:34:18+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd735ae-b144-11ed-9de6-a2685444b068 | InvocationID=cdd73856-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:34:18+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd735ae-b144-11ed-9de6-a2685444b068 | InvocationID=cdd73856-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:34:34+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c881e586-b144-11ed-9de6-a2685444b068 | InvocationID=c881e73e-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:34:34+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d748ddfe-b144-11ed-9de6-a2685444b068 | InvocationID=d748e074-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:34:43+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd735ae-b144-11ed-9de6-a2685444b068 | InvocationID=cdd73856-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:34:43+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc2d384-b144-11ed-9de6-a2685444b068 | InvocationID=dcc2d62c-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:34:43+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc2d384-b144-11ed-9de6-a2685444b068 | InvocationID=dcc2d62c-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:34:43+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcc2d384-b144-11ed-9de6-a2685444b068 | InvocationID=dcc2d62c-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:34:59+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d748ddfe-b144-11ed-9de6-a2685444b068 | InvocationID=d748e074-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:34:59+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60cbd24-b144-11ed-9de6-a2685444b068 | InvocationID=e60cc008-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:35:08+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcc2d384-b144-11ed-9de6-a2685444b068 | InvocationID=dcc2d62c-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:35:08+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebafd2ac-b144-11ed-9de6-a2685444b068 | InvocationID=ebafd482-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:35:08+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebafd2ac-b144-11ed-9de6-a2685444b068 | InvocationID=ebafd482-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:35:08+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebafd2ac-b144-11ed-9de6-a2685444b068 | InvocationID=ebafd482-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:35:24+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e60cbd24-b144-11ed-9de6-a2685444b068 | InvocationID=e60cc008-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:35:24+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4d049b6-b144-11ed-9de6-a2685444b068 | InvocationID=f4d05140-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:35:33+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebafd2ac-b144-11ed-9de6-a2685444b068 | InvocationID=ebafd482-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:35:33+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9cc9c8-b144-11ed-9de6-a2685444b068 | InvocationID=fa9ccee6-b144-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:35:33+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9cc9c8-b144-11ed-9de6-a2685444b068 | InvocationID=fa9ccee6-b144-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:35:33+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa9cc9c8-b144-11ed-9de6-a2685444b068 | InvocationID=fa9ccee6-b144-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:35:48+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4d049b6-b144-11ed-9de6-a2685444b068 | InvocationID=f4d05140-b144-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:35:48+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039570fc-b145-11ed-9de6-a2685444b068 | InvocationID=03957318-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:35:58+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa9cc9c8-b144-11ed-9de6-a2685444b068 | InvocationID=fa9ccee6-b144-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:35:58+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0988d03a-b145-11ed-9de6-a2685444b068 | InvocationID=0988d33c-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:35:58+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0988d03a-b145-11ed-9de6-a2685444b068 | InvocationID=0988d33c-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:35:58+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0988d03a-b145-11ed-9de6-a2685444b068 | InvocationID=0988d33c-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:36:13+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=039570fc-b145-11ed-9de6-a2685444b068 | InvocationID=03957318-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:36:13+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12588b56-b145-11ed-9de6-a2685444b068 | InvocationID=12588dea-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:36:23+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0988d03a-b145-11ed-9de6-a2685444b068 | InvocationID=0988d33c-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:36:23+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=187654d2-b145-11ed-9de6-a2685444b068 | InvocationID=18765770-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:36:23+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=187654d2-b145-11ed-9de6-a2685444b068 | InvocationID=18765770-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:36:23+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=187654d2-b145-11ed-9de6-a2685444b068 | InvocationID=18765770-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:36:38+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12588b56-b145-11ed-9de6-a2685444b068 | InvocationID=12588dea-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:36:38+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f74ba-b145-11ed-9de6-a2685444b068 | InvocationID=211f77c6-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:36:48+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=187654d2-b145-11ed-9de6-a2685444b068 | InvocationID=18765770-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:36:48+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27619646-b145-11ed-9de6-a2685444b068 | InvocationID=27619880-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:36:49+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27619646-b145-11ed-9de6-a2685444b068 | InvocationID=27619880-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:36:49+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27619646-b145-11ed-9de6-a2685444b068 | InvocationID=27619880-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:37:03+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=211f74ba-b145-11ed-9de6-a2685444b068 | InvocationID=211f77c6-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:37:03+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe84be8-b145-11ed-9de6-a2685444b068 | InvocationID=2fe84e4a-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:37:14+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27619646-b145-11ed-9de6-a2685444b068 | InvocationID=27619880-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:37:14+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364f03c8-b145-11ed-9de6-a2685444b068 | InvocationID=364f0594-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:37:14+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364f03c8-b145-11ed-9de6-a2685444b068 | InvocationID=364f0594-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:37:14+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=364f03c8-b145-11ed-9de6-a2685444b068 | InvocationID=364f0594-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:37:28+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fe84be8-b145-11ed-9de6-a2685444b068 | InvocationID=2fe84e4a-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:37:28+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eaaab3a-b145-11ed-9de6-a2685444b068 | InvocationID=3eaaaf9a-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:37:39+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=364f03c8-b145-11ed-9de6-a2685444b068 | InvocationID=364f0594-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:37:39+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454c1ee2-b145-11ed-9de6-a2685444b068 | InvocationID=454c2202-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:37:39+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454c1ee2-b145-11ed-9de6-a2685444b068 | InvocationID=454c2202-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:37:39+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=454c1ee2-b145-11ed-9de6-a2685444b068 | InvocationID=454c2202-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:37:52+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eaaab3a-b145-11ed-9de6-a2685444b068 | InvocationID=3eaaaf9a-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:37:52+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d6e9136-b145-11ed-9de6-a2685444b068 | InvocationID=4d6e9366-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:38:04+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=454c1ee2-b145-11ed-9de6-a2685444b068 | InvocationID=454c2202-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:38:04+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543ad772-b145-11ed-9de6-a2685444b068 | InvocationID=543ada38-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:38:04+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543ad772-b145-11ed-9de6-a2685444b068 | InvocationID=543ada38-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:38:04+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543ad772-b145-11ed-9de6-a2685444b068 | InvocationID=543ada38-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:38:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d6e9136-b145-11ed-9de6-a2685444b068 | InvocationID=4d6e9366-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:38:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c32372c-b145-11ed-9de6-a2685444b068 | InvocationID=5c323aba-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:38:29+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543ad772-b145-11ed-9de6-a2685444b068 | InvocationID=543ada38-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:38:29+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63269d2a-b145-11ed-9de6-a2685444b068 | InvocationID=63269ff0-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:38:29+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63269d2a-b145-11ed-9de6-a2685444b068 | InvocationID=63269ff0-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:38:29+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63269d2a-b145-11ed-9de6-a2685444b068 | InvocationID=63269ff0-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:38:42+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c32372c-b145-11ed-9de6-a2685444b068 | InvocationID=5c323aba-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:38:42+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af4c2d4-b145-11ed-9de6-a2685444b068 | InvocationID=6af4c50e-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:38:54+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63269d2a-b145-11ed-9de6-a2685444b068 | InvocationID=63269ff0-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:38:54+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7212895c-b145-11ed-9de6-a2685444b068 | InvocationID=72128d62-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:38:54+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7212895c-b145-11ed-9de6-a2685444b068 | InvocationID=72128d62-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:38:54+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7212895c-b145-11ed-9de6-a2685444b068 | InvocationID=72128d62-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:39:07+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6af4c2d4-b145-11ed-9de6-a2685444b068 | InvocationID=6af4c50e-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:39:07+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b895a2-b145-11ed-9de6-a2685444b068 | InvocationID=79b8987c-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:39:19+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7212895c-b145-11ed-9de6-a2685444b068 | InvocationID=72128d62-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:39:19+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ff1534-b145-11ed-9de6-a2685444b068 | InvocationID=80ff1750-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:39:19+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ff1534-b145-11ed-9de6-a2685444b068 | InvocationID=80ff1750-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:39:19+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ff1534-b145-11ed-9de6-a2685444b068 | InvocationID=80ff1750-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:39:31+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79b895a2-b145-11ed-9de6-a2685444b068 | InvocationID=79b8987c-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:39:31+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=887b6664-b145-11ed-9de6-a2685444b068 | InvocationID=887b689e-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:39:44+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ff1534-b145-11ed-9de6-a2685444b068 | InvocationID=80ff1750-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:39:44+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8febe7ca-b145-11ed-9de6-a2685444b068 | InvocationID=8febe996-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:39:44+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8febe7ca-b145-11ed-9de6-a2685444b068 | InvocationID=8febe996-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:39:44+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8febe7ca-b145-11ed-9de6-a2685444b068 | InvocationID=8febe996-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:39:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=887b6664-b145-11ed-9de6-a2685444b068 | InvocationID=887b689e-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:39:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973e0f44-b145-11ed-9de6-a2685444b068 | InvocationID=973e11b0-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:40:09+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8febe7ca-b145-11ed-9de6-a2685444b068 | InvocationID=8febe996-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:40:09+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed77f42-b145-11ed-9de6-a2685444b068 | InvocationID=9ed781e0-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:40:09+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed77f42-b145-11ed-9de6-a2685444b068 | InvocationID=9ed781e0-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:40:09+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed77f42-b145-11ed-9de6-a2685444b068 | InvocationID=9ed781e0-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:40:21+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=973e0f44-b145-11ed-9de6-a2685444b068 | InvocationID=973e11b0-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:40:21+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a604d49a-b145-11ed-9de6-a2685444b068 | InvocationID=a604d666-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:40:34+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed77f42-b145-11ed-9de6-a2685444b068 | InvocationID=9ed781e0-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:40:34+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc35fee-b145-11ed-9de6-a2685444b068 | InvocationID=adc36282-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:40:34+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc35fee-b145-11ed-9de6-a2685444b068 | InvocationID=adc36282-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:40:34+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc35fee-b145-11ed-9de6-a2685444b068 | InvocationID=adc36282-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:40:46+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a604d49a-b145-11ed-9de6-a2685444b068 | InvocationID=a604d666-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:40:46+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c8c324-b145-11ed-9de6-a2685444b068 | InvocationID=b4c8c52c-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:40:59+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc35fee-b145-11ed-9de6-a2685444b068 | InvocationID=adc36282-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:40:59+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcaed768-b145-11ed-9de6-a2685444b068 | InvocationID=bcaed9a2-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:40:59+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcaed768-b145-11ed-9de6-a2685444b068 | InvocationID=bcaed9a2-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:40:59+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcaed768-b145-11ed-9de6-a2685444b068 | InvocationID=bcaed9a2-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:41:11+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4c8c324-b145-11ed-9de6-a2685444b068 | InvocationID=b4c8c52c-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:41:11+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c38fcaba-b145-11ed-9de6-a2685444b068 | InvocationID=c38fcc86-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:41:24+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcaed768-b145-11ed-9de6-a2685444b068 | InvocationID=bcaed9a2-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:41:24+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9d1c76-b145-11ed-9de6-a2685444b068 | InvocationID=cb9d1f46-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:41:24+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9d1c76-b145-11ed-9de6-a2685444b068 | InvocationID=cb9d1f46-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:41:24+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb9d1c76-b145-11ed-9de6-a2685444b068 | InvocationID=cb9d1f46-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:41:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c38fcaba-b145-11ed-9de6-a2685444b068 | InvocationID=c38fcc86-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:41:35+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2526cc4-b145-11ed-9de6-a2685444b068 | InvocationID=d2526f30-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:41:49+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb9d1c76-b145-11ed-9de6-a2685444b068 | InvocationID=cb9d1f46-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:41:49+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da895588-b145-11ed-9de6-a2685444b068 | InvocationID=da8964ec-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:41:49+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da895588-b145-11ed-9de6-a2685444b068 | InvocationID=da8964ec-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:41:49+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da895588-b145-11ed-9de6-a2685444b068 | InvocationID=da8964ec-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:42:00+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2526cc4-b145-11ed-9de6-a2685444b068 | InvocationID=d2526f30-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:42:00+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1144c32-b145-11ed-9de6-a2685444b068 | InvocationID=e1144ed0-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:42:14+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da895588-b145-11ed-9de6-a2685444b068 | InvocationID=da8964ec-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:42:14+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9756956-b145-11ed-9de6-a2685444b068 | InvocationID=e9756c26-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:42:14+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9756956-b145-11ed-9de6-a2685444b068 | InvocationID=e9756c26-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:42:14+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9756956-b145-11ed-9de6-a2685444b068 | InvocationID=e9756c26-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:42:25+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1144c32-b145-11ed-9de6-a2685444b068 | InvocationID=e1144ed0-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:42:25+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efd6be62-b145-11ed-9de6-a2685444b068 | InvocationID=efd6c042-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:42:39+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9756956-b145-11ed-9de6-a2685444b068 | InvocationID=e9756c26-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:42:39+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f860d1e4-b145-11ed-9de6-a2685444b068 | InvocationID=f860e788-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:42:39+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f860d1e4-b145-11ed-9de6-a2685444b068 | InvocationID=f860e788-b145-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:42:39+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f860d1e4-b145-11ed-9de6-a2685444b068 | InvocationID=f860e788-b145-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:42:50+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efd6be62-b145-11ed-9de6-a2685444b068 | InvocationID=efd6c042-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:42:50+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe989d4e-b145-11ed-9de6-a2685444b068 | InvocationID=fe989fba-b145-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:43:04+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f860d1e4-b145-11ed-9de6-a2685444b068 | InvocationID=f860e788-b145-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:43:04+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07567e38-b146-11ed-9de6-a2685444b068 | InvocationID=07568392-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:43:04+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07567e38-b146-11ed-9de6-a2685444b068 | InvocationID=07568392-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:43:04+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07567e38-b146-11ed-9de6-a2685444b068 | InvocationID=07568392-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:43:14+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe989d4e-b145-11ed-9de6-a2685444b068 | InvocationID=fe989fba-b145-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:43:14+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5bd4ea-b146-11ed-9de6-a2685444b068 | InvocationID=0d5bd918-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:43:29+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07567e38-b146-11ed-9de6-a2685444b068 | InvocationID=07568392-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:43:29+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164431e2-b146-11ed-9de6-a2685444b068 | InvocationID=16443480-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:43:29+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164431e2-b146-11ed-9de6-a2685444b068 | InvocationID=16443480-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:43:29+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164431e2-b146-11ed-9de6-a2685444b068 | InvocationID=16443480-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:43:39+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d5bd4ea-b146-11ed-9de6-a2685444b068 | InvocationID=0d5bd918-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:43:39+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1e1614-b146-11ed-9de6-a2685444b068 | InvocationID=1c1e18c6-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:43:54+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164431e2-b146-11ed-9de6-a2685444b068 | InvocationID=16443480-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:43:54+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=253141f4-b146-11ed-9de6-a2685444b068 | InvocationID=253143fc-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:43:54+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=253141f4-b146-11ed-9de6-a2685444b068 | InvocationID=253143fc-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:43:54+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=253141f4-b146-11ed-9de6-a2685444b068 | InvocationID=253143fc-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:44:04+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c1e1614-b146-11ed-9de6-a2685444b068 | InvocationID=1c1e18c6-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:44:04+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae27d98-b146-11ed-9de6-a2685444b068 | InvocationID=2ae288e2-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:44:19+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=253141f4-b146-11ed-9de6-a2685444b068 | InvocationID=253143fc-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:44:19+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=341d4b9a-b146-11ed-9de6-a2685444b068 | InvocationID=341d4d70-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:44:19+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=341d4b9a-b146-11ed-9de6-a2685444b068 | InvocationID=341d4d70-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:44:19+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=341d4b9a-b146-11ed-9de6-a2685444b068 | InvocationID=341d4d70-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:44:29+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae27d98-b146-11ed-9de6-a2685444b068 | InvocationID=2ae288e2-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:44:29+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39aa6eda-b146-11ed-9de6-a2685444b068 | InvocationID=39aa70f6-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:44:44+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=341d4b9a-b146-11ed-9de6-a2685444b068 | InvocationID=341d4d70-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:44:44+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=430d0ee2-b146-11ed-9de6-a2685444b068 | InvocationID=430d131a-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:44:44+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=430d0ee2-b146-11ed-9de6-a2685444b068 | InvocationID=430d131a-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:44:44+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=430d0ee2-b146-11ed-9de6-a2685444b068 | InvocationID=430d131a-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:44:53+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39aa6eda-b146-11ed-9de6-a2685444b068 | InvocationID=39aa70f6-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:44:53+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486d7354-b146-11ed-9de6-a2685444b068 | InvocationID=486d76ce-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:45:09+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=430d0ee2-b146-11ed-9de6-a2685444b068 | InvocationID=430d131a-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:45:09+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f8c428-b146-11ed-9de6-a2685444b068 | InvocationID=51f8c680-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:45:09+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f8c428-b146-11ed-9de6-a2685444b068 | InvocationID=51f8c680-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:45:09+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f8c428-b146-11ed-9de6-a2685444b068 | InvocationID=51f8c680-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:45:18+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=486d7354-b146-11ed-9de6-a2685444b068 | InvocationID=486d76ce-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:45:18+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5730af46-b146-11ed-9de6-a2685444b068 | InvocationID=5730b112-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:45:34+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f8c428-b146-11ed-9de6-a2685444b068 | InvocationID=51f8c680-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:45:34+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e3d66c-b146-11ed-9de6-a2685444b068 | InvocationID=60e3d838-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:45:34+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e3d66c-b146-11ed-9de6-a2685444b068 | InvocationID=60e3d838-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:45:34+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60e3d66c-b146-11ed-9de6-a2685444b068 | InvocationID=60e3d838-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:45:43+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5730af46-b146-11ed-9de6-a2685444b068 | InvocationID=5730b112-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:45:43+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f39de0-b146-11ed-9de6-a2685444b068 | InvocationID=65f39fac-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:45:59+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60e3d66c-b146-11ed-9de6-a2685444b068 | InvocationID=60e3d838-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:46:00+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fcece84-b146-11ed-9de6-a2685444b068 | InvocationID=6fced046-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:46:00+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fcece84-b146-11ed-9de6-a2685444b068 | InvocationID=6fced046-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:00+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fcece84-b146-11ed-9de6-a2685444b068 | InvocationID=6fced046-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:08+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65f39de0-b146-11ed-9de6-a2685444b068 | InvocationID=65f39fac-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:46:08+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b5d2b2-b146-11ed-9de6-a2685444b068 | InvocationID=74b5d47e-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:46:25+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fcece84-b146-11ed-9de6-a2685444b068 | InvocationID=6fced046-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:46:25+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eba7e84-b146-11ed-9de6-a2685444b068 | InvocationID=7eba8046-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:46:25+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eba7e84-b146-11ed-9de6-a2685444b068 | InvocationID=7eba8046-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:25+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eba7e84-b146-11ed-9de6-a2685444b068 | InvocationID=7eba8046-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:32+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74b5d2b2-b146-11ed-9de6-a2685444b068 | InvocationID=74b5d47e-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:46:32+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83772558-b146-11ed-9de6-a2685444b068 | InvocationID=8377274c-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:46:50+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eba7e84-b146-11ed-9de6-a2685444b068 | InvocationID=7eba8046-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:46:50+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da60fbc-b146-11ed-9de6-a2685444b068 | InvocationID=8da612be-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:46:50+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da60fbc-b146-11ed-9de6-a2685444b068 | InvocationID=8da612be-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:50+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da60fbc-b146-11ed-9de6-a2685444b068 | InvocationID=8da612be-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:46:57+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83772558-b146-11ed-9de6-a2685444b068 | InvocationID=8377274c-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:46:57+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9239c816-b146-11ed-9de6-a2685444b068 | InvocationID=9239c9e2-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:47:15+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da60fbc-b146-11ed-9de6-a2685444b068 | InvocationID=8da612be-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:47:15+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c955078-b146-11ed-9de6-a2685444b068 | InvocationID=9c95523a-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:47:15+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c955078-b146-11ed-9de6-a2685444b068 | InvocationID=9c95523a-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:47:15+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c955078-b146-11ed-9de6-a2685444b068 | InvocationID=9c95523a-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:47:22+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9239c816-b146-11ed-9de6-a2685444b068 | InvocationID=9239c9e2-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:47:22+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0fde3f0-b146-11ed-9de6-a2685444b068 | InvocationID=a0fde90e-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:47:40+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c955078-b146-11ed-9de6-a2685444b068 | InvocationID=9c95523a-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:47:40+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab80f010-b146-11ed-9de6-a2685444b068 | InvocationID=ab80f236-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:47:40+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab80f010-b146-11ed-9de6-a2685444b068 | InvocationID=ab80f236-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:47:40+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab80f010-b146-11ed-9de6-a2685444b068 | InvocationID=ab80f236-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:47:47+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0fde3f0-b146-11ed-9de6-a2685444b068 | InvocationID=a0fde90e-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:47:47+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc13662-b146-11ed-9de6-a2685444b068 | InvocationID=afc13874-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:48:05+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab80f010-b146-11ed-9de6-a2685444b068 | InvocationID=ab80f236-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:48:05+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6c5eac-b146-11ed-9de6-a2685444b068 | InvocationID=ba6c6064-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:48:05+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6c5eac-b146-11ed-9de6-a2685444b068 | InvocationID=ba6c6064-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:48:05+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6c5eac-b146-11ed-9de6-a2685444b068 | InvocationID=ba6c6064-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:48:12+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afc13662-b146-11ed-9de6-a2685444b068 | InvocationID=afc13874-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:48:12+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8392e4-b146-11ed-9de6-a2685444b068 | InvocationID=be839564-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:48:30+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6c5eac-b146-11ed-9de6-a2685444b068 | InvocationID=ba6c6064-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:48:30+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9579d64-b146-11ed-9de6-a2685444b068 | InvocationID=c9579f44-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:48:30+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9579d64-b146-11ed-9de6-a2685444b068 | InvocationID=c9579f44-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:48:30+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9579d64-b146-11ed-9de6-a2685444b068 | InvocationID=c9579f44-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:48:36+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be8392e4-b146-11ed-9de6-a2685444b068 | InvocationID=be839564-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:48:36+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd49eae4-b146-11ed-9de6-a2685444b068 | InvocationID=cd49ecb0-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:48:55+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9579d64-b146-11ed-9de6-a2685444b068 | InvocationID=c9579f44-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:48:55+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8438edc-b146-11ed-9de6-a2685444b068 | InvocationID=d84390b2-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:48:55+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8438edc-b146-11ed-9de6-a2685444b068 | InvocationID=d84390b2-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:48:55+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8438edc-b146-11ed-9de6-a2685444b068 | InvocationID=d84390b2-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:49:01+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd49eae4-b146-11ed-9de6-a2685444b068 | InvocationID=cd49ecb0-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:49:01+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc0f91c8-b146-11ed-9de6-a2685444b068 | InvocationID=dc0f945c-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:49:20+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8438edc-b146-11ed-9de6-a2685444b068 | InvocationID=d84390b2-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:49:20+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72eca1a-b146-11ed-9de6-a2685444b068 | InvocationID=e72ecbe6-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:49:20+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72eca1a-b146-11ed-9de6-a2685444b068 | InvocationID=e72ecbe6-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:49:20+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72eca1a-b146-11ed-9de6-a2685444b068 | InvocationID=e72ecbe6-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:49:26+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc0f91c8-b146-11ed-9de6-a2685444b068 | InvocationID=dc0f945c-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:49:26+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ead192a6-b146-11ed-9de6-a2685444b068 | InvocationID=ead19468-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:49:45+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72eca1a-b146-11ed-9de6-a2685444b068 | InvocationID=e72ecbe6-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:49:45+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61ce318-b146-11ed-9de6-a2685444b068 | InvocationID=f61ce53e-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:49:45+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61ce318-b146-11ed-9de6-a2685444b068 | InvocationID=f61ce53e-b146-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:49:45+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f61ce318-b146-11ed-9de6-a2685444b068 | InvocationID=f61ce53e-b146-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:49:51+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ead192a6-b146-11ed-9de6-a2685444b068 | InvocationID=ead19468-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:49:51+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f99326b0-b146-11ed-9de6-a2685444b068 | InvocationID=f99329ee-b146-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:50:10+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f61ce318-b146-11ed-9de6-a2685444b068 | InvocationID=f61ce53e-b146-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:50:10+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0508ffc4-b147-11ed-9de6-a2685444b068 | InvocationID=05090208-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:50:10+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0508ffc4-b147-11ed-9de6-a2685444b068 | InvocationID=05090208-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:50:10+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0508ffc4-b147-11ed-9de6-a2685444b068 | InvocationID=05090208-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:50:15+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f99326b0-b146-11ed-9de6-a2685444b068 | InvocationID=f99329ee-b146-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:50:15+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0856eda8-b147-11ed-9de6-a2685444b068 | InvocationID=0856efe2-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:50:35+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0508ffc4-b147-11ed-9de6-a2685444b068 | InvocationID=05090208-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:50:35+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13f4c2fc-b147-11ed-9de6-a2685444b068 | InvocationID=13f4c4be-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:50:35+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13f4c2fc-b147-11ed-9de6-a2685444b068 | InvocationID=13f4c4be-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:50:35+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13f4c2fc-b147-11ed-9de6-a2685444b068 | InvocationID=13f4c4be-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:50:40+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0856eda8-b147-11ed-9de6-a2685444b068 | InvocationID=0856efe2-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:50:40+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17196ec4-b147-11ed-9de6-a2685444b068 | InvocationID=17197086-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:51:00+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13f4c2fc-b147-11ed-9de6-a2685444b068 | InvocationID=13f4c4be-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:51:00+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22e1d660-b147-11ed-9de6-a2685444b068 | InvocationID=22e1d818-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:51:00+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22e1d660-b147-11ed-9de6-a2685444b068 | InvocationID=22e1d818-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:00+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22e1d660-b147-11ed-9de6-a2685444b068 | InvocationID=22e1d818-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:05+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17196ec4-b147-11ed-9de6-a2685444b068 | InvocationID=17197086-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:51:05+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25dcc19a-b147-11ed-9de6-a2685444b068 | InvocationID=25dcc37a-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:51:25+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22e1d660-b147-11ed-9de6-a2685444b068 | InvocationID=22e1d818-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:51:25+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31cd0ed8-b147-11ed-9de6-a2685444b068 | InvocationID=31cd1fa4-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:51:25+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31cd0ed8-b147-11ed-9de6-a2685444b068 | InvocationID=31cd1fa4-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:25+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31cd0ed8-b147-11ed-9de6-a2685444b068 | InvocationID=31cd1fa4-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:30+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25dcc19a-b147-11ed-9de6-a2685444b068 | InvocationID=25dcc37a-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:51:30+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a1aa9c-b147-11ed-9de6-a2685444b068 | InvocationID=34a1ad4e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:51:50+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31cd0ed8-b147-11ed-9de6-a2685444b068 | InvocationID=31cd1fa4-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:51:50+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40b92db4-b147-11ed-9de6-a2685444b068 | InvocationID=40b92fc6-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:51:50+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40b92db4-b147-11ed-9de6-a2685444b068 | InvocationID=40b92fc6-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:50+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40b92db4-b147-11ed-9de6-a2685444b068 | InvocationID=40b92fc6-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:51:54+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34a1aa9c-b147-11ed-9de6-a2685444b068 | InvocationID=34a1ad4e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:51:54+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43667fda-b147-11ed-9de6-a2685444b068 | InvocationID=436681e2-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:52:15+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40b92db4-b147-11ed-9de6-a2685444b068 | InvocationID=40b92fc6-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:52:15+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fa519e6-b147-11ed-9de6-a2685444b068 | InvocationID=4fa51bda-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:52:15+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fa519e6-b147-11ed-9de6-a2685444b068 | InvocationID=4fa51bda-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:52:15+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fa519e6-b147-11ed-9de6-a2685444b068 | InvocationID=4fa51bda-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:52:19+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43667fda-b147-11ed-9de6-a2685444b068 | InvocationID=436681e2-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:52:19+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5229c6e4-b147-11ed-9de6-a2685444b068 | InvocationID=5229c978-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:52:40+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fa519e6-b147-11ed-9de6-a2685444b068 | InvocationID=4fa51bda-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:52:40+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e90877e-b147-11ed-9de6-a2685444b068 | InvocationID=5e908990-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:52:40+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e90877e-b147-11ed-9de6-a2685444b068 | InvocationID=5e908990-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:52:40+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e90877e-b147-11ed-9de6-a2685444b068 | InvocationID=5e908990-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:52:44+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5229c6e4-b147-11ed-9de6-a2685444b068 | InvocationID=5229c978-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:52:44+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f1638a-b147-11ed-9de6-a2685444b068 | InvocationID=60f165ba-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:53:05+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e90877e-b147-11ed-9de6-a2685444b068 | InvocationID=5e908990-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:53:05+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d80b31c-b147-11ed-9de6-a2685444b068 | InvocationID=6d80b560-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:53:05+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d80b31c-b147-11ed-9de6-a2685444b068 | InvocationID=6d80b560-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:05+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d80b31c-b147-11ed-9de6-a2685444b068 | InvocationID=6d80b560-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:09+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f1638a-b147-11ed-9de6-a2685444b068 | InvocationID=60f165ba-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:53:09+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fb77a8a-b147-11ed-9de6-a2685444b068 | InvocationID=6fb77ed6-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:53:30+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d80b31c-b147-11ed-9de6-a2685444b068 | InvocationID=6d80b560-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:53:30+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c6c6c5e-b147-11ed-9de6-a2685444b068 | InvocationID=7c6c6eca-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:53:30+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c6c6c5e-b147-11ed-9de6-a2685444b068 | InvocationID=7c6c6eca-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:30+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c6c6c5e-b147-11ed-9de6-a2685444b068 | InvocationID=7c6c6eca-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:34+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fb77a8a-b147-11ed-9de6-a2685444b068 | InvocationID=6fb77ed6-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:53:34+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7a62a8-b147-11ed-9de6-a2685444b068 | InvocationID=7e7a656e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:53:55+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c6c6c5e-b147-11ed-9de6-a2685444b068 | InvocationID=7c6c6eca-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:53:55+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b58ab10-b147-11ed-9de6-a2685444b068 | InvocationID=8b58ad68-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:53:55+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b58ab10-b147-11ed-9de6-a2685444b068 | InvocationID=8b58ad68-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:55+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b58ab10-b147-11ed-9de6-a2685444b068 | InvocationID=8b58ad68-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:53:58+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e7a62a8-b147-11ed-9de6-a2685444b068 | InvocationID=7e7a656e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:53:58+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3e4d5e-b147-11ed-9de6-a2685444b068 | InvocationID=8d3e4f16-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:54:20+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b58ab10-b147-11ed-9de6-a2685444b068 | InvocationID=8b58ad68-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:54:20+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a450ff6-b147-11ed-9de6-a2685444b068 | InvocationID=9a451258-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:54:20+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a450ff6-b147-11ed-9de6-a2685444b068 | InvocationID=9a451258-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:54:20+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a450ff6-b147-11ed-9de6-a2685444b068 | InvocationID=9a451258-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:54:23+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d3e4d5e-b147-11ed-9de6-a2685444b068 | InvocationID=8d3e4f16-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:54:23+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c032aa8-b147-11ed-9de6-a2685444b068 | InvocationID=9c032c7e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:54:45+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a450ff6-b147-11ed-9de6-a2685444b068 | InvocationID=9a451258-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:54:45+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a930929c-b147-11ed-9de6-a2685444b068 | InvocationID=a930983c-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:54:45+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a930929c-b147-11ed-9de6-a2685444b068 | InvocationID=a930983c-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:54:45+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a930929c-b147-11ed-9de6-a2685444b068 | InvocationID=a930983c-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:54:48+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c032aa8-b147-11ed-9de6-a2685444b068 | InvocationID=9c032c7e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:54:48+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac52758-b147-11ed-9de6-a2685444b068 | InvocationID=aac52a1e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:55:10+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a930929c-b147-11ed-9de6-a2685444b068 | InvocationID=a930983c-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:55:10+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81d110e-b147-11ed-9de6-a2685444b068 | InvocationID=b81d1546-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:55:10+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81d110e-b147-11ed-9de6-a2685444b068 | InvocationID=b81d1546-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:55:10+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81d110e-b147-11ed-9de6-a2685444b068 | InvocationID=b81d1546-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:55:13+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aac52758-b147-11ed-9de6-a2685444b068 | InvocationID=aac52a1e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:55:13+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b986620c-b147-11ed-9de6-a2685444b068 | InvocationID=b9866c8e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:55:35+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81d110e-b147-11ed-9de6-a2685444b068 | InvocationID=b81d1546-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:55:35+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c70866fa-b147-11ed-9de6-a2685444b068 | InvocationID=c7086916-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:55:35+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c70866fa-b147-11ed-9de6-a2685444b068 | InvocationID=c7086916-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:55:35+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c70866fa-b147-11ed-9de6-a2685444b068 | InvocationID=c7086916-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:55:37+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b986620c-b147-11ed-9de6-a2685444b068 | InvocationID=b9866c8e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:55:37+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c848107e-b147-11ed-9de6-a2685444b068 | InvocationID=c848125e-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:56:00+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c70866fa-b147-11ed-9de6-a2685444b068 | InvocationID=c7086916-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:56:00+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd8c-b147-11ed-9de6-a2685444b068 | InvocationID=d5f5e110-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:56:00+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd8c-b147-11ed-9de6-a2685444b068 | InvocationID=d5f5e110-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:00+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd8c-b147-11ed-9de6-a2685444b068 | InvocationID=d5f5e110-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:02+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c848107e-b147-11ed-9de6-a2685444b068 | InvocationID=c848125e-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:56:02+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d70a384e-b147-11ed-9de6-a2685444b068 | InvocationID=d70a3a1a-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:56:25+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd8c-b147-11ed-9de6-a2685444b068 | InvocationID=d5f5e110-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:56:25+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e157cc-b147-11ed-9de6-a2685444b068 | InvocationID=e4e159e8-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:56:25+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e157cc-b147-11ed-9de6-a2685444b068 | InvocationID=e4e159e8-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:25+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e157cc-b147-11ed-9de6-a2685444b068 | InvocationID=e4e159e8-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:27+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d70a384e-b147-11ed-9de6-a2685444b068 | InvocationID=d70a3a1a-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:56:27+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5ccf682-b147-11ed-9de6-a2685444b068 | InvocationID=e5ccf9d4-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:56:50+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e157cc-b147-11ed-9de6-a2685444b068 | InvocationID=e4e159e8-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:56:50+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cf2566-b147-11ed-9de6-a2685444b068 | InvocationID=f3cf27a0-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:56:50+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cf2566-b147-11ed-9de6-a2685444b068 | InvocationID=f3cf27a0-b147-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:50+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3cf2566-b147-11ed-9de6-a2685444b068 | InvocationID=f3cf27a0-b147-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:56:52+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5ccf682-b147-11ed-9de6-a2685444b068 | InvocationID=e5ccf9d4-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:56:52+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49832b2-b147-11ed-9de6-a2685444b068 | InvocationID=f49834ec-b147-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:57:15+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3cf2566-b147-11ed-9de6-a2685444b068 | InvocationID=f3cf27a0-b147-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:57:15+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bb18fa-b148-11ed-9de6-a2685444b068 | InvocationID=02bb1b7a-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:57:16+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bb18fa-b148-11ed-9de6-a2685444b068 | InvocationID=02bb1b7a-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:57:16+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bb18fa-b148-11ed-9de6-a2685444b068 | InvocationID=02bb1b7a-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:57:17+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f49832b2-b147-11ed-9de6-a2685444b068 | InvocationID=f49834ec-b147-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:57:17+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0358bd1c-b148-11ed-9de6-a2685444b068 | InvocationID=0358bf38-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:57:41+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bb18fa-b148-11ed-9de6-a2685444b068 | InvocationID=02bb1b7a-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:57:41+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a68cb4-b148-11ed-9de6-a2685444b068 | InvocationID=11a68e8a-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:57:41+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a68cb4-b148-11ed-9de6-a2685444b068 | InvocationID=11a68e8a-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:57:41+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11a68cb4-b148-11ed-9de6-a2685444b068 | InvocationID=11a68e8a-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:57:41+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0358bd1c-b148-11ed-9de6-a2685444b068 | InvocationID=0358bf38-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:57:41+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121be36a-b148-11ed-9de6-a2685444b068 | InvocationID=121bf60c-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:58:06+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11a68cb4-b148-11ed-9de6-a2685444b068 | InvocationID=11a68e8a-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:58:06+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2091ea8e-b148-11ed-9de6-a2685444b068 | InvocationID=2091ed18-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:58:06+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2091ea8e-b148-11ed-9de6-a2685444b068 | InvocationID=2091ed18-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:58:06+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2091ea8e-b148-11ed-9de6-a2685444b068 | InvocationID=2091ed18-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:58:06+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=121be36a-b148-11ed-9de6-a2685444b068 | InvocationID=121bf60c-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:58:06+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e2029e-b148-11ed-9de6-a2685444b068 | InvocationID=20e20514-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:58:31+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2091ea8e-b148-11ed-9de6-a2685444b068 | InvocationID=2091ed18-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:58:31+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7ede44-b148-11ed-9de6-a2685444b068 | InvocationID=2f7ee024-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:58:31+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7ede44-b148-11ed-9de6-a2685444b068 | InvocationID=2f7ee024-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:58:31+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7ede44-b148-11ed-9de6-a2685444b068 | InvocationID=2f7ee024-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:58:31+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20e2029e-b148-11ed-9de6-a2685444b068 | InvocationID=20e20514-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:58:31+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa38550-b148-11ed-9de6-a2685444b068 | InvocationID=2fa3871c-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:58:56+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7ede44-b148-11ed-9de6-a2685444b068 | InvocationID=2f7ee024-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:58:56+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e6a3372-b148-11ed-9de6-a2685444b068 | InvocationID=3e6a35b6-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:58:56+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fa38550-b148-11ed-9de6-a2685444b068 | InvocationID=2fa3871c-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:58:56+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e6cf4fe-b148-11ed-9de6-a2685444b068 | InvocationID=3e6cf756-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:58:56+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e6a3372-b148-11ed-9de6-a2685444b068 | InvocationID=3e6a35b6-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:58:56+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e6a3372-b148-11ed-9de6-a2685444b068 | InvocationID=3e6a35b6-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:59:20+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e6cf4fe-b148-11ed-9de6-a2685444b068 | InvocationID=3e6cf756-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:59:20+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d32ba96-b148-11ed-9de6-a2685444b068 | InvocationID=4d32bc6c-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:59:21+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e6a3372-b148-11ed-9de6-a2685444b068 | InvocationID=3e6a35b6-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:59:21+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d56e574-b148-11ed-9de6-a2685444b068 | InvocationID=4d56e72c-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:59:21+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d56e574-b148-11ed-9de6-a2685444b068 | InvocationID=4d56e72c-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:59:21+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d56e574-b148-11ed-9de6-a2685444b068 | InvocationID=4d56e72c-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:59:45+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d32ba96-b148-11ed-9de6-a2685444b068 | InvocationID=4d32bc6c-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T17:59:45+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bf63454-b148-11ed-9de6-a2685444b068 | InvocationID=5bf63620-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T17:59:46+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d56e574-b148-11ed-9de6-a2685444b068 | InvocationID=4d56e72c-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T17:59:46+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c425316-b148-11ed-9de6-a2685444b068 | InvocationID=5c4254e2-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T17:59:46+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c425316-b148-11ed-9de6-a2685444b068 | InvocationID=5c4254e2-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T17:59:46+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c425316-b148-11ed-9de6-a2685444b068 | InvocationID=5c4254e2-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T18:00:10+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bf63454-b148-11ed-9de6-a2685444b068 | InvocationID=5bf63620-b148-11ed-9de6-a2685444b068 | Polling MR for XNF AAI events.
2023-02-20T18:00:10+0000 | aai_event_thread | 140282129312544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ab80512-b148-11ed-9de6-a2685444b068 | InvocationID=6ab80760-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T18:00:11+0000 | policy_event_thread | 140282130373408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c425316-b148-11ed-9de6-a2685444b068 | InvocationID=5c4254e2-b148-11ed-9de6-a2685444b068 | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T18:00:11+0000 | policy_event_thread | 140282130373408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2dee30-b148-11ed-9de6-a2685444b068 | InvocationID=6b2df088-b148-11ed-9de6-a2685444b068 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T18:00:11+0000 | policy_event_thread | 140282130373408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2dee30-b148-11ed-9de6-a2685444b068 | InvocationID=6b2df088-b148-11ed-9de6-a2685444b068 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T18:00:11+0000 | policy_event_thread | 140282130373408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2dee30-b148-11ed-9de6-a2685444b068 | InvocationID=6b2df088-b148-11ed-9de6-a2685444b068 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T18:00:35+0000 | aai_event_thread | 140282129312544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ab80512-b148-11ed-9de6-a2685444b068 | InvocationID=6ab80760-b148-11ed-9de6-a2685444b06