Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-01T23:14:18+0000 | MainThread | 139759839296840 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-01T23:14:18+0000 | MainThread | 139759839296840 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-01T23:14:18+0000 | MainThread | 139759839296840 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-01T23:14:18+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:14:18+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-01T23:14:18+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96d7fe6-5a3a-11ed-8722-12c40571e072 | InvocationID=e96d8220-5a3a-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:14:18+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96db650-5a3a-11ed-8722-12c40571e072 | InvocationID=e96db768-5a3a-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:14:19+0000 | MainThread | 139759839296840 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-01T23:14:19+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96d7fe6-5a3a-11ed-8722-12c40571e072 | InvocationID=e96d8220-5a3a-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:14:19+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96db650-5a3a-11ed-8722-12c40571e072 | InvocationID=e96db768-5a3a-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:14:19+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e96d7fe6-5a3a-11ed-8722-12c40571e072 | InvocationID=e96d8220-5a3a-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:14:19+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e96db650-5a3a-11ed-8722-12c40571e072 | InvocationID=e96db768-5a3a-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:14:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e96db650-5a3a-11ed-8722-12c40571e072 | InvocationID=e96db768-5a3a-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:14:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c2416e-5a3a-11ed-8722-12c40571e072 | InvocationID=f5c2440c-5a3a-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:14:39+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c2416e-5a3a-11ed-8722-12c40571e072 | InvocationID=f5c2440c-5a3a-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:14:39+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5c2416e-5a3a-11ed-8722-12c40571e072 | InvocationID=f5c2440c-5a3a-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:14:44+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e96d7fe6-5a3a-11ed-8722-12c40571e072 | InvocationID=e96d8220-5a3a-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:14:44+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bd23fc-5a3a-11ed-8722-12c40571e072 | InvocationID=f8bd25b4-5a3a-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:14:44+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bd23fc-5a3a-11ed-8722-12c40571e072 | InvocationID=f8bd25b4-5a3a-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:14:44+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bd23fc-5a3a-11ed-8722-12c40571e072 | InvocationID=f8bd25b4-5a3a-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:14:59+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5c2416e-5a3a-11ed-8722-12c40571e072 | InvocationID=f5c2440c-5a3a-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:14:59+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b4127c-5a3b-11ed-8722-12c40571e072 | InvocationID=01b415ba-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:14:59+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b4127c-5a3b-11ed-8722-12c40571e072 | InvocationID=01b415ba-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:14:59+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b4127c-5a3b-11ed-8722-12c40571e072 | InvocationID=01b415ba-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:09+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bd23fc-5a3a-11ed-8722-12c40571e072 | InvocationID=f8bd25b4-5a3a-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:15:09+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a9be70-5a3b-11ed-8722-12c40571e072 | InvocationID=07a9c0f0-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:15:09+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a9be70-5a3b-11ed-8722-12c40571e072 | InvocationID=07a9c0f0-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:09+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a9be70-5a3b-11ed-8722-12c40571e072 | InvocationID=07a9c0f0-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:19+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b4127c-5a3b-11ed-8722-12c40571e072 | InvocationID=01b415ba-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:15:19+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da62674-5a3b-11ed-8722-12c40571e072 | InvocationID=0da62ad4-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:15:19+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da62674-5a3b-11ed-8722-12c40571e072 | InvocationID=0da62ad4-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:19+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0da62674-5a3b-11ed-8722-12c40571e072 | InvocationID=0da62ad4-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:34+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a9be70-5a3b-11ed-8722-12c40571e072 | InvocationID=07a9c0f0-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:15:34+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=169557f0-5a3b-11ed-8722-12c40571e072 | InvocationID=16955a98-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:15:34+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=169557f0-5a3b-11ed-8722-12c40571e072 | InvocationID=16955a98-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:34+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=169557f0-5a3b-11ed-8722-12c40571e072 | InvocationID=16955a98-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0da62674-5a3b-11ed-8722-12c40571e072 | InvocationID=0da62ad4-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:15:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1999df8e-5a3b-11ed-8722-12c40571e072 | InvocationID=1999e1e6-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:15:39+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1999df8e-5a3b-11ed-8722-12c40571e072 | InvocationID=1999e1e6-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:39+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1999df8e-5a3b-11ed-8722-12c40571e072 | InvocationID=1999e1e6-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:59+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=169557f0-5a3b-11ed-8722-12c40571e072 | InvocationID=16955a98-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:15:59+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2583c986-5a3b-11ed-8722-12c40571e072 | InvocationID=2583cc06-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:15:59+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2583c986-5a3b-11ed-8722-12c40571e072 | InvocationID=2583cc06-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:59+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2583c986-5a3b-11ed-8722-12c40571e072 | InvocationID=2583cc06-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:15:59+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1999df8e-5a3b-11ed-8722-12c40571e072 | InvocationID=1999e1e6-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:15:59+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258eab9e-5a3b-11ed-8722-12c40571e072 | InvocationID=258ead88-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:15:59+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258eab9e-5a3b-11ed-8722-12c40571e072 | InvocationID=258ead88-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:15:59+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=258eab9e-5a3b-11ed-8722-12c40571e072 | InvocationID=258ead88-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:19+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=258eab9e-5a3b-11ed-8722-12c40571e072 | InvocationID=258ead88-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:16:19+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31811734-5a3b-11ed-8722-12c40571e072 | InvocationID=3181190a-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:16:19+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31811734-5a3b-11ed-8722-12c40571e072 | InvocationID=3181190a-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:19+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31811734-5a3b-11ed-8722-12c40571e072 | InvocationID=3181190a-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:24+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2583c986-5a3b-11ed-8722-12c40571e072 | InvocationID=2583cc06-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:16:24+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=346f280a-5a3b-11ed-8722-12c40571e072 | InvocationID=346f29d6-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:16:24+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=346f280a-5a3b-11ed-8722-12c40571e072 | InvocationID=346f29d6-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:16:24+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=346f280a-5a3b-11ed-8722-12c40571e072 | InvocationID=346f29d6-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:16:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31811734-5a3b-11ed-8722-12c40571e072 | InvocationID=3181190a-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:16:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d73000c-5a3b-11ed-8722-12c40571e072 | InvocationID=3d73025a-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:16:39+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d73000c-5a3b-11ed-8722-12c40571e072 | InvocationID=3d73025a-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:39+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d73000c-5a3b-11ed-8722-12c40571e072 | InvocationID=3d73025a-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:49+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=346f280a-5a3b-11ed-8722-12c40571e072 | InvocationID=346f29d6-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:16:49+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435a5f4c-5a3b-11ed-8722-12c40571e072 | InvocationID=435a61d6-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:16:49+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435a5f4c-5a3b-11ed-8722-12c40571e072 | InvocationID=435a61d6-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:16:49+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=435a5f4c-5a3b-11ed-8722-12c40571e072 | InvocationID=435a61d6-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:16:59+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d73000c-5a3b-11ed-8722-12c40571e072 | InvocationID=3d73025a-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:16:59+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4964003c-5a3b-11ed-8722-12c40571e072 | InvocationID=496401f4-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:16:59+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4964003c-5a3b-11ed-8722-12c40571e072 | InvocationID=496401f4-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:16:59+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4964003c-5a3b-11ed-8722-12c40571e072 | InvocationID=496401f4-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:17:14+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=435a5f4c-5a3b-11ed-8722-12c40571e072 | InvocationID=435a61d6-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:17:14+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5247858e-5a3b-11ed-8722-12c40571e072 | InvocationID=5247882c-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:17:14+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5247858e-5a3b-11ed-8722-12c40571e072 | InvocationID=5247882c-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:17:14+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5247858e-5a3b-11ed-8722-12c40571e072 | InvocationID=5247882c-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:17:19+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4964003c-5a3b-11ed-8722-12c40571e072 | InvocationID=496401f4-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:17:19+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5554c5e8-5a3b-11ed-8722-12c40571e072 | InvocationID=5554caa2-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:17:19+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5554c5e8-5a3b-11ed-8722-12c40571e072 | InvocationID=5554caa2-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:17:19+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5554c5e8-5a3b-11ed-8722-12c40571e072 | InvocationID=5554caa2-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:17:39+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5247858e-5a3b-11ed-8722-12c40571e072 | InvocationID=5247882c-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:17:39+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613355b4-5a3b-11ed-8722-12c40571e072 | InvocationID=61335866-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:17:39+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613355b4-5a3b-11ed-8722-12c40571e072 | InvocationID=61335866-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:17:39+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613355b4-5a3b-11ed-8722-12c40571e072 | InvocationID=61335866-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:17:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5554c5e8-5a3b-11ed-8722-12c40571e072 | InvocationID=5554caa2-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:17:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6145f070-5a3b-11ed-8722-12c40571e072 | InvocationID=6145f2aa-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:17:40+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6145f070-5a3b-11ed-8722-12c40571e072 | InvocationID=6145f2aa-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:17:40+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6145f070-5a3b-11ed-8722-12c40571e072 | InvocationID=6145f2aa-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:18:00+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6145f070-5a3b-11ed-8722-12c40571e072 | InvocationID=6145f2aa-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:18:00+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d36b77a-5a3b-11ed-8722-12c40571e072 | InvocationID=6d36bad6-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:18:00+0000 | aai_event_thread | 139759788559136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d36b77a-5a3b-11ed-8722-12c40571e072 | InvocationID=6d36bad6-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:18:00+0000 | aai_event_thread | 139759788559136 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d36b77a-5a3b-11ed-8722-12c40571e072 | InvocationID=6d36bad6-5a3b-11ed-8722-12c40571e072 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-01T23:18:04+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613355b4-5a3b-11ed-8722-12c40571e072 | InvocationID=61335866-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:18:04+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70204afa-5a3b-11ed-8722-12c40571e072 | InvocationID=70204ca8-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:18:04+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70204afa-5a3b-11ed-8722-12c40571e072 | InvocationID=70204ca8-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:18:04+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70204afa-5a3b-11ed-8722-12c40571e072 | InvocationID=70204ca8-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:18:20+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d36b77a-5a3b-11ed-8722-12c40571e072 | InvocationID=6d36bad6-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:18:20+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79282f78-5a3b-11ed-8722-12c40571e072 | InvocationID=79283144-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:18:29+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70204afa-5a3b-11ed-8722-12c40571e072 | InvocationID=70204ca8-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:18:29+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0bc864-5a3b-11ed-8722-12c40571e072 | InvocationID=7f0bc9fe-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:18:29+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0bc864-5a3b-11ed-8722-12c40571e072 | InvocationID=7f0bc9fe-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:18:29+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0bc864-5a3b-11ed-8722-12c40571e072 | InvocationID=7f0bc9fe-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:18:44+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79282f78-5a3b-11ed-8722-12c40571e072 | InvocationID=79283144-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:18:44+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=879be25c-5a3b-11ed-8722-12c40571e072 | InvocationID=879be4fa-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:18:54+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0bc864-5a3b-11ed-8722-12c40571e072 | InvocationID=7f0bc9fe-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:18:54+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df86d46-5a3b-11ed-8722-12c40571e072 | InvocationID=8df86f4e-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:18:55+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df86d46-5a3b-11ed-8722-12c40571e072 | InvocationID=8df86f4e-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:18:55+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df86d46-5a3b-11ed-8722-12c40571e072 | InvocationID=8df86f4e-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:19:04+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=879be25c-5a3b-11ed-8722-12c40571e072 | InvocationID=879be4fa-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:19:04+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939172ca-5a3b-11ed-8722-12c40571e072 | InvocationID=9391746e-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:19:20+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df86d46-5a3b-11ed-8722-12c40571e072 | InvocationID=8df86f4e-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:19:20+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce8e66e-5a3b-11ed-8722-12c40571e072 | InvocationID=9ce8e8d0-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:19:20+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce8e66e-5a3b-11ed-8722-12c40571e072 | InvocationID=9ce8e8d0-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:19:20+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ce8e66e-5a3b-11ed-8722-12c40571e072 | InvocationID=9ce8e8d0-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:19:24+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=939172ca-5a3b-11ed-8722-12c40571e072 | InvocationID=9391746e-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:19:24+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f857fd6-5a3b-11ed-8722-12c40571e072 | InvocationID=9f858170-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:19:44+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f857fd6-5a3b-11ed-8722-12c40571e072 | InvocationID=9f858170-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:19:44+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab80e14a-5a3b-11ed-8722-12c40571e072 | InvocationID=ab80e316-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:19:45+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ce8e66e-5a3b-11ed-8722-12c40571e072 | InvocationID=9ce8e8d0-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:19:45+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd43c32-5a3b-11ed-8722-12c40571e072 | InvocationID=abd43e76-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:19:45+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd43c32-5a3b-11ed-8722-12c40571e072 | InvocationID=abd43e76-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:19:45+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd43c32-5a3b-11ed-8722-12c40571e072 | InvocationID=abd43e76-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:20:04+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab80e14a-5a3b-11ed-8722-12c40571e072 | InvocationID=ab80e316-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:20:04+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b787c3f0-5a3b-11ed-8722-12c40571e072 | InvocationID=b787c59e-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:20:10+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd43c32-5a3b-11ed-8722-12c40571e072 | InvocationID=abd43e76-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:20:10+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac02bac-5a3b-11ed-8722-12c40571e072 | InvocationID=bac02dd2-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:20:10+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac02bac-5a3b-11ed-8722-12c40571e072 | InvocationID=bac02dd2-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:20:10+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac02bac-5a3b-11ed-8722-12c40571e072 | InvocationID=bac02dd2-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:20:25+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b787c3f0-5a3b-11ed-8722-12c40571e072 | InvocationID=b787c59e-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:20:25+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3cbd7fa-5a3b-11ed-8722-12c40571e072 | InvocationID=c3cbd9b2-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:20:35+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac02bac-5a3b-11ed-8722-12c40571e072 | InvocationID=bac02dd2-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:20:35+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ac2da0-5a3b-11ed-8722-12c40571e072 | InvocationID=c9ac3052-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:20:35+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ac2da0-5a3b-11ed-8722-12c40571e072 | InvocationID=c9ac3052-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:20:35+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ac2da0-5a3b-11ed-8722-12c40571e072 | InvocationID=c9ac3052-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:20:50+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3cbd7fa-5a3b-11ed-8722-12c40571e072 | InvocationID=c3cbd9b2-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:20:50+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d28e7572-5a3b-11ed-8722-12c40571e072 | InvocationID=d28e77ca-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:21:00+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ac2da0-5a3b-11ed-8722-12c40571e072 | InvocationID=c9ac3052-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:21:00+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8980802-5a3b-11ed-8722-12c40571e072 | InvocationID=d8980992-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:21:00+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8980802-5a3b-11ed-8722-12c40571e072 | InvocationID=d8980992-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:21:00+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8980802-5a3b-11ed-8722-12c40571e072 | InvocationID=d8980992-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:21:14+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d28e7572-5a3b-11ed-8722-12c40571e072 | InvocationID=d28e77ca-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:21:14+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e156511a-5a3b-11ed-8722-12c40571e072 | InvocationID=e15653b8-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:21:25+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8980802-5a3b-11ed-8722-12c40571e072 | InvocationID=d8980992-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:21:25+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e784e9c0-5a3b-11ed-8722-12c40571e072 | InvocationID=e784ebaa-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:21:25+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e784e9c0-5a3b-11ed-8722-12c40571e072 | InvocationID=e784ebaa-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:21:25+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e784e9c0-5a3b-11ed-8722-12c40571e072 | InvocationID=e784ebaa-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:21:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e156511a-5a3b-11ed-8722-12c40571e072 | InvocationID=e15653b8-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:21:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f01d67ba-5a3b-11ed-8722-12c40571e072 | InvocationID=f01d6c60-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:21:50+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e784e9c0-5a3b-11ed-8722-12c40571e072 | InvocationID=e784ebaa-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:21:50+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6715892-5a3b-11ed-8722-12c40571e072 | InvocationID=f6715aea-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:21:50+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6715892-5a3b-11ed-8722-12c40571e072 | InvocationID=f6715aea-5a3b-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:21:50+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6715892-5a3b-11ed-8722-12c40571e072 | InvocationID=f6715aea-5a3b-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:22:04+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f01d67ba-5a3b-11ed-8722-12c40571e072 | InvocationID=f01d6c60-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:22:04+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feedc79e-5a3b-11ed-8722-12c40571e072 | InvocationID=feedcb86-5a3b-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:22:15+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6715892-5a3b-11ed-8722-12c40571e072 | InvocationID=f6715aea-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:22:15+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05762b10-5a3c-11ed-8722-12c40571e072 | InvocationID=05764be0-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:22:15+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05762b10-5a3c-11ed-8722-12c40571e072 | InvocationID=05764be0-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:22:15+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05762b10-5a3c-11ed-8722-12c40571e072 | InvocationID=05764be0-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:22:29+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=feedc79e-5a3b-11ed-8722-12c40571e072 | InvocationID=feedcb86-5a3b-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:22:29+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0db9a07c-5a3c-11ed-8722-12c40571e072 | InvocationID=0db9a248-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:22:40+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05762b10-5a3c-11ed-8722-12c40571e072 | InvocationID=05764be0-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:22:40+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=146e78a2-5a3c-11ed-8722-12c40571e072 | InvocationID=146e7b22-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:22:40+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=146e78a2-5a3c-11ed-8722-12c40571e072 | InvocationID=146e7b22-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:22:40+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=146e78a2-5a3c-11ed-8722-12c40571e072 | InvocationID=146e7b22-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:22:54+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0db9a07c-5a3c-11ed-8722-12c40571e072 | InvocationID=0db9a248-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:22:54+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c7c9e48-5a3c-11ed-8722-12c40571e072 | InvocationID=1c7ca00a-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:23:05+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=146e78a2-5a3c-11ed-8722-12c40571e072 | InvocationID=146e7b22-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:23:05+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235ba506-5a3c-11ed-8722-12c40571e072 | InvocationID=235ba722-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:23:05+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235ba506-5a3c-11ed-8722-12c40571e072 | InvocationID=235ba722-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:23:05+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235ba506-5a3c-11ed-8722-12c40571e072 | InvocationID=235ba722-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:23:18+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c7c9e48-5a3c-11ed-8722-12c40571e072 | InvocationID=1c7ca00a-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:23:18+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b4c4bb2-5a3c-11ed-8722-12c40571e072 | InvocationID=2b4c4e78-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:23:30+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235ba506-5a3c-11ed-8722-12c40571e072 | InvocationID=235ba722-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:23:30+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326cc82c-5a3c-11ed-8722-12c40571e072 | InvocationID=326cc9d0-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:23:30+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326cc82c-5a3c-11ed-8722-12c40571e072 | InvocationID=326cc9d0-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:23:30+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=326cc82c-5a3c-11ed-8722-12c40571e072 | InvocationID=326cc9d0-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:23:43+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b4c4bb2-5a3c-11ed-8722-12c40571e072 | InvocationID=2b4c4e78-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:23:43+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a11a6d8-5a3c-11ed-8722-12c40571e072 | InvocationID=3a11a908-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:23:55+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=326cc82c-5a3c-11ed-8722-12c40571e072 | InvocationID=326cc9d0-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:23:55+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416086f2-5a3c-11ed-8722-12c40571e072 | InvocationID=41608896-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:23:56+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416086f2-5a3c-11ed-8722-12c40571e072 | InvocationID=41608896-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:23:56+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416086f2-5a3c-11ed-8722-12c40571e072 | InvocationID=41608896-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:24:08+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a11a6d8-5a3c-11ed-8722-12c40571e072 | InvocationID=3a11a908-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:24:08+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d553d6-5a3c-11ed-8722-12c40571e072 | InvocationID=48d555f2-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:24:21+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416086f2-5a3c-11ed-8722-12c40571e072 | InvocationID=41608896-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:24:21+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504d0c1c-5a3c-11ed-8722-12c40571e072 | InvocationID=504d0f46-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:24:21+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504d0c1c-5a3c-11ed-8722-12c40571e072 | InvocationID=504d0f46-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:24:21+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=504d0c1c-5a3c-11ed-8722-12c40571e072 | InvocationID=504d0f46-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:24:33+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48d553d6-5a3c-11ed-8722-12c40571e072 | InvocationID=48d555f2-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:24:33+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57990f48-5a3c-11ed-8722-12c40571e072 | InvocationID=57991448-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:24:46+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=504d0c1c-5a3c-11ed-8722-12c40571e072 | InvocationID=504d0f46-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:24:46+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3e28f0-5a3c-11ed-8722-12c40571e072 | InvocationID=5f3e2b70-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:24:46+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3e28f0-5a3c-11ed-8722-12c40571e072 | InvocationID=5f3e2b70-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:24:46+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3e28f0-5a3c-11ed-8722-12c40571e072 | InvocationID=5f3e2b70-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:24:58+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57990f48-5a3c-11ed-8722-12c40571e072 | InvocationID=57991448-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:24:58+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665b49c4-5a3c-11ed-8722-12c40571e072 | InvocationID=665b4dac-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:25:11+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3e28f0-5a3c-11ed-8722-12c40571e072 | InvocationID=5f3e2b70-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:25:11+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2b7d72-5a3c-11ed-8722-12c40571e072 | InvocationID=6e2b7f8e-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:25:11+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2b7d72-5a3c-11ed-8722-12c40571e072 | InvocationID=6e2b7f8e-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:25:11+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2b7d72-5a3c-11ed-8722-12c40571e072 | InvocationID=6e2b7f8e-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:25:22+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=665b49c4-5a3c-11ed-8722-12c40571e072 | InvocationID=665b4dac-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:25:22+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75285bb8-5a3c-11ed-8722-12c40571e072 | InvocationID=75285e06-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:25:36+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2b7d72-5a3c-11ed-8722-12c40571e072 | InvocationID=6e2b7f8e-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:25:36+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1743b6-5a3c-11ed-8722-12c40571e072 | InvocationID=7d174640-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:25:36+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1743b6-5a3c-11ed-8722-12c40571e072 | InvocationID=7d174640-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:25:36+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1743b6-5a3c-11ed-8722-12c40571e072 | InvocationID=7d174640-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:25:47+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75285bb8-5a3c-11ed-8722-12c40571e072 | InvocationID=75285e06-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:25:47+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ea764a-5a3c-11ed-8722-12c40571e072 | InvocationID=83ea7a50-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:26:01+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1743b6-5a3c-11ed-8722-12c40571e072 | InvocationID=7d174640-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:26:01+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c04739e-5a3c-11ed-8722-12c40571e072 | InvocationID=8c04754c-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:26:01+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c04739e-5a3c-11ed-8722-12c40571e072 | InvocationID=8c04754c-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:26:01+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c04739e-5a3c-11ed-8722-12c40571e072 | InvocationID=8c04754c-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:26:12+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ea764a-5a3c-11ed-8722-12c40571e072 | InvocationID=83ea7a50-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:26:12+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b0c5bc-5a3c-11ed-8722-12c40571e072 | InvocationID=92b0c7ce-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:26:26+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c04739e-5a3c-11ed-8722-12c40571e072 | InvocationID=8c04754c-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:26:26+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af0ba52-5a3c-11ed-8722-12c40571e072 | InvocationID=9af0bbf6-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:26:26+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af0ba52-5a3c-11ed-8722-12c40571e072 | InvocationID=9af0bbf6-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:26:26+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af0ba52-5a3c-11ed-8722-12c40571e072 | InvocationID=9af0bbf6-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:26:37+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92b0c5bc-5a3c-11ed-8722-12c40571e072 | InvocationID=92b0c7ce-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:26:37+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a17305a6-5a3c-11ed-8722-12c40571e072 | InvocationID=a173075e-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:26:51+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af0ba52-5a3c-11ed-8722-12c40571e072 | InvocationID=9af0bbf6-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:26:51+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9dc55b2-5a3c-11ed-8722-12c40571e072 | InvocationID=a9dc577e-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:26:51+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9dc55b2-5a3c-11ed-8722-12c40571e072 | InvocationID=a9dc577e-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:26:51+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9dc55b2-5a3c-11ed-8722-12c40571e072 | InvocationID=a9dc577e-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:27:01+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a17305a6-5a3c-11ed-8722-12c40571e072 | InvocationID=a173075e-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:27:01+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b035ebbc-5a3c-11ed-8722-12c40571e072 | InvocationID=b035ed74-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:27:16+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9dc55b2-5a3c-11ed-8722-12c40571e072 | InvocationID=a9dc577e-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:27:16+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d7a616-5a3c-11ed-8722-12c40571e072 | InvocationID=b8d7a7e2-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:27:16+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d7a616-5a3c-11ed-8722-12c40571e072 | InvocationID=b8d7a7e2-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:27:16+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d7a616-5a3c-11ed-8722-12c40571e072 | InvocationID=b8d7a7e2-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:27:26+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b035ebbc-5a3c-11ed-8722-12c40571e072 | InvocationID=b035ed74-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:27:26+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=befbb906-5a3c-11ed-8722-12c40571e072 | InvocationID=befbbb86-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:27:41+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d7a616-5a3c-11ed-8722-12c40571e072 | InvocationID=b8d7a7e2-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:27:41+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c30a26-5a3c-11ed-8722-12c40571e072 | InvocationID=c7c30cba-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:27:41+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c30a26-5a3c-11ed-8722-12c40571e072 | InvocationID=c7c30cba-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:27:41+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c30a26-5a3c-11ed-8722-12c40571e072 | InvocationID=c7c30cba-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:27:51+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=befbb906-5a3c-11ed-8722-12c40571e072 | InvocationID=befbbb86-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:27:51+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdbde568-5a3c-11ed-8722-12c40571e072 | InvocationID=cdbde806-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:28:06+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c30a26-5a3c-11ed-8722-12c40571e072 | InvocationID=c7c30cba-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:28:06+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aeb2c4-5a3c-11ed-8722-12c40571e072 | InvocationID=d6aeb6ac-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:28:06+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aeb2c4-5a3c-11ed-8722-12c40571e072 | InvocationID=d6aeb6ac-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:28:06+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6aeb2c4-5a3c-11ed-8722-12c40571e072 | InvocationID=d6aeb6ac-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:28:16+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdbde568-5a3c-11ed-8722-12c40571e072 | InvocationID=cdbde806-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:28:16+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc81df8c-5a3c-11ed-8722-12c40571e072 | InvocationID=dc81e14e-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:28:31+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6aeb2c4-5a3c-11ed-8722-12c40571e072 | InvocationID=d6aeb6ac-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:28:31+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59d106e-5a3c-11ed-8722-12c40571e072 | InvocationID=e59d129e-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:28:31+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59d106e-5a3c-11ed-8722-12c40571e072 | InvocationID=e59d129e-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:28:31+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59d106e-5a3c-11ed-8722-12c40571e072 | InvocationID=e59d129e-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:28:41+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc81df8c-5a3c-11ed-8722-12c40571e072 | InvocationID=dc81e14e-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:28:41+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4655e8-5a3c-11ed-8722-12c40571e072 | InvocationID=eb465782-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:28:56+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59d106e-5a3c-11ed-8722-12c40571e072 | InvocationID=e59d129e-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:28:56+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f488e788-5a3c-11ed-8722-12c40571e072 | InvocationID=f488ee72-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:28:56+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f488e788-5a3c-11ed-8722-12c40571e072 | InvocationID=f488ee72-5a3c-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:28:56+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f488e788-5a3c-11ed-8722-12c40571e072 | InvocationID=f488ee72-5a3c-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:29:05+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb4655e8-5a3c-11ed-8722-12c40571e072 | InvocationID=eb465782-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:29:05+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0b32c4-5a3c-11ed-8722-12c40571e072 | InvocationID=fa0b3828-5a3c-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:29:21+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f488e788-5a3c-11ed-8722-12c40571e072 | InvocationID=f488ee72-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:29:21+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03744aee-5a3d-11ed-8722-12c40571e072 | InvocationID=03744daa-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:29:21+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03744aee-5a3d-11ed-8722-12c40571e072 | InvocationID=03744daa-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:29:21+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03744aee-5a3d-11ed-8722-12c40571e072 | InvocationID=03744daa-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:29:30+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa0b32c4-5a3c-11ed-8722-12c40571e072 | InvocationID=fa0b3828-5a3c-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:29:30+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cfc158-5a3d-11ed-8722-12c40571e072 | InvocationID=08cfc432-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:29:46+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03744aee-5a3d-11ed-8722-12c40571e072 | InvocationID=03744daa-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:29:46+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12619d54-5a3d-11ed-8722-12c40571e072 | InvocationID=12619f8e-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:29:46+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12619d54-5a3d-11ed-8722-12c40571e072 | InvocationID=12619f8e-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:29:46+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12619d54-5a3d-11ed-8722-12c40571e072 | InvocationID=12619f8e-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:29:55+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cfc158-5a3d-11ed-8722-12c40571e072 | InvocationID=08cfc432-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:29:55+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17964cc0-5a3d-11ed-8722-12c40571e072 | InvocationID=17965512-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:30:11+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12619d54-5a3d-11ed-8722-12c40571e072 | InvocationID=12619f8e-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:30:11+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214e8160-5a3d-11ed-8722-12c40571e072 | InvocationID=214e8318-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:30:11+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214e8160-5a3d-11ed-8722-12c40571e072 | InvocationID=214e8318-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:30:11+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=214e8160-5a3d-11ed-8722-12c40571e072 | InvocationID=214e8318-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:30:20+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17964cc0-5a3d-11ed-8722-12c40571e072 | InvocationID=17965512-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:30:20+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265a4554-5a3d-11ed-8722-12c40571e072 | InvocationID=265a481a-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:30:36+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=214e8160-5a3d-11ed-8722-12c40571e072 | InvocationID=214e8318-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:30:36+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3039a286-5a3d-11ed-8722-12c40571e072 | InvocationID=3039a452-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:30:36+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3039a286-5a3d-11ed-8722-12c40571e072 | InvocationID=3039a452-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:30:36+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3039a286-5a3d-11ed-8722-12c40571e072 | InvocationID=3039a452-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:30:44+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=265a4554-5a3d-11ed-8722-12c40571e072 | InvocationID=265a481a-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:30:44+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=351c050a-5a3d-11ed-8722-12c40571e072 | InvocationID=351c06ae-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:31:01+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3039a286-5a3d-11ed-8722-12c40571e072 | InvocationID=3039a452-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:31:01+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2a6b0e-5a3d-11ed-8722-12c40571e072 | InvocationID=3f2a6d84-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:31:01+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2a6b0e-5a3d-11ed-8722-12c40571e072 | InvocationID=3f2a6d84-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:01+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2a6b0e-5a3d-11ed-8722-12c40571e072 | InvocationID=3f2a6d84-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:09+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=351c050a-5a3d-11ed-8722-12c40571e072 | InvocationID=351c06ae-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:31:09+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ed0dea-5a3d-11ed-8722-12c40571e072 | InvocationID=43ed0f98-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:31:26+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2a6b0e-5a3d-11ed-8722-12c40571e072 | InvocationID=3f2a6d84-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:31:26+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e185a22-5a3d-11ed-8722-12c40571e072 | InvocationID=4e185c7a-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:31:26+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e185a22-5a3d-11ed-8722-12c40571e072 | InvocationID=4e185c7a-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:26+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e185a22-5a3d-11ed-8722-12c40571e072 | InvocationID=4e185c7a-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:34+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43ed0dea-5a3d-11ed-8722-12c40571e072 | InvocationID=43ed0f98-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:31:34+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52af49e2-5a3d-11ed-8722-12c40571e072 | InvocationID=52af4c9e-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:31:51+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e185a22-5a3d-11ed-8722-12c40571e072 | InvocationID=4e185c7a-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:31:51+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d03bcac-5a3d-11ed-8722-12c40571e072 | InvocationID=5d03bfea-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:31:51+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d03bcac-5a3d-11ed-8722-12c40571e072 | InvocationID=5d03bfea-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:51+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d03bcac-5a3d-11ed-8722-12c40571e072 | InvocationID=5d03bfea-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:31:59+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52af49e2-5a3d-11ed-8722-12c40571e072 | InvocationID=52af4c9e-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:31:59+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6171c428-5a3d-11ed-8722-12c40571e072 | InvocationID=6171c5cc-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:32:16+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d03bcac-5a3d-11ed-8722-12c40571e072 | InvocationID=5d03bfea-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:32:16+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bef32e6-5a3d-11ed-8722-12c40571e072 | InvocationID=6bef3566-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:32:16+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bef32e6-5a3d-11ed-8722-12c40571e072 | InvocationID=6bef3566-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:32:16+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bef32e6-5a3d-11ed-8722-12c40571e072 | InvocationID=6bef3566-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:32:24+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6171c428-5a3d-11ed-8722-12c40571e072 | InvocationID=6171c5cc-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:32:24+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70340d68-5a3d-11ed-8722-12c40571e072 | InvocationID=70340f8e-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:32:41+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bef32e6-5a3d-11ed-8722-12c40571e072 | InvocationID=6bef3566-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:32:41+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adac158-5a3d-11ed-8722-12c40571e072 | InvocationID=7adac31a-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:32:41+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adac158-5a3d-11ed-8722-12c40571e072 | InvocationID=7adac31a-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:32:41+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adac158-5a3d-11ed-8722-12c40571e072 | InvocationID=7adac31a-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:32:48+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70340d68-5a3d-11ed-8722-12c40571e072 | InvocationID=70340f8e-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:32:48+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7efc0404-5a3d-11ed-8722-12c40571e072 | InvocationID=7efc0594-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:33:06+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7adac158-5a3d-11ed-8722-12c40571e072 | InvocationID=7adac31a-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:33:06+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ca3b4e-5a3d-11ed-8722-12c40571e072 | InvocationID=89ca3d9c-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:33:06+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ca3b4e-5a3d-11ed-8722-12c40571e072 | InvocationID=89ca3d9c-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:33:06+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ca3b4e-5a3d-11ed-8722-12c40571e072 | InvocationID=89ca3d9c-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:33:13+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7efc0404-5a3d-11ed-8722-12c40571e072 | InvocationID=7efc0594-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:33:13+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dbd74f0-5a3d-11ed-8722-12c40571e072 | InvocationID=8dbd76f8-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:33:31+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ca3b4e-5a3d-11ed-8722-12c40571e072 | InvocationID=89ca3d9c-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:33:31+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b586ea-5a3d-11ed-8722-12c40571e072 | InvocationID=98b588a2-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:33:32+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b586ea-5a3d-11ed-8722-12c40571e072 | InvocationID=98b588a2-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:33:32+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b586ea-5a3d-11ed-8722-12c40571e072 | InvocationID=98b588a2-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:33:38+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dbd74f0-5a3d-11ed-8722-12c40571e072 | InvocationID=8dbd76f8-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:33:38+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c80b4fc-5a3d-11ed-8722-12c40571e072 | InvocationID=9c80b72c-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:33:57+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b586ea-5a3d-11ed-8722-12c40571e072 | InvocationID=98b588a2-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:33:57+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a161ba-5a3d-11ed-8722-12c40571e072 | InvocationID=a7a163ae-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:33:57+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a161ba-5a3d-11ed-8722-12c40571e072 | InvocationID=a7a163ae-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:33:57+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a161ba-5a3d-11ed-8722-12c40571e072 | InvocationID=a7a163ae-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:34:03+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c80b4fc-5a3d-11ed-8722-12c40571e072 | InvocationID=9c80b72c-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:34:03+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab45ab82-5a3d-11ed-8722-12c40571e072 | InvocationID=ab45ad30-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:34:22+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a161ba-5a3d-11ed-8722-12c40571e072 | InvocationID=a7a163ae-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:34:22+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b68d30fa-5a3d-11ed-8722-12c40571e072 | InvocationID=b68d3352-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:34:22+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b68d30fa-5a3d-11ed-8722-12c40571e072 | InvocationID=b68d3352-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:34:22+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b68d30fa-5a3d-11ed-8722-12c40571e072 | InvocationID=b68d3352-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:34:27+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab45ab82-5a3d-11ed-8722-12c40571e072 | InvocationID=ab45ad30-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:34:27+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba0873ac-5a3d-11ed-8722-12c40571e072 | InvocationID=ba088144-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:34:47+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b68d30fa-5a3d-11ed-8722-12c40571e072 | InvocationID=b68d3352-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:34:47+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c580874c-5a3d-11ed-8722-12c40571e072 | InvocationID=c5808c9c-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:34:47+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c580874c-5a3d-11ed-8722-12c40571e072 | InvocationID=c5808c9c-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:34:47+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c580874c-5a3d-11ed-8722-12c40571e072 | InvocationID=c5808c9c-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:34:52+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba0873ac-5a3d-11ed-8722-12c40571e072 | InvocationID=ba088144-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:34:52+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8cce09e-5a3d-11ed-8722-12c40571e072 | InvocationID=c8cce33c-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:35:12+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c580874c-5a3d-11ed-8722-12c40571e072 | InvocationID=c5808c9c-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:35:12+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46cb352-5a3d-11ed-8722-12c40571e072 | InvocationID=d46cb8a2-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:35:12+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46cb352-5a3d-11ed-8722-12c40571e072 | InvocationID=d46cb8a2-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:35:12+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46cb352-5a3d-11ed-8722-12c40571e072 | InvocationID=d46cb8a2-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:35:17+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8cce09e-5a3d-11ed-8722-12c40571e072 | InvocationID=c8cce33c-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:35:17+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d78f3abe-5a3d-11ed-8722-12c40571e072 | InvocationID=d78f478e-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:35:37+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46cb352-5a3d-11ed-8722-12c40571e072 | InvocationID=d46cb8a2-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:35:37+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3585d80-5a3d-11ed-8722-12c40571e072 | InvocationID=e3585f4c-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:35:37+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3585d80-5a3d-11ed-8722-12c40571e072 | InvocationID=e3585f4c-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:35:37+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3585d80-5a3d-11ed-8722-12c40571e072 | InvocationID=e3585f4c-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:35:42+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d78f3abe-5a3d-11ed-8722-12c40571e072 | InvocationID=d78f478e-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:35:42+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6519074-5a3d-11ed-8722-12c40571e072 | InvocationID=e65192d6-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:36:02+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3585d80-5a3d-11ed-8722-12c40571e072 | InvocationID=e3585f4c-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:36:02+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f243c938-5a3d-11ed-8722-12c40571e072 | InvocationID=f243cb22-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:36:02+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f243c938-5a3d-11ed-8722-12c40571e072 | InvocationID=f243cb22-5a3d-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:02+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f243c938-5a3d-11ed-8722-12c40571e072 | InvocationID=f243cb22-5a3d-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:06+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6519074-5a3d-11ed-8722-12c40571e072 | InvocationID=e65192d6-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:36:06+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f514c978-5a3d-11ed-8722-12c40571e072 | InvocationID=f514cbb2-5a3d-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:36:27+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f243c938-5a3d-11ed-8722-12c40571e072 | InvocationID=f243cb22-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:36:27+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0130a5a6-5a3e-11ed-8722-12c40571e072 | InvocationID=0130a7cc-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:36:27+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0130a5a6-5a3e-11ed-8722-12c40571e072 | InvocationID=0130a7cc-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:27+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0130a5a6-5a3e-11ed-8722-12c40571e072 | InvocationID=0130a7cc-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:31+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f514c978-5a3d-11ed-8722-12c40571e072 | InvocationID=f514cbb2-5a3d-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:36:31+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03d705fc-5a3e-11ed-8722-12c40571e072 | InvocationID=03d707fa-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:36:52+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0130a5a6-5a3e-11ed-8722-12c40571e072 | InvocationID=0130a7cc-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:36:52+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101c68ac-5a3e-11ed-8722-12c40571e072 | InvocationID=101c6a8c-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:36:52+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101c68ac-5a3e-11ed-8722-12c40571e072 | InvocationID=101c6a8c-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:52+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101c68ac-5a3e-11ed-8722-12c40571e072 | InvocationID=101c6a8c-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:36:56+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03d705fc-5a3e-11ed-8722-12c40571e072 | InvocationID=03d707fa-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:36:56+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=129a93ba-5a3e-11ed-8722-12c40571e072 | InvocationID=129a95ae-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:37:17+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101c68ac-5a3e-11ed-8722-12c40571e072 | InvocationID=101c6a8c-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:37:17+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f09ae74-5a3e-11ed-8722-12c40571e072 | InvocationID=1f09b054-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:37:17+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f09ae74-5a3e-11ed-8722-12c40571e072 | InvocationID=1f09b054-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:37:17+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f09ae74-5a3e-11ed-8722-12c40571e072 | InvocationID=1f09b054-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:37:21+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=129a93ba-5a3e-11ed-8722-12c40571e072 | InvocationID=129a95ae-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:37:21+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=215ca168-5a3e-11ed-8722-12c40571e072 | InvocationID=215ca3fc-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:37:42+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f09ae74-5a3e-11ed-8722-12c40571e072 | InvocationID=1f09b054-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:37:42+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df5d6ec-5a3e-11ed-8722-12c40571e072 | InvocationID=2df5daa2-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:37:42+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df5d6ec-5a3e-11ed-8722-12c40571e072 | InvocationID=2df5daa2-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:37:42+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2df5d6ec-5a3e-11ed-8722-12c40571e072 | InvocationID=2df5daa2-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:37:46+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=215ca168-5a3e-11ed-8722-12c40571e072 | InvocationID=215ca3fc-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:37:46+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=301fb82a-5a3e-11ed-8722-12c40571e072 | InvocationID=301fbac8-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:38:07+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2df5d6ec-5a3e-11ed-8722-12c40571e072 | InvocationID=2df5daa2-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:38:07+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ce15424-5a3e-11ed-8722-12c40571e072 | InvocationID=3ce1567c-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:38:07+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ce15424-5a3e-11ed-8722-12c40571e072 | InvocationID=3ce1567c-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:38:07+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ce15424-5a3e-11ed-8722-12c40571e072 | InvocationID=3ce1567c-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:38:10+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=301fb82a-5a3e-11ed-8722-12c40571e072 | InvocationID=301fbac8-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:38:10+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee1e13a-5a3e-11ed-8722-12c40571e072 | InvocationID=3ee1e37e-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:38:32+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ce15424-5a3e-11ed-8722-12c40571e072 | InvocationID=3ce1567c-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:38:32+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bccd4f4-5a3e-11ed-8722-12c40571e072 | InvocationID=4bccd6b6-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:38:32+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bccd4f4-5a3e-11ed-8722-12c40571e072 | InvocationID=4bccd6b6-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:38:32+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bccd4f4-5a3e-11ed-8722-12c40571e072 | InvocationID=4bccd6b6-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:38:35+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee1e13a-5a3e-11ed-8722-12c40571e072 | InvocationID=3ee1e37e-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:38:35+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da5e70c-5a3e-11ed-8722-12c40571e072 | InvocationID=4da5e8ec-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:38:57+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bccd4f4-5a3e-11ed-8722-12c40571e072 | InvocationID=4bccd6b6-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:38:57+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab867b2-5a3e-11ed-8722-12c40571e072 | InvocationID=5ab86974-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:38:57+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab867b2-5a3e-11ed-8722-12c40571e072 | InvocationID=5ab86974-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:38:57+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ab867b2-5a3e-11ed-8722-12c40571e072 | InvocationID=5ab86974-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:39:00+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4da5e70c-5a3e-11ed-8722-12c40571e072 | InvocationID=4da5e8ec-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:39:00+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c6895e6-5a3e-11ed-8722-12c40571e072 | InvocationID=5c68994c-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:39:22+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ab867b2-5a3e-11ed-8722-12c40571e072 | InvocationID=5ab86974-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:39:22+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a6061c-5a3e-11ed-8722-12c40571e072 | InvocationID=69a610f8-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:39:22+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a6061c-5a3e-11ed-8722-12c40571e072 | InvocationID=69a610f8-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:39:22+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69a6061c-5a3e-11ed-8722-12c40571e072 | InvocationID=69a610f8-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:39:25+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c6895e6-5a3e-11ed-8722-12c40571e072 | InvocationID=5c68994c-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:39:25+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2a63ca-5a3e-11ed-8722-12c40571e072 | InvocationID=6b2a65fa-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:39:47+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69a6061c-5a3e-11ed-8722-12c40571e072 | InvocationID=69a610f8-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:39:47+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7891c13e-5a3e-11ed-8722-12c40571e072 | InvocationID=7891c364-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:39:47+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7891c13e-5a3e-11ed-8722-12c40571e072 | InvocationID=7891c364-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:39:47+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7891c13e-5a3e-11ed-8722-12c40571e072 | InvocationID=7891c364-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:39:49+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b2a63ca-5a3e-11ed-8722-12c40571e072 | InvocationID=6b2a65fa-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:39:49+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ed5368-5a3e-11ed-8722-12c40571e072 | InvocationID=79ed550c-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:40:12+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7891c13e-5a3e-11ed-8722-12c40571e072 | InvocationID=7891c364-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:40:12+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=877d30a2-5a3e-11ed-8722-12c40571e072 | InvocationID=877d3336-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:40:12+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=877d30a2-5a3e-11ed-8722-12c40571e072 | InvocationID=877d3336-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:40:12+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=877d30a2-5a3e-11ed-8722-12c40571e072 | InvocationID=877d3336-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:40:14+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79ed5368-5a3e-11ed-8722-12c40571e072 | InvocationID=79ed550c-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:40:14+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b471c4-5a3e-11ed-8722-12c40571e072 | InvocationID=88b473ea-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:40:37+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=877d30a2-5a3e-11ed-8722-12c40571e072 | InvocationID=877d3336-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:40:37+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966b5698-5a3e-11ed-8722-12c40571e072 | InvocationID=966b5864-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:40:37+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966b5698-5a3e-11ed-8722-12c40571e072 | InvocationID=966b5864-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:40:37+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=966b5698-5a3e-11ed-8722-12c40571e072 | InvocationID=966b5864-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:40:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88b471c4-5a3e-11ed-8722-12c40571e072 | InvocationID=88b473ea-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:40:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=977694f8-5a3e-11ed-8722-12c40571e072 | InvocationID=977696b0-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:41:02+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=966b5698-5a3e-11ed-8722-12c40571e072 | InvocationID=966b5864-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:41:02+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a556d8f8-5a3e-11ed-8722-12c40571e072 | InvocationID=a556dbfa-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:41:02+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a556d8f8-5a3e-11ed-8722-12c40571e072 | InvocationID=a556dbfa-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:02+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a556d8f8-5a3e-11ed-8722-12c40571e072 | InvocationID=a556dbfa-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:04+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=977694f8-5a3e-11ed-8722-12c40571e072 | InvocationID=977696b0-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:41:04+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a638ab3e-5a3e-11ed-8722-12c40571e072 | InvocationID=a638ad50-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:41:27+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a556d8f8-5a3e-11ed-8722-12c40571e072 | InvocationID=a556dbfa-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:41:27+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b44215d0-5a3e-11ed-8722-12c40571e072 | InvocationID=b4421800-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:41:27+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b44215d0-5a3e-11ed-8722-12c40571e072 | InvocationID=b4421800-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:27+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b44215d0-5a3e-11ed-8722-12c40571e072 | InvocationID=b4421800-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:28+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a638ab3e-5a3e-11ed-8722-12c40571e072 | InvocationID=a638ad50-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:41:28+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4facada-5a3e-11ed-8722-12c40571e072 | InvocationID=b4facc7e-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:41:52+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b44215d0-5a3e-11ed-8722-12c40571e072 | InvocationID=b4421800-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:41:52+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c32ef0ea-5a3e-11ed-8722-12c40571e072 | InvocationID=c32ef342-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:41:52+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c32ef0ea-5a3e-11ed-8722-12c40571e072 | InvocationID=c32ef342-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:52+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c32ef0ea-5a3e-11ed-8722-12c40571e072 | InvocationID=c32ef342-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:41:53+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4facada-5a3e-11ed-8722-12c40571e072 | InvocationID=b4facc7e-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:41:53+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3bd9c00-5a3e-11ed-8722-12c40571e072 | InvocationID=c3bd9dd6-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:42:17+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c32ef0ea-5a3e-11ed-8722-12c40571e072 | InvocationID=c32ef342-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:42:17+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21abac6-5a3e-11ed-8722-12c40571e072 | InvocationID=d21abc92-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:42:17+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21abac6-5a3e-11ed-8722-12c40571e072 | InvocationID=d21abc92-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:42:17+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21abac6-5a3e-11ed-8722-12c40571e072 | InvocationID=d21abc92-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:42:18+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3bd9c00-5a3e-11ed-8722-12c40571e072 | InvocationID=c3bd9dd6-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:42:18+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d27f6426-5a3e-11ed-8722-12c40571e072 | InvocationID=d27f65de-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:42:42+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21abac6-5a3e-11ed-8722-12c40571e072 | InvocationID=d21abc92-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:42:42+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e106c908-5a3e-11ed-8722-12c40571e072 | InvocationID=e106cad4-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:42:42+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e106c908-5a3e-11ed-8722-12c40571e072 | InvocationID=e106cad4-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:42:42+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e106c908-5a3e-11ed-8722-12c40571e072 | InvocationID=e106cad4-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:42:43+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d27f6426-5a3e-11ed-8722-12c40571e072 | InvocationID=d27f65de-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:42:43+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1436034-5a3e-11ed-8722-12c40571e072 | InvocationID=e1436264-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:43:07+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e106c908-5a3e-11ed-8722-12c40571e072 | InvocationID=e106cad4-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:43:07+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eff23420-5a3e-11ed-8722-12c40571e072 | InvocationID=eff236fa-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:43:07+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eff23420-5a3e-11ed-8722-12c40571e072 | InvocationID=eff236fa-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:43:07+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eff23420-5a3e-11ed-8722-12c40571e072 | InvocationID=eff236fa-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:43:07+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1436034-5a3e-11ed-8722-12c40571e072 | InvocationID=e1436264-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:43:07+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f005143c-5a3e-11ed-8722-12c40571e072 | InvocationID=f005166c-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:43:32+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f005143c-5a3e-11ed-8722-12c40571e072 | InvocationID=f005166c-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:43:32+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fec75034-5a3e-11ed-8722-12c40571e072 | InvocationID=fec75354-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:43:32+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eff23420-5a3e-11ed-8722-12c40571e072 | InvocationID=eff236fa-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:43:32+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fede1dc8-5a3e-11ed-8722-12c40571e072 | InvocationID=fede1f94-5a3e-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:43:32+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fede1dc8-5a3e-11ed-8722-12c40571e072 | InvocationID=fede1f94-5a3e-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:43:32+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fede1dc8-5a3e-11ed-8722-12c40571e072 | InvocationID=fede1f94-5a3e-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:43:57+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fec75034-5a3e-11ed-8722-12c40571e072 | InvocationID=fec75354-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:43:57+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d898344-5a3f-11ed-8722-12c40571e072 | InvocationID=0d89883a-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:43:57+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fede1dc8-5a3e-11ed-8722-12c40571e072 | InvocationID=fede1f94-5a3e-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:43:57+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc9b324-5a3f-11ed-8722-12c40571e072 | InvocationID=0dc9b5ae-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:43:57+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc9b324-5a3f-11ed-8722-12c40571e072 | InvocationID=0dc9b5ae-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:43:57+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc9b324-5a3f-11ed-8722-12c40571e072 | InvocationID=0dc9b5ae-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:44:22+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d898344-5a3f-11ed-8722-12c40571e072 | InvocationID=0d89883a-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:44:22+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4bf038-5a3f-11ed-8722-12c40571e072 | InvocationID=1c4bf20e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:44:22+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc9b324-5a3f-11ed-8722-12c40571e072 | InvocationID=0dc9b5ae-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:44:22+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb73208-5a3f-11ed-8722-12c40571e072 | InvocationID=1cb7347e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:44:22+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb73208-5a3f-11ed-8722-12c40571e072 | InvocationID=1cb7347e-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:44:22+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb73208-5a3f-11ed-8722-12c40571e072 | InvocationID=1cb7347e-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:44:47+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c4bf038-5a3f-11ed-8722-12c40571e072 | InvocationID=1c4bf20e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:44:47+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1845d0-5a3f-11ed-8722-12c40571e072 | InvocationID=2b1847ba-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:44:47+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb73208-5a3f-11ed-8722-12c40571e072 | InvocationID=1cb7347e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:44:47+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba2a8ba-5a3f-11ed-8722-12c40571e072 | InvocationID=2ba2ab9e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:44:48+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba2a8ba-5a3f-11ed-8722-12c40571e072 | InvocationID=2ba2ab9e-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:44:48+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba2a8ba-5a3f-11ed-8722-12c40571e072 | InvocationID=2ba2ab9e-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:45:11+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b1845d0-5a3f-11ed-8722-12c40571e072 | InvocationID=2b1847ba-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:45:11+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39da302e-5a3f-11ed-8722-12c40571e072 | InvocationID=39da3d12-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:45:13+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba2a8ba-5a3f-11ed-8722-12c40571e072 | InvocationID=2ba2ab9e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:45:13+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8eb300-5a3f-11ed-8722-12c40571e072 | InvocationID=3a8eb4c2-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:45:13+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8eb300-5a3f-11ed-8722-12c40571e072 | InvocationID=3a8eb4c2-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:45:13+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8eb300-5a3f-11ed-8722-12c40571e072 | InvocationID=3a8eb4c2-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:45:36+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39da302e-5a3f-11ed-8722-12c40571e072 | InvocationID=39da3d12-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:45:36+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=489d038e-5a3f-11ed-8722-12c40571e072 | InvocationID=489d0816-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:45:38+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8eb300-5a3f-11ed-8722-12c40571e072 | InvocationID=3a8eb4c2-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:45:38+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49798e4e-5a3f-11ed-8722-12c40571e072 | InvocationID=497990d8-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:45:38+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49798e4e-5a3f-11ed-8722-12c40571e072 | InvocationID=497990d8-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:45:38+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49798e4e-5a3f-11ed-8722-12c40571e072 | InvocationID=497990d8-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:01+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=489d038e-5a3f-11ed-8722-12c40571e072 | InvocationID=489d0816-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:46:01+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57626508-5a3f-11ed-8722-12c40571e072 | InvocationID=576268f0-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:46:03+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49798e4e-5a3f-11ed-8722-12c40571e072 | InvocationID=497990d8-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:46:03+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5864d6a2-5a3f-11ed-8722-12c40571e072 | InvocationID=5864d90e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:46:03+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5864d6a2-5a3f-11ed-8722-12c40571e072 | InvocationID=5864d90e-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:03+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5864d6a2-5a3f-11ed-8722-12c40571e072 | InvocationID=5864d90e-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:26+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57626508-5a3f-11ed-8722-12c40571e072 | InvocationID=576268f0-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:46:26+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662696b8-5a3f-11ed-8722-12c40571e072 | InvocationID=6626997e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:46:28+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5864d6a2-5a3f-11ed-8722-12c40571e072 | InvocationID=5864d90e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:46:28+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67500416-5a3f-11ed-8722-12c40571e072 | InvocationID=675005d8-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:46:28+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67500416-5a3f-11ed-8722-12c40571e072 | InvocationID=675005d8-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:28+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67500416-5a3f-11ed-8722-12c40571e072 | InvocationID=675005d8-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:50+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=662696b8-5a3f-11ed-8722-12c40571e072 | InvocationID=6626997e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:46:50+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e9fb72-5a3f-11ed-8722-12c40571e072 | InvocationID=74e9fdca-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:46:53+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67500416-5a3f-11ed-8722-12c40571e072 | InvocationID=675005d8-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:46:53+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763b1236-5a3f-11ed-8722-12c40571e072 | InvocationID=763b142a-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:46:53+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763b1236-5a3f-11ed-8722-12c40571e072 | InvocationID=763b142a-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:46:53+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763b1236-5a3f-11ed-8722-12c40571e072 | InvocationID=763b142a-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:47:15+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e9fb72-5a3f-11ed-8722-12c40571e072 | InvocationID=74e9fdca-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:47:15+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ab9760-5a3f-11ed-8722-12c40571e072 | InvocationID=83ab9986-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:47:18+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763b1236-5a3f-11ed-8722-12c40571e072 | InvocationID=763b142a-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:47:18+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852619b2-5a3f-11ed-8722-12c40571e072 | InvocationID=85261b74-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:47:18+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852619b2-5a3f-11ed-8722-12c40571e072 | InvocationID=85261b74-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:47:18+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852619b2-5a3f-11ed-8722-12c40571e072 | InvocationID=85261b74-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:47:40+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ab9760-5a3f-11ed-8722-12c40571e072 | InvocationID=83ab9986-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:47:40+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926f18e4-5a3f-11ed-8722-12c40571e072 | InvocationID=926f23c0-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:47:43+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852619b2-5a3f-11ed-8722-12c40571e072 | InvocationID=85261b74-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:47:43+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94117f48-5a3f-11ed-8722-12c40571e072 | InvocationID=941180e2-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:47:43+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94117f48-5a3f-11ed-8722-12c40571e072 | InvocationID=941180e2-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:47:43+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94117f48-5a3f-11ed-8722-12c40571e072 | InvocationID=941180e2-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:05+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=926f18e4-5a3f-11ed-8722-12c40571e072 | InvocationID=926f23c0-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:48:05+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1317408-5a3f-11ed-8722-12c40571e072 | InvocationID=a1317638-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:48:08+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94117f48-5a3f-11ed-8722-12c40571e072 | InvocationID=941180e2-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:48:08+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2fc96be-5a3f-11ed-8722-12c40571e072 | InvocationID=a2fc9894-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:48:08+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2fc96be-5a3f-11ed-8722-12c40571e072 | InvocationID=a2fc9894-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:08+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2fc96be-5a3f-11ed-8722-12c40571e072 | InvocationID=a2fc9894-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:29+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1317408-5a3f-11ed-8722-12c40571e072 | InvocationID=a1317638-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:48:29+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff52854-5a3f-11ed-8722-12c40571e072 | InvocationID=aff52c78-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:48:33+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2fc96be-5a3f-11ed-8722-12c40571e072 | InvocationID=a2fc9894-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:48:33+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e84182-5a3f-11ed-8722-12c40571e072 | InvocationID=b1e8466e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:48:33+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e84182-5a3f-11ed-8722-12c40571e072 | InvocationID=b1e8466e-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:33+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e84182-5a3f-11ed-8722-12c40571e072 | InvocationID=b1e8466e-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:54+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aff52854-5a3f-11ed-8722-12c40571e072 | InvocationID=aff52c78-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:48:54+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beba940a-5a3f-11ed-8722-12c40571e072 | InvocationID=beba963a-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:48:58+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e84182-5a3f-11ed-8722-12c40571e072 | InvocationID=b1e8466e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:48:58+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d331ca-5a3f-11ed-8722-12c40571e072 | InvocationID=c0d3344a-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:48:58+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d331ca-5a3f-11ed-8722-12c40571e072 | InvocationID=c0d3344a-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:48:58+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d331ca-5a3f-11ed-8722-12c40571e072 | InvocationID=c0d3344a-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:49:19+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beba940a-5a3f-11ed-8722-12c40571e072 | InvocationID=beba963a-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:49:19+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd802b44-5a3f-11ed-8722-12c40571e072 | InvocationID=cd802d42-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:49:23+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d331ca-5a3f-11ed-8722-12c40571e072 | InvocationID=c0d3344a-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:49:23+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfbe9260-5a3f-11ed-8722-12c40571e072 | InvocationID=cfbe94a4-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:49:23+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfbe9260-5a3f-11ed-8722-12c40571e072 | InvocationID=cfbe94a4-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:49:23+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfbe9260-5a3f-11ed-8722-12c40571e072 | InvocationID=cfbe94a4-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:49:44+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd802b44-5a3f-11ed-8722-12c40571e072 | InvocationID=cd802d42-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:49:44+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc445920-5a3f-11ed-8722-12c40571e072 | InvocationID=dc445b1e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:49:48+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfbe9260-5a3f-11ed-8722-12c40571e072 | InvocationID=cfbe94a4-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:49:48+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deab9610-5a3f-11ed-8722-12c40571e072 | InvocationID=deab97c8-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:49:48+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deab9610-5a3f-11ed-8722-12c40571e072 | InvocationID=deab97c8-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:49:48+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deab9610-5a3f-11ed-8722-12c40571e072 | InvocationID=deab97c8-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:50:09+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc445920-5a3f-11ed-8722-12c40571e072 | InvocationID=dc445b1e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:50:09+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb05cf16-5a3f-11ed-8722-12c40571e072 | InvocationID=eb05d0d8-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:50:13+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deab9610-5a3f-11ed-8722-12c40571e072 | InvocationID=deab97c8-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:50:13+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed96695c-5a3f-11ed-8722-12c40571e072 | InvocationID=ed966bb4-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:50:13+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed96695c-5a3f-11ed-8722-12c40571e072 | InvocationID=ed966bb4-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:50:13+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed96695c-5a3f-11ed-8722-12c40571e072 | InvocationID=ed966bb4-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:50:33+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb05cf16-5a3f-11ed-8722-12c40571e072 | InvocationID=eb05d0d8-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:50:33+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9cacfc4-5a3f-11ed-8722-12c40571e072 | InvocationID=f9cad97e-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:50:38+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed96695c-5a3f-11ed-8722-12c40571e072 | InvocationID=ed966bb4-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:50:38+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc8174f2-5a3f-11ed-8722-12c40571e072 | InvocationID=fc8177d6-5a3f-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:50:38+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc8174f2-5a3f-11ed-8722-12c40571e072 | InvocationID=fc8177d6-5a3f-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:50:38+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc8174f2-5a3f-11ed-8722-12c40571e072 | InvocationID=fc8177d6-5a3f-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:50:58+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9cacfc4-5a3f-11ed-8722-12c40571e072 | InvocationID=f9cad97e-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:50:58+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088fa2a0-5a40-11ed-8722-12c40571e072 | InvocationID=088fa4c6-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:51:03+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc8174f2-5a3f-11ed-8722-12c40571e072 | InvocationID=fc8177d6-5a3f-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:51:03+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6e7a96-5a40-11ed-8722-12c40571e072 | InvocationID=0b6e7c6c-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:51:03+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6e7a96-5a40-11ed-8722-12c40571e072 | InvocationID=0b6e7c6c-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:51:03+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6e7a96-5a40-11ed-8722-12c40571e072 | InvocationID=0b6e7c6c-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:51:23+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=088fa2a0-5a40-11ed-8722-12c40571e072 | InvocationID=088fa4c6-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:51:23+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17551d7e-5a40-11ed-8722-12c40571e072 | InvocationID=175520bc-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:51:28+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6e7a96-5a40-11ed-8722-12c40571e072 | InvocationID=0b6e7c6c-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:51:28+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5b49b2-5a40-11ed-8722-12c40571e072 | InvocationID=1a5b4bec-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:51:28+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5b49b2-5a40-11ed-8722-12c40571e072 | InvocationID=1a5b4bec-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:51:28+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a5b49b2-5a40-11ed-8722-12c40571e072 | InvocationID=1a5b4bec-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:51:48+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17551d7e-5a40-11ed-8722-12c40571e072 | InvocationID=175520bc-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:51:48+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2617a160-5a40-11ed-8722-12c40571e072 | InvocationID=2617a3d6-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:51:53+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a5b49b2-5a40-11ed-8722-12c40571e072 | InvocationID=1a5b4bec-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:51:53+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2946fbd8-5a40-11ed-8722-12c40571e072 | InvocationID=2946fda4-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:51:53+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2946fbd8-5a40-11ed-8722-12c40571e072 | InvocationID=2946fda4-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:51:53+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2946fbd8-5a40-11ed-8722-12c40571e072 | InvocationID=2946fda4-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:52:12+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2617a160-5a40-11ed-8722-12c40571e072 | InvocationID=2617a3d6-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:52:12+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d92020-5a40-11ed-8722-12c40571e072 | InvocationID=34d921f6-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:52:18+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2946fbd8-5a40-11ed-8722-12c40571e072 | InvocationID=2946fda4-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:52:18+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38327852-5a40-11ed-8722-12c40571e072 | InvocationID=38327b22-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:52:18+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38327852-5a40-11ed-8722-12c40571e072 | InvocationID=38327b22-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:52:18+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38327852-5a40-11ed-8722-12c40571e072 | InvocationID=38327b22-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:52:37+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d92020-5a40-11ed-8722-12c40571e072 | InvocationID=34d921f6-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:52:37+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439c0726-5a40-11ed-8722-12c40571e072 | InvocationID=439c097e-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:52:43+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38327852-5a40-11ed-8722-12c40571e072 | InvocationID=38327b22-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:52:43+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=471d5bb6-5a40-11ed-8722-12c40571e072 | InvocationID=471d5d82-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:52:43+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=471d5bb6-5a40-11ed-8722-12c40571e072 | InvocationID=471d5d82-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:52:43+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=471d5bb6-5a40-11ed-8722-12c40571e072 | InvocationID=471d5d82-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:02+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439c0726-5a40-11ed-8722-12c40571e072 | InvocationID=439c097e-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:53:02+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525f621c-5a40-11ed-8722-12c40571e072 | InvocationID=525f64b0-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:53:08+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=471d5bb6-5a40-11ed-8722-12c40571e072 | InvocationID=471d5d82-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:53:08+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=560871a6-5a40-11ed-8722-12c40571e072 | InvocationID=56087426-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:53:08+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=560871a6-5a40-11ed-8722-12c40571e072 | InvocationID=56087426-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:08+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=560871a6-5a40-11ed-8722-12c40571e072 | InvocationID=56087426-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:27+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=525f621c-5a40-11ed-8722-12c40571e072 | InvocationID=525f64b0-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:53:27+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6122584a-5a40-11ed-8722-12c40571e072 | InvocationID=61225a16-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:53:33+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=560871a6-5a40-11ed-8722-12c40571e072 | InvocationID=56087426-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:53:33+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f66150-5a40-11ed-8722-12c40571e072 | InvocationID=64f66308-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:53:33+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f66150-5a40-11ed-8722-12c40571e072 | InvocationID=64f66308-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:33+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64f66150-5a40-11ed-8722-12c40571e072 | InvocationID=64f66308-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:52+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6122584a-5a40-11ed-8722-12c40571e072 | InvocationID=61225a16-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:53:52+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe57f2e-5a40-11ed-8722-12c40571e072 | InvocationID=6fe58104-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:53:58+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64f66150-5a40-11ed-8722-12c40571e072 | InvocationID=64f66308-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:53:58+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73e28810-5a40-11ed-8722-12c40571e072 | InvocationID=73e289be-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:53:58+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73e28810-5a40-11ed-8722-12c40571e072 | InvocationID=73e289be-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:53:58+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73e28810-5a40-11ed-8722-12c40571e072 | InvocationID=73e289be-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:54:16+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fe57f2e-5a40-11ed-8722-12c40571e072 | InvocationID=6fe58104-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:54:16+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea86580-5a40-11ed-8722-12c40571e072 | InvocationID=7ea86878-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:54:23+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73e28810-5a40-11ed-8722-12c40571e072 | InvocationID=73e289be-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:54:23+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82d1a932-5a40-11ed-8722-12c40571e072 | InvocationID=82d1ab9e-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:54:23+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82d1a932-5a40-11ed-8722-12c40571e072 | InvocationID=82d1ab9e-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:54:23+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82d1a932-5a40-11ed-8722-12c40571e072 | InvocationID=82d1ab9e-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:54:41+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ea86580-5a40-11ed-8722-12c40571e072 | InvocationID=7ea86878-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:54:41+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d6c2066-5a40-11ed-8722-12c40571e072 | InvocationID=8d6c2296-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:54:48+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82d1a932-5a40-11ed-8722-12c40571e072 | InvocationID=82d1ab9e-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:54:48+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c58814-5a40-11ed-8722-12c40571e072 | InvocationID=91c58a26-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:54:48+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c58814-5a40-11ed-8722-12c40571e072 | InvocationID=91c58a26-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:54:48+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c58814-5a40-11ed-8722-12c40571e072 | InvocationID=91c58a26-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:55:06+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d6c2066-5a40-11ed-8722-12c40571e072 | InvocationID=8d6c2296-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:55:06+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2e9e3a-5a40-11ed-8722-12c40571e072 | InvocationID=9c2ea010-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:55:13+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c58814-5a40-11ed-8722-12c40571e072 | InvocationID=91c58a26-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:55:13+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b10718-5a40-11ed-8722-12c40571e072 | InvocationID=a0b108f8-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:55:13+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b10718-5a40-11ed-8722-12c40571e072 | InvocationID=a0b108f8-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:55:13+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b10718-5a40-11ed-8722-12c40571e072 | InvocationID=a0b108f8-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:55:31+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c2e9e3a-5a40-11ed-8722-12c40571e072 | InvocationID=9c2ea010-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:55:31+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf1afde-5a40-11ed-8722-12c40571e072 | InvocationID=aaf1b222-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:55:38+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b10718-5a40-11ed-8722-12c40571e072 | InvocationID=a0b108f8-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:55:38+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af9be93c-5a40-11ed-8722-12c40571e072 | InvocationID=af9beb8a-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:55:38+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af9be93c-5a40-11ed-8722-12c40571e072 | InvocationID=af9beb8a-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:55:38+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af9be93c-5a40-11ed-8722-12c40571e072 | InvocationID=af9beb8a-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:55:55+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf1afde-5a40-11ed-8722-12c40571e072 | InvocationID=aaf1b222-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:55:55+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9b44dc4-5a40-11ed-8722-12c40571e072 | InvocationID=b9b44f9a-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:56:03+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af9be93c-5a40-11ed-8722-12c40571e072 | InvocationID=af9beb8a-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:56:03+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be86fc16-5a40-11ed-8722-12c40571e072 | InvocationID=be86fdec-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:56:03+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be86fc16-5a40-11ed-8722-12c40571e072 | InvocationID=be86fdec-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:56:03+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be86fc16-5a40-11ed-8722-12c40571e072 | InvocationID=be86fdec-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:56:20+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9b44dc4-5a40-11ed-8722-12c40571e072 | InvocationID=b9b44f9a-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:56:20+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c875c77a-5a40-11ed-8722-12c40571e072 | InvocationID=c875c964-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:56:28+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be86fc16-5a40-11ed-8722-12c40571e072 | InvocationID=be86fdec-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:56:28+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd726b70-5a40-11ed-8722-12c40571e072 | InvocationID=cd72719c-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:56:28+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd726b70-5a40-11ed-8722-12c40571e072 | InvocationID=cd72719c-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:56:28+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd726b70-5a40-11ed-8722-12c40571e072 | InvocationID=cd72719c-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:56:45+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c875c77a-5a40-11ed-8722-12c40571e072 | InvocationID=c875c964-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:56:45+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d73812b8-5a40-11ed-8722-12c40571e072 | InvocationID=d73815ec-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:56:53+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd726b70-5a40-11ed-8722-12c40571e072 | InvocationID=cd72719c-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:56:53+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5de9de-5a40-11ed-8722-12c40571e072 | InvocationID=dc5deba0-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:56:54+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5de9de-5a40-11ed-8722-12c40571e072 | InvocationID=dc5deba0-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:56:54+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5de9de-5a40-11ed-8722-12c40571e072 | InvocationID=dc5deba0-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:57:10+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d73812b8-5a40-11ed-8722-12c40571e072 | InvocationID=d73815ec-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:57:10+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f9ed8a-5a40-11ed-8722-12c40571e072 | InvocationID=e5f9f12c-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:57:19+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5de9de-5a40-11ed-8722-12c40571e072 | InvocationID=dc5deba0-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:57:19+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb496f7c-5a40-11ed-8722-12c40571e072 | InvocationID=eb497134-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:57:19+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb496f7c-5a40-11ed-8722-12c40571e072 | InvocationID=eb497134-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:57:19+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb496f7c-5a40-11ed-8722-12c40571e072 | InvocationID=eb497134-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:57:34+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5f9ed8a-5a40-11ed-8722-12c40571e072 | InvocationID=e5f9f12c-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:57:34+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4bbfa66-5a40-11ed-8722-12c40571e072 | InvocationID=f4bbfd18-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:57:44+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb496f7c-5a40-11ed-8722-12c40571e072 | InvocationID=eb497134-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:57:44+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa35e3e4-5a40-11ed-8722-12c40571e072 | InvocationID=fa35e650-5a40-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:57:44+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa35e3e4-5a40-11ed-8722-12c40571e072 | InvocationID=fa35e650-5a40-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:57:44+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa35e3e4-5a40-11ed-8722-12c40571e072 | InvocationID=fa35e650-5a40-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:57:59+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4bbfa66-5a40-11ed-8722-12c40571e072 | InvocationID=f4bbfd18-5a40-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:57:59+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0380ba3c-5a41-11ed-8722-12c40571e072 | InvocationID=0380bc30-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:58:09+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa35e3e4-5a40-11ed-8722-12c40571e072 | InvocationID=fa35e650-5a40-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:58:09+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0920e23c-5a41-11ed-8722-12c40571e072 | InvocationID=0920e444-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:58:09+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0920e23c-5a41-11ed-8722-12c40571e072 | InvocationID=0920e444-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:58:09+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0920e23c-5a41-11ed-8722-12c40571e072 | InvocationID=0920e444-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:58:24+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0380ba3c-5a41-11ed-8722-12c40571e072 | InvocationID=0380bc30-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:58:24+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1242d758-5a41-11ed-8722-12c40571e072 | InvocationID=1242d942-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:58:34+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0920e23c-5a41-11ed-8722-12c40571e072 | InvocationID=0920e444-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:58:34+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180db4e6-5a41-11ed-8722-12c40571e072 | InvocationID=180db770-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:58:34+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180db4e6-5a41-11ed-8722-12c40571e072 | InvocationID=180db770-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:58:34+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180db4e6-5a41-11ed-8722-12c40571e072 | InvocationID=180db770-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:58:49+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1242d758-5a41-11ed-8722-12c40571e072 | InvocationID=1242d942-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:58:49+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2104b1d0-5a41-11ed-8722-12c40571e072 | InvocationID=2104b37e-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:58:59+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180db4e6-5a41-11ed-8722-12c40571e072 | InvocationID=180db770-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:58:59+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f908a2-5a41-11ed-8722-12c40571e072 | InvocationID=26f90af0-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:58:59+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f908a2-5a41-11ed-8722-12c40571e072 | InvocationID=26f90af0-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:58:59+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f908a2-5a41-11ed-8722-12c40571e072 | InvocationID=26f90af0-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:59:13+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2104b1d0-5a41-11ed-8722-12c40571e072 | InvocationID=2104b37e-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:59:13+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc673ac-5a41-11ed-8722-12c40571e072 | InvocationID=2fc675c8-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:59:24+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f908a2-5a41-11ed-8722-12c40571e072 | InvocationID=26f90af0-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:59:24+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e4180c-5a41-11ed-8722-12c40571e072 | InvocationID=35e41ac8-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:59:24+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e4180c-5a41-11ed-8722-12c40571e072 | InvocationID=35e41ac8-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:59:24+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e4180c-5a41-11ed-8722-12c40571e072 | InvocationID=35e41ac8-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:59:38+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fc673ac-5a41-11ed-8722-12c40571e072 | InvocationID=2fc675c8-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-01T23:59:38+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e89e5ea-5a41-11ed-8722-12c40571e072 | InvocationID=3e89e7b6-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-01T23:59:49+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e4180c-5a41-11ed-8722-12c40571e072 | InvocationID=35e41ac8-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-01T23:59:49+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cf93be-5a41-11ed-8722-12c40571e072 | InvocationID=44cf9544-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-01T23:59:49+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cf93be-5a41-11ed-8722-12c40571e072 | InvocationID=44cf9544-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-01T23:59:49+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cf93be-5a41-11ed-8722-12c40571e072 | InvocationID=44cf9544-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:00:03+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e89e5ea-5a41-11ed-8722-12c40571e072 | InvocationID=3e89e7b6-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:00:03+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4ad74c-5a41-11ed-8722-12c40571e072 | InvocationID=4d4ada62-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:00:14+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cf93be-5a41-11ed-8722-12c40571e072 | InvocationID=44cf9544-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:00:14+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53ba8af0-5a41-11ed-8722-12c40571e072 | InvocationID=53ba8cbc-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:00:14+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53ba8af0-5a41-11ed-8722-12c40571e072 | InvocationID=53ba8cbc-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:00:14+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53ba8af0-5a41-11ed-8722-12c40571e072 | InvocationID=53ba8cbc-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:00:28+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d4ad74c-5a41-11ed-8722-12c40571e072 | InvocationID=4d4ada62-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:00:28+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0fc292-5a41-11ed-8722-12c40571e072 | InvocationID=5c0fc6d4-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:00:39+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53ba8af0-5a41-11ed-8722-12c40571e072 | InvocationID=53ba8cbc-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:00:39+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a81668-5a41-11ed-8722-12c40571e072 | InvocationID=62a8183e-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:00:39+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a81668-5a41-11ed-8722-12c40571e072 | InvocationID=62a8183e-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:00:39+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a81668-5a41-11ed-8722-12c40571e072 | InvocationID=62a8183e-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:00:52+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c0fc292-5a41-11ed-8722-12c40571e072 | InvocationID=5c0fc6d4-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:00:52+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad30e7e-5a41-11ed-8722-12c40571e072 | InvocationID=6ad31054-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:01:04+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a81668-5a41-11ed-8722-12c40571e072 | InvocationID=62a8183e-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:01:04+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71932118-5a41-11ed-8722-12c40571e072 | InvocationID=719322a8-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:01:04+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71932118-5a41-11ed-8722-12c40571e072 | InvocationID=719322a8-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:01:04+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71932118-5a41-11ed-8722-12c40571e072 | InvocationID=719322a8-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:01:17+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ad30e7e-5a41-11ed-8722-12c40571e072 | InvocationID=6ad31054-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:01:17+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79961a78-5a41-11ed-8722-12c40571e072 | InvocationID=799623ba-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:01:29+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71932118-5a41-11ed-8722-12c40571e072 | InvocationID=719322a8-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:01:29+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807eae9a-5a41-11ed-8722-12c40571e072 | InvocationID=807eb05c-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:01:29+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807eae9a-5a41-11ed-8722-12c40571e072 | InvocationID=807eb05c-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:01:29+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807eae9a-5a41-11ed-8722-12c40571e072 | InvocationID=807eb05c-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:01:42+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79961a78-5a41-11ed-8722-12c40571e072 | InvocationID=799623ba-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:01:42+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88584176-5a41-11ed-8722-12c40571e072 | InvocationID=88584356-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:01:54+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807eae9a-5a41-11ed-8722-12c40571e072 | InvocationID=807eb05c-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:01:54+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f69ac5c-5a41-11ed-8722-12c40571e072 | InvocationID=8f69ae28-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:01:54+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f69ac5c-5a41-11ed-8722-12c40571e072 | InvocationID=8f69ae28-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:01:54+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f69ac5c-5a41-11ed-8722-12c40571e072 | InvocationID=8f69ae28-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:02:07+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88584176-5a41-11ed-8722-12c40571e072 | InvocationID=88584356-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:02:07+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=971ca4cc-5a41-11ed-8722-12c40571e072 | InvocationID=971ca8a0-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:02:19+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f69ac5c-5a41-11ed-8722-12c40571e072 | InvocationID=8f69ae28-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:02:19+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e54fef6-5a41-11ed-8722-12c40571e072 | InvocationID=9e550112-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:02:19+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e54fef6-5a41-11ed-8722-12c40571e072 | InvocationID=9e550112-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:02:19+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e54fef6-5a41-11ed-8722-12c40571e072 | InvocationID=9e550112-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:02:32+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=971ca4cc-5a41-11ed-8722-12c40571e072 | InvocationID=971ca8a0-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:02:32+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5deba2c-5a41-11ed-8722-12c40571e072 | InvocationID=a5debe64-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:02:44+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e54fef6-5a41-11ed-8722-12c40571e072 | InvocationID=9e550112-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:02:44+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad40b126-5a41-11ed-8722-12c40571e072 | InvocationID=ad40b4a0-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:02:44+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad40b126-5a41-11ed-8722-12c40571e072 | InvocationID=ad40b4a0-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:02:44+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad40b126-5a41-11ed-8722-12c40571e072 | InvocationID=ad40b4a0-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:02:56+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5deba2c-5a41-11ed-8722-12c40571e072 | InvocationID=a5debe64-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:02:56+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4a7875a-5a41-11ed-8722-12c40571e072 | InvocationID=b4a789da-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:03:09+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad40b126-5a41-11ed-8722-12c40571e072 | InvocationID=ad40b4a0-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:03:09+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2cab4a-5a41-11ed-8722-12c40571e072 | InvocationID=bc2cae74-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:03:09+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2cab4a-5a41-11ed-8722-12c40571e072 | InvocationID=bc2cae74-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:03:09+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc2cab4a-5a41-11ed-8722-12c40571e072 | InvocationID=bc2cae74-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:03:21+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4a7875a-5a41-11ed-8722-12c40571e072 | InvocationID=b4a789da-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:03:21+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36aa0b0-5a41-11ed-8722-12c40571e072 | InvocationID=c36aa286-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:03:34+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc2cab4a-5a41-11ed-8722-12c40571e072 | InvocationID=bc2cae74-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:03:34+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb187a4e-5a41-11ed-8722-12c40571e072 | InvocationID=cb187ca6-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:03:34+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb187a4e-5a41-11ed-8722-12c40571e072 | InvocationID=cb187ca6-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:03:34+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb187a4e-5a41-11ed-8722-12c40571e072 | InvocationID=cb187ca6-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:03:46+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36aa0b0-5a41-11ed-8722-12c40571e072 | InvocationID=c36aa286-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:03:46+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22ce84c-5a41-11ed-8722-12c40571e072 | InvocationID=d22cea86-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:03:59+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb187a4e-5a41-11ed-8722-12c40571e072 | InvocationID=cb187ca6-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:03:59+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da03d530-5a41-11ed-8722-12c40571e072 | InvocationID=da03d6e8-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:03:59+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da03d530-5a41-11ed-8722-12c40571e072 | InvocationID=da03d6e8-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:03:59+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da03d530-5a41-11ed-8722-12c40571e072 | InvocationID=da03d6e8-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:04:11+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d22ce84c-5a41-11ed-8722-12c40571e072 | InvocationID=d22cea86-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:04:11+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0effedc-5a41-11ed-8722-12c40571e072 | InvocationID=e0f001ac-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:04:24+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da03d530-5a41-11ed-8722-12c40571e072 | InvocationID=da03d6e8-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:04:24+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8ef09a2-5a41-11ed-8722-12c40571e072 | InvocationID=e8ef0d26-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:04:24+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8ef09a2-5a41-11ed-8722-12c40571e072 | InvocationID=e8ef0d26-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:04:24+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8ef09a2-5a41-11ed-8722-12c40571e072 | InvocationID=e8ef0d26-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:04:35+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0effedc-5a41-11ed-8722-12c40571e072 | InvocationID=e0f001ac-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:04:35+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb2a74e-5a41-11ed-8722-12c40571e072 | InvocationID=efb2a9ce-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:04:49+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8ef09a2-5a41-11ed-8722-12c40571e072 | InvocationID=e8ef0d26-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:04:49+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7df915c-5a41-11ed-8722-12c40571e072 | InvocationID=f7df9e7c-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:04:49+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7df915c-5a41-11ed-8722-12c40571e072 | InvocationID=f7df9e7c-5a41-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:04:49+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7df915c-5a41-11ed-8722-12c40571e072 | InvocationID=f7df9e7c-5a41-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:05:00+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efb2a74e-5a41-11ed-8722-12c40571e072 | InvocationID=efb2a9ce-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:05:00+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe743f86-5a41-11ed-8722-12c40571e072 | InvocationID=fe7441de-5a41-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:05:14+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7df915c-5a41-11ed-8722-12c40571e072 | InvocationID=f7df9e7c-5a41-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:05:14+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06cb43b4-5a42-11ed-8722-12c40571e072 | InvocationID=06cb467a-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:05:14+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06cb43b4-5a42-11ed-8722-12c40571e072 | InvocationID=06cb467a-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:05:14+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06cb43b4-5a42-11ed-8722-12c40571e072 | InvocationID=06cb467a-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:05:25+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe743f86-5a41-11ed-8722-12c40571e072 | InvocationID=fe7441de-5a41-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:05:25+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d3840da-5a42-11ed-8722-12c40571e072 | InvocationID=0d384d64-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:05:39+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06cb43b4-5a42-11ed-8722-12c40571e072 | InvocationID=06cb467a-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:05:39+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b6c0d8-5a42-11ed-8722-12c40571e072 | InvocationID=15b6c2ea-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:05:39+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b6c0d8-5a42-11ed-8722-12c40571e072 | InvocationID=15b6c2ea-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:05:39+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b6c0d8-5a42-11ed-8722-12c40571e072 | InvocationID=15b6c2ea-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:05:50+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d3840da-5a42-11ed-8722-12c40571e072 | InvocationID=0d384d64-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:05:50+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bfb4a36-5a42-11ed-8722-12c40571e072 | InvocationID=1bfb4be4-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:06:04+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b6c0d8-5a42-11ed-8722-12c40571e072 | InvocationID=15b6c2ea-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:06:04+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a2761e-5a42-11ed-8722-12c40571e072 | InvocationID=24a27948-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:06:04+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a2761e-5a42-11ed-8722-12c40571e072 | InvocationID=24a27948-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:06:04+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a2761e-5a42-11ed-8722-12c40571e072 | InvocationID=24a27948-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:06:14+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bfb4a36-5a42-11ed-8722-12c40571e072 | InvocationID=1bfb4be4-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:06:14+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2abf24f2-5a42-11ed-8722-12c40571e072 | InvocationID=2abf28f8-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:06:29+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a2761e-5a42-11ed-8722-12c40571e072 | InvocationID=24a27948-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:06:29+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338de6c2-5a42-11ed-8722-12c40571e072 | InvocationID=338df270-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:06:29+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338de6c2-5a42-11ed-8722-12c40571e072 | InvocationID=338df270-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:06:29+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338de6c2-5a42-11ed-8722-12c40571e072 | InvocationID=338df270-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:06:39+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2abf24f2-5a42-11ed-8722-12c40571e072 | InvocationID=2abf28f8-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:06:39+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3980ec1e-5a42-11ed-8722-12c40571e072 | InvocationID=3980edea-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:06:54+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338de6c2-5a42-11ed-8722-12c40571e072 | InvocationID=338df270-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:06:54+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42797db8-5a42-11ed-8722-12c40571e072 | InvocationID=427980a6-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:06:54+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42797db8-5a42-11ed-8722-12c40571e072 | InvocationID=427980a6-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:06:54+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42797db8-5a42-11ed-8722-12c40571e072 | InvocationID=427980a6-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:07:04+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3980ec1e-5a42-11ed-8722-12c40571e072 | InvocationID=3980edea-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:07:04+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4842e63a-5a42-11ed-8722-12c40571e072 | InvocationID=4842e81a-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:07:19+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42797db8-5a42-11ed-8722-12c40571e072 | InvocationID=427980a6-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:07:19+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5164edb2-5a42-11ed-8722-12c40571e072 | InvocationID=5164efb0-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:07:19+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5164edb2-5a42-11ed-8722-12c40571e072 | InvocationID=5164efb0-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:07:19+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5164edb2-5a42-11ed-8722-12c40571e072 | InvocationID=5164efb0-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:07:29+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4842e63a-5a42-11ed-8722-12c40571e072 | InvocationID=4842e81a-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:07:29+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5704b360-5a42-11ed-8722-12c40571e072 | InvocationID=5704b590-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:07:44+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5164edb2-5a42-11ed-8722-12c40571e072 | InvocationID=5164efb0-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:07:44+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60507ef4-5a42-11ed-8722-12c40571e072 | InvocationID=605080c0-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:07:44+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60507ef4-5a42-11ed-8722-12c40571e072 | InvocationID=605080c0-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:07:44+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60507ef4-5a42-11ed-8722-12c40571e072 | InvocationID=605080c0-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:07:54+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5704b360-5a42-11ed-8722-12c40571e072 | InvocationID=5704b590-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:07:54+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c739b8-5a42-11ed-8722-12c40571e072 | InvocationID=65c73ddc-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:08:09+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60507ef4-5a42-11ed-8722-12c40571e072 | InvocationID=605080c0-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:08:09+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3c4862-5a42-11ed-8722-12c40571e072 | InvocationID=6f3c4ad8-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:08:09+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3c4862-5a42-11ed-8722-12c40571e072 | InvocationID=6f3c4ad8-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:08:09+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f3c4862-5a42-11ed-8722-12c40571e072 | InvocationID=6f3c4ad8-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:08:18+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65c739b8-5a42-11ed-8722-12c40571e072 | InvocationID=65c73ddc-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:08:18+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=748aeb70-5a42-11ed-8722-12c40571e072 | InvocationID=748aee4a-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:08:34+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f3c4862-5a42-11ed-8722-12c40571e072 | InvocationID=6f3c4ad8-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:08:34+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e27fea2-5a42-11ed-8722-12c40571e072 | InvocationID=7e2802bc-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:08:34+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e27fea2-5a42-11ed-8722-12c40571e072 | InvocationID=7e2802bc-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:08:34+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e27fea2-5a42-11ed-8722-12c40571e072 | InvocationID=7e2802bc-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:08:43+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=748aeb70-5a42-11ed-8722-12c40571e072 | InvocationID=748aee4a-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:08:43+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=834c4942-5a42-11ed-8722-12c40571e072 | InvocationID=834c4b04-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:08:59+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e27fea2-5a42-11ed-8722-12c40571e072 | InvocationID=7e2802bc-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:08:59+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d139d9a-5a42-11ed-8722-12c40571e072 | InvocationID=8d13a240-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:08:59+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d139d9a-5a42-11ed-8722-12c40571e072 | InvocationID=8d13a240-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:08:59+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d139d9a-5a42-11ed-8722-12c40571e072 | InvocationID=8d13a240-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:09:08+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=834c4942-5a42-11ed-8722-12c40571e072 | InvocationID=834c4b04-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:09:08+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=920f1658-5a42-11ed-8722-12c40571e072 | InvocationID=920f181a-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:09:24+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d139d9a-5a42-11ed-8722-12c40571e072 | InvocationID=8d13a240-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:09:24+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bff5fba-5a42-11ed-8722-12c40571e072 | InvocationID=9bff630c-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:09:25+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bff5fba-5a42-11ed-8722-12c40571e072 | InvocationID=9bff630c-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:09:25+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bff5fba-5a42-11ed-8722-12c40571e072 | InvocationID=9bff630c-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:09:33+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=920f1658-5a42-11ed-8722-12c40571e072 | InvocationID=920f181a-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:09:33+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d2da1c-5a42-11ed-8722-12c40571e072 | InvocationID=a0d2dbe8-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:09:50+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bff5fba-5a42-11ed-8722-12c40571e072 | InvocationID=9bff630c-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:09:50+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaeb1f3c-5a42-11ed-8722-12c40571e072 | InvocationID=aaeb2194-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:09:50+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaeb1f3c-5a42-11ed-8722-12c40571e072 | InvocationID=aaeb2194-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:09:50+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaeb1f3c-5a42-11ed-8722-12c40571e072 | InvocationID=aaeb2194-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:09:57+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0d2da1c-5a42-11ed-8722-12c40571e072 | InvocationID=a0d2dbe8-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:09:57+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af98a8ce-5a42-11ed-8722-12c40571e072 | InvocationID=af98ab44-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:10:15+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaeb1f3c-5a42-11ed-8722-12c40571e072 | InvocationID=aaeb2194-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:10:15+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d66812-5a42-11ed-8722-12c40571e072 | InvocationID=b9d66a92-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:10:15+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d66812-5a42-11ed-8722-12c40571e072 | InvocationID=b9d66a92-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:10:15+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d66812-5a42-11ed-8722-12c40571e072 | InvocationID=b9d66a92-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:10:22+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af98a8ce-5a42-11ed-8722-12c40571e072 | InvocationID=af98ab44-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:10:22+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5abb68-5a42-11ed-8722-12c40571e072 | InvocationID=be5abda2-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:10:40+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d66812-5a42-11ed-8722-12c40571e072 | InvocationID=b9d66a92-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:10:40+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c2889c-5a42-11ed-8722-12c40571e072 | InvocationID=c8c28b12-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:10:40+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c2889c-5a42-11ed-8722-12c40571e072 | InvocationID=c8c28b12-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:10:40+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c2889c-5a42-11ed-8722-12c40571e072 | InvocationID=c8c28b12-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:10:47+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be5abb68-5a42-11ed-8722-12c40571e072 | InvocationID=be5abda2-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:10:47+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd1c0382-5a42-11ed-8722-12c40571e072 | InvocationID=cd1c0580-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:11:05+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c2889c-5a42-11ed-8722-12c40571e072 | InvocationID=c8c28b12-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:11:05+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ae2820-5a42-11ed-8722-12c40571e072 | InvocationID=d7ae2a5a-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:11:05+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ae2820-5a42-11ed-8722-12c40571e072 | InvocationID=d7ae2a5a-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:11:05+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ae2820-5a42-11ed-8722-12c40571e072 | InvocationID=d7ae2a5a-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:11:12+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd1c0382-5a42-11ed-8722-12c40571e072 | InvocationID=cd1c0580-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:11:12+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbdf22e6-5a42-11ed-8722-12c40571e072 | InvocationID=dbdf2520-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:11:30+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ae2820-5a42-11ed-8722-12c40571e072 | InvocationID=d7ae2a5a-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:11:30+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6999ae0-5a42-11ed-8722-12c40571e072 | InvocationID=e6999d4c-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:11:30+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6999ae0-5a42-11ed-8722-12c40571e072 | InvocationID=e6999d4c-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:11:30+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6999ae0-5a42-11ed-8722-12c40571e072 | InvocationID=e6999d4c-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:11:36+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbdf22e6-5a42-11ed-8722-12c40571e072 | InvocationID=dbdf2520-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:11:36+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa092c4-5a42-11ed-8722-12c40571e072 | InvocationID=eaa094a4-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:11:55+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6999ae0-5a42-11ed-8722-12c40571e072 | InvocationID=e6999d4c-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:11:55+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f584d722-5a42-11ed-8722-12c40571e072 | InvocationID=f584d8ee-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:11:55+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f584d722-5a42-11ed-8722-12c40571e072 | InvocationID=f584d8ee-5a42-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:11:55+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f584d722-5a42-11ed-8722-12c40571e072 | InvocationID=f584d8ee-5a42-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:12:01+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaa092c4-5a42-11ed-8722-12c40571e072 | InvocationID=eaa094a4-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:12:01+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f963e158-5a42-11ed-8722-12c40571e072 | InvocationID=f963e482-5a42-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:12:20+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f584d722-5a42-11ed-8722-12c40571e072 | InvocationID=f584d8ee-5a42-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:12:20+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0470ac66-5a43-11ed-8722-12c40571e072 | InvocationID=0470afe0-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:12:20+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0470ac66-5a43-11ed-8722-12c40571e072 | InvocationID=0470afe0-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:12:20+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0470ac66-5a43-11ed-8722-12c40571e072 | InvocationID=0470afe0-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:12:26+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f963e158-5a42-11ed-8722-12c40571e072 | InvocationID=f963e482-5a42-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:12:26+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0826cf0c-5a43-11ed-8722-12c40571e072 | InvocationID=0826d16e-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:12:45+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0470ac66-5a43-11ed-8722-12c40571e072 | InvocationID=0470afe0-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:12:45+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135cda06-5a43-11ed-8722-12c40571e072 | InvocationID=135cdbc8-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:12:45+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135cda06-5a43-11ed-8722-12c40571e072 | InvocationID=135cdbc8-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:12:45+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135cda06-5a43-11ed-8722-12c40571e072 | InvocationID=135cdbc8-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:12:51+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0826cf0c-5a43-11ed-8722-12c40571e072 | InvocationID=0826d16e-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:12:51+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e82de2-5a43-11ed-8722-12c40571e072 | InvocationID=16e82f9a-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:13:10+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135cda06-5a43-11ed-8722-12c40571e072 | InvocationID=135cdbc8-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:13:10+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2247e632-5a43-11ed-8722-12c40571e072 | InvocationID=2247e916-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:13:10+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2247e632-5a43-11ed-8722-12c40571e072 | InvocationID=2247e916-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:13:10+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2247e632-5a43-11ed-8722-12c40571e072 | InvocationID=2247e916-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:13:11+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16e82de2-5a43-11ed-8722-12c40571e072 | InvocationID=16e82f9a-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:13:11+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231d87ce-5a43-11ed-8722-12c40571e072 | InvocationID=231d8986-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:13:31+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=231d87ce-5a43-11ed-8722-12c40571e072 | InvocationID=231d8986-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:13:31+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f11e5c0-5a43-11ed-8722-12c40571e072 | InvocationID=2f11e8d6-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:13:35+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2247e632-5a43-11ed-8722-12c40571e072 | InvocationID=2247e916-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:13:35+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31357484-5a43-11ed-8722-12c40571e072 | InvocationID=313577c2-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:13:35+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31357484-5a43-11ed-8722-12c40571e072 | InvocationID=313577c2-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:13:35+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31357484-5a43-11ed-8722-12c40571e072 | InvocationID=313577c2-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:13:52+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f11e5c0-5a43-11ed-8722-12c40571e072 | InvocationID=2f11e8d6-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:13:52+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5287fe-5a43-11ed-8722-12c40571e072 | InvocationID=3b5289d4-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:14:00+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31357484-5a43-11ed-8722-12c40571e072 | InvocationID=313577c2-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:14:00+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4023b668-5a43-11ed-8722-12c40571e072 | InvocationID=4023bb72-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:14:00+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4023b668-5a43-11ed-8722-12c40571e072 | InvocationID=4023bb72-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:14:00+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4023b668-5a43-11ed-8722-12c40571e072 | InvocationID=4023bb72-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:14:17+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b5287fe-5a43-11ed-8722-12c40571e072 | InvocationID=3b5289d4-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:14:17+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a18a3f4-5a43-11ed-8722-12c40571e072 | InvocationID=4a18a67e-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:14:25+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4023b668-5a43-11ed-8722-12c40571e072 | InvocationID=4023bb72-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:14:25+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0f4a7a-5a43-11ed-8722-12c40571e072 | InvocationID=4f0f4d22-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:14:25+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0f4a7a-5a43-11ed-8722-12c40571e072 | InvocationID=4f0f4d22-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:14:25+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0f4a7a-5a43-11ed-8722-12c40571e072 | InvocationID=4f0f4d22-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:14:41+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a18a3f4-5a43-11ed-8722-12c40571e072 | InvocationID=4a18a67e-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:14:41+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58db4784-5a43-11ed-8722-12c40571e072 | InvocationID=58db49aa-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:14:50+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0f4a7a-5a43-11ed-8722-12c40571e072 | InvocationID=4f0f4d22-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:14:50+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dff9dfa-5a43-11ed-8722-12c40571e072 | InvocationID=5dff9fbc-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:14:50+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dff9dfa-5a43-11ed-8722-12c40571e072 | InvocationID=5dff9fbc-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:14:50+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dff9dfa-5a43-11ed-8722-12c40571e072 | InvocationID=5dff9fbc-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:15:06+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58db4784-5a43-11ed-8722-12c40571e072 | InvocationID=58db49aa-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:15:06+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679e4c1c-5a43-11ed-8722-12c40571e072 | InvocationID=679e4e2e-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:15:15+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dff9dfa-5a43-11ed-8722-12c40571e072 | InvocationID=5dff9fbc-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:15:15+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ceb22ee-5a43-11ed-8722-12c40571e072 | InvocationID=6ceb249c-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:15:15+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ceb22ee-5a43-11ed-8722-12c40571e072 | InvocationID=6ceb249c-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:15:15+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ceb22ee-5a43-11ed-8722-12c40571e072 | InvocationID=6ceb249c-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:15:31+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=679e4c1c-5a43-11ed-8722-12c40571e072 | InvocationID=679e4e2e-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:15:31+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76602072-5a43-11ed-8722-12c40571e072 | InvocationID=76602310-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:15:40+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ceb22ee-5a43-11ed-8722-12c40571e072 | InvocationID=6ceb249c-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:15:40+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd7331a-5a43-11ed-8722-12c40571e072 | InvocationID=7bd73504-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:15:40+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd7331a-5a43-11ed-8722-12c40571e072 | InvocationID=7bd73504-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:15:40+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bd7331a-5a43-11ed-8722-12c40571e072 | InvocationID=7bd73504-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:15:56+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76602072-5a43-11ed-8722-12c40571e072 | InvocationID=76602310-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:15:56+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8522fddc-5a43-11ed-8722-12c40571e072 | InvocationID=8522ff76-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:16:05+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bd7331a-5a43-11ed-8722-12c40571e072 | InvocationID=7bd73504-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:16:05+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac2e612-5a43-11ed-8722-12c40571e072 | InvocationID=8ac2e838-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:16:05+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac2e612-5a43-11ed-8722-12c40571e072 | InvocationID=8ac2e838-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:16:05+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ac2e612-5a43-11ed-8722-12c40571e072 | InvocationID=8ac2e838-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:16:20+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8522fddc-5a43-11ed-8722-12c40571e072 | InvocationID=8522ff76-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:16:20+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e52f16-5a43-11ed-8722-12c40571e072 | InvocationID=93e530d8-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:16:30+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ac2e612-5a43-11ed-8722-12c40571e072 | InvocationID=8ac2e838-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:16:30+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99aea53a-5a43-11ed-8722-12c40571e072 | InvocationID=99aea6e8-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:16:30+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99aea53a-5a43-11ed-8722-12c40571e072 | InvocationID=99aea6e8-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:16:30+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99aea53a-5a43-11ed-8722-12c40571e072 | InvocationID=99aea6e8-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:16:45+0000 | aai_event_thread | 139759788559136 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93e52f16-5a43-11ed-8722-12c40571e072 | InvocationID=93e530d8-5a43-11ed-8722-12c40571e072 | Polling MR for XNF AAI events.
2022-11-02T00:16:45+0000 | aai_event_thread | 139759788559136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a71f0a-5a43-11ed-8722-12c40571e072 | InvocationID=a2a720c2-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-02T00:16:55+0000 | policy_event_thread | 139759789620000 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99aea53a-5a43-11ed-8722-12c40571e072 | InvocationID=99aea6e8-5a43-11ed-8722-12c40571e072 | Polling MR for XNF activation/deactivation policy response events.
2022-11-02T00:16:55+0000 | policy_event_thread | 139759789620000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a899f1f8-5a43-11ed-8722-12c40571e072 | InvocationID=a899f482-5a43-11ed-8722-12c40571e072 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-02T00:16:55+0000 | policy_event_thread | 139759789620000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a899f1f8-5a43-11ed-8722-12c40571e072 | InvocationID=a899f482-5a43-11ed-8722-12c40571e072 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-02T00:16:55+0000 | policy_event_thread | 139759789620000 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a899f1f8-5a43-11ed-8722-12c40571e072 | InvocationID=a899f482-5a43-11ed-8722-12c40571e072 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)