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