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-12-01T23:00:26+0000 | MainThread | 140044385287496 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-01T23:00:26+0000 | MainThread | 140044385287496 | 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-12-01T23:00:26+0000 | MainThread | 140044385287496 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-01T23:00:26+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:00:26+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1736202-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f1736432-71cb-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:00:26+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-01T23:00:26+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f17481a0-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f17485d8-71cb-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:00:26+0000 | MainThread | 140044385287496 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-01T23:00:26+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1736202-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f1736432-71cb-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:00:26+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1736202-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f1736432-71cb-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:00:26+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f17481a0-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f17485d8-71cb-11ed-80fc-12bf11a75cf8 | 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-12-01T23:00:26+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f17481a0-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f17485d8-71cb-11ed-80fc-12bf11a75cf8 | 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-12-01T23:00:46+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f17481a0-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f17485d8-71cb-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:00:46+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc3dfe6-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=fdc3e28e-71cb-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:00:46+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc3dfe6-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=fdc3e28e-71cb-11ed-80fc-12bf11a75cf8 | 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-12-01T23:00:46+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdc3dfe6-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=fdc3e28e-71cb-11ed-80fc-12bf11a75cf8 | 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-12-01T23:00:51+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1736202-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=f1736432-71cb-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:00:51+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b91ac2-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=00b91d38-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:00:51+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b91ac2-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=00b91d38-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:00:51+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b91ac2-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=00b91d38-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:01:06+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdc3dfe6-71cb-11ed-80fc-12bf11a75cf8 | InvocationID=fdc3e28e-71cb-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:01:06+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09b86b96-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=09b86d58-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:01:06+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09b86b96-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=09b86d58-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:01:06+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09b86b96-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=09b86d58-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:01:16+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b91ac2-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=00b91d38-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:01:16+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa9ae2a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=0fa9b118-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:01:16+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa9ae2a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=0fa9b118-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:01:16+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa9ae2a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=0fa9b118-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:01:26+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09b86b96-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=09b86d58-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:01:26+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ad12d0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=15ad14ce-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:01:26+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ad12d0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=15ad14ce-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:01:26+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15ad12d0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=15ad14ce-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:01:41+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa9ae2a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=0fa9b118-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:01:41+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9a52f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=1e9a557e-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:01:41+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9a52f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=1e9a557e-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:01:41+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e9a52f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=1e9a557e-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:01:46+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15ad12d0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=15ad14ce-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:01:46+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21a1e71e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=21a1e8e0-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:01:47+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21a1e71e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=21a1e8e0-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:01:47+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21a1e71e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=21a1e8e0-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:06+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e9a52f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=1e9a557e-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:02:06+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d88566c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d885892-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:02:07+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d88566c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d885892-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:02:07+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d88566c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d885892-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:02:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21a1e71e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=21a1e8e0-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:02:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9435f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d943fea-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:02:07+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9435f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d943fea-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:07+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9435f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d943fea-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9435f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d943fea-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:02:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=398555c8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=39855c80-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:02:27+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=398555c8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=39855c80-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:27+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=398555c8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=39855c80-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:32+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d88566c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=2d885892-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:02:32+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c789d80-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=3c78a370-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:02:32+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c789d80-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=3c78a370-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:02:32+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c789d80-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=3c78a370-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:02:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=398555c8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=39855c80-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:02:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4576b0e8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4576b3b8-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:02:47+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4576b0e8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4576b3b8-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:47+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4576b0e8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4576b3b8-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:02:57+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c789d80-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=3c78a370-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:02:57+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6586f0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4b6589b6-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:02:57+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6586f0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4b6589b6-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:02:57+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6586f0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4b6589b6-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:03:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4576b0e8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4576b3b8-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:03:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5167f84e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5167fa88-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:03:07+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5167f84e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5167fa88-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:03:07+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5167f84e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5167fa88-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:03:22+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6586f0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=4b6589b6-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:03:22+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a52158e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5a52173c-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:03:22+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a52158e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5a52173c-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:03:22+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a52158e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5a52173c-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:03:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5167f84e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5167fa88-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:03:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d59deec-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5d59e0ea-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:03:27+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d59deec-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5d59e0ea-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:03:27+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d59deec-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5d59e0ea-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:03:47+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a52158e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5a52173c-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:03:47+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693dc02a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=693dc1e2-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:03:47+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693dc02a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=693dc1e2-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:03:47+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=693dc02a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=693dc1e2-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:03:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d59deec-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=5d59e0ea-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:03:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694b0942-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=694b0b72-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:03:47+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694b0942-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=694b0b72-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:03:47+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694b0942-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=694b0b72-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694b0942-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=694b0b72-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:04:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753b29f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=753b2bce-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:04:07+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753b29f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=753b2bce-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:07+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=753b29f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=753b2bce-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:12+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=693dc02a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=693dc1e2-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:04:12+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7829e47e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=7829e6b8-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:04:12+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7829e47e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=7829e6b8-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:04:12+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7829e47e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=7829e6b8-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:04:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=753b29f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=753b2bce-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:04:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=812fe096-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=812fe24e-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:04:27+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=812fe096-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=812fe24e-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:27+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=812fe096-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=812fe24e-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:37+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7829e47e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=7829e6b8-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:04:37+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8715962c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=87159852-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:04:37+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8715962c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=87159852-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:04:37+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8715962c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=87159852-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:04:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=812fe096-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=812fe24e-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:04:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d20bf7e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=8d20c136-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:04:47+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d20bf7e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=8d20c136-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:04:47+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d20bf7e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=8d20c136-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:02+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8715962c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=87159852-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:05:02+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9601ccf0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9601cfa2-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:05:02+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9601ccf0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9601cfa2-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:05:02+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9601ccf0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9601cfa2-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:05:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d20bf7e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=8d20c136-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:05:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9912f734-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9912f93c-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:05:07+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9912f734-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9912f93c-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:07+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9912f734-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9912f93c-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:27+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9601ccf0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9601cfa2-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:05:27+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ed8bfa-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a4ed8e3e-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:05:27+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ed8bfa-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a4ed8e3e-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:05:27+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ed8bfa-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a4ed8e3e-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:05:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9912f734-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=9912f93c-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:05:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a503e1c0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a503e378-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:05:27+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a503e1c0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a503e378-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:27+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a503e1c0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a503e378-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a503e1c0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a503e378-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:05:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f636cc-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b0f638e8-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:05:47+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f636cc-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b0f638e8-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:47+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f636cc-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b0f638e8-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:05:52+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ed8bfa-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=a4ed8e3e-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:05:52+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3da04f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b3da06fc-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:05:52+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3da04f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b3da06fc-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:05:52+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3da04f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b3da06fc-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:06:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f636cc-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b0f638e8-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:06:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcea1d7c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=bcea24d4-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:06:07+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcea1d7c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=bcea24d4-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:06:07+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcea1d7c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=bcea24d4-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:06:17+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3da04f4-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=b3da06fc-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:06:17+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c59e6a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c2c5a02c-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:06:17+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c59e6a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c2c5a02c-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:06:17+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c59e6a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c2c5a02c-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:06:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcea1d7c-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=bcea24d4-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:06:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8db2752-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c8db2a9a-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:06:27+0000 | aai_event_thread | 140044334549792 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8db2752-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c8db2a9a-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:06:27+0000 | aai_event_thread | 140044334549792 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8db2752-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c8db2a9a-71cc-11ed-80fc-12bf11a75cf8 | 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-12-01T23:06:42+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c59e6a-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c2c5a02c-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:06:42+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b33aae-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d1b33c66-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:06:42+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b33aae-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d1b33c66-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:06:42+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b33aae-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d1b33c66-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:06:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8db2752-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=c8db2a9a-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:06:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4cc8be6-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d4cc8e34-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:07:07+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b33aae-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d1b33c66-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:07:07+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e09ee536-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e09ee6ee-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:07:07+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e09ee536-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e09ee6ee-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:07:07+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e09ee536-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e09ee6ee-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:07:12+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4cc8be6-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=d4cc8e34-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:07:12+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35d268e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e35d28a0-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:07:32+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e35d268e-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e35d28a0-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:07:32+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef58f0a8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef58f27e-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:07:32+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e09ee536-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=e09ee6ee-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:07:32+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8c05b0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef8c07cc-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:07:32+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8c05b0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef8c07cc-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:07:32+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef8c05b0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef8c07cc-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:07:52+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef58f0a8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef58f27e-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:07:52+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb4e5cea-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fb4e5efc-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:07:57+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef8c05b0-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=ef8c07cc-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:07:57+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe79b6f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fe79b8c4-71cc-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:07:57+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe79b6f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fe79b8c4-71cc-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:07:57+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe79b6f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fe79b8c4-71cc-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:08:12+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb4e5cea-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fb4e5efc-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:08:12+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07482490-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=07482760-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:08:22+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe79b6f8-71cc-11ed-80fc-12bf11a75cf8 | InvocationID=fe79b8c4-71cc-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:08:22+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d654f9c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=0d6551a4-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:08:22+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d654f9c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=0d6551a4-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:08:22+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d654f9c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=0d6551a4-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:08:32+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07482490-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=07482760-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:08:32+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139f2374-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=139f25fe-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:08:47+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d654f9c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=0d6551a4-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:08:47+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c50a42a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=1c50a704-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:08:47+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c50a42a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=1c50a704-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:08:47+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c50a42a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=1c50a704-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:08:57+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=139f2374-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=139f25fe-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:08:57+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2267219a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=226723a2-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:09:12+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c50a42a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=1c50a704-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:09:12+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3cf498-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=2b3cf696-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:09:12+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3cf498-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=2b3cf696-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:09:12+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3cf498-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=2b3cf696-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:09:22+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2267219a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=226723a2-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:09:22+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312ceb1a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=312ced54-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:09:37+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3cf498-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=2b3cf696-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:09:37+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a29118a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3a291658-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:09:37+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a29118a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3a291658-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:09:37+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a29118a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3a291658-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:09:47+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312ceb1a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=312ced54-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:09:47+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff525fe-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3ff52810-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:10:02+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a29118a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3a291658-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:10:02+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49152378-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=49152f3a-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:10:02+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49152378-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=49152f3a-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:10:02+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49152378-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=49152f3a-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:10:12+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff525fe-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=3ff52810-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:10:12+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb96960-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=4eb96b22-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:10:27+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49152378-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=49152f3a-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:10:27+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58011770-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5801196e-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:10:27+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58011770-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5801196e-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:10:27+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58011770-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5801196e-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:10:36+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb96960-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=4eb96b22-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:10:36+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d81bc72-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5d81bede-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:10:52+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58011770-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5801196e-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:10:52+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f2eab0-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=66f2ec72-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:10:52+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f2eab0-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=66f2ec72-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:10:52+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66f2eab0-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=66f2ec72-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:11:01+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d81bc72-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=5d81bede-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:11:01+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c4543aa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=6c4545c6-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:11:17+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66f2eab0-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=66f2ec72-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:11:17+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75dec6ac-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=75dec86e-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:11:17+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75dec6ac-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=75dec86e-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:11:17+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75dec6ac-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=75dec86e-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:11:26+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c4543aa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=6c4545c6-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:11:26+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b08e2e8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=7b08e4a0-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:11:42+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75dec6ac-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=75dec86e-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:11:42+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ca4196-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=84ca443e-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:11:42+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ca4196-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=84ca443e-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:11:42+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ca4196-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=84ca443e-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:11:51+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b08e2e8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=7b08e4a0-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:11:51+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cdf82c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=89cdfa52-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:12:07+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ca4196-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=84ca443e-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:12:07+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b5f100-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=93b5f344-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:12:07+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b5f100-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=93b5f344-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:12:07+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b5f100-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=93b5f344-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:12:16+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89cdf82c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=89cdfa52-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:12:16+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98919616-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=98919878-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:12:32+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b5f100-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=93b5f344-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:12:32+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a1d1a2-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a2a1d35a-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:12:32+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a1d1a2-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a2a1d35a-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:12:32+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a1d1a2-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a2a1d35a-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:12:40+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98919616-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=98919878-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:12:40+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a756e07a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a756e264-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:12:57+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a1d1a2-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a2a1d35a-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:12:57+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18d4c82-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b18d4e44-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:12:57+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18d4c82-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b18d4e44-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:12:57+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18d4c82-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b18d4e44-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:13:05+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a756e07a-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=a756e264-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:13:05+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61e9a6c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b61e9c74-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:13:22+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18d4c82-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b18d4e44-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:13:22+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c079b92e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c079baf0-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:13:23+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c079b92e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c079baf0-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:13:23+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c079b92e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c079baf0-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:13:30+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b61e9a6c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=b61e9c74-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:13:30+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e35e8e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c4e360be-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:13:48+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c079b92e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c079baf0-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:13:48+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf66468c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=cf664844-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:13:48+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf66468c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=cf664844-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:13:48+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf66468c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=cf664844-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:13:55+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4e35e8e-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=c4e360be-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:13:55+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a92e62-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=d3a9309c-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:14:13+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf66468c-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=cf664844-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:14:13+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de526e00-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=de52706c-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:14:13+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de526e00-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=de52706c-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:14:13+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de526e00-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=de52706c-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:14:20+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3a92e62-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=d3a9309c-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:14:20+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2797528-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=e27977d0-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:14:38+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de526e00-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=de52706c-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:14:38+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed41defa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=ed41e0d0-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:14:38+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed41defa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=ed41e0d0-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:14:38+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed41defa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=ed41e0d0-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:14:44+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2797528-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=e27977d0-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:14:44+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f13e5024-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=f13e520e-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:15:03+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed41defa-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=ed41e0d0-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:15:03+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2e39b8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=fc2e3b48-71cd-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:15:03+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2e39b8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=fc2e3b48-71cd-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:03+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc2e39b8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=fc2e3b48-71cd-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:09+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f13e5024-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=f13e520e-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:15:09+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=000385fc-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=00039024-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:15:28+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc2e39b8-71cd-11ed-80fc-12bf11a75cf8 | InvocationID=fc2e3b48-71cd-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:15:28+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b199bd4-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0b199dbe-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:15:28+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b199bd4-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0b199dbe-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:28+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b199bd4-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0b199dbe-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:34+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=000385fc-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=00039024-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:15:34+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ec6bcbc-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0ec6beb0-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:15:53+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b199bd4-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0b199dbe-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:15:53+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a05c08c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1a05c384-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:15:53+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a05c08c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1a05c384-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:53+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a05c08c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1a05c384-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:15:59+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ec6bcbc-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=0ec6beb0-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:15:59+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8ad40e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1d8ad68e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:16:18+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a05c08c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1a05c384-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:16:18+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28f1fb88-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=28f1fd68-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:16:18+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28f1fb88-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=28f1fd68-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:16:18+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28f1fb88-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=28f1fd68-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:16:23+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d8ad40e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=1d8ad68e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:16:23+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c4fbbda-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=2c4fbdba-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:16:43+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28f1fb88-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=28f1fd68-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:16:43+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37dea614-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=37dea880-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:16:43+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37dea614-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=37dea880-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:16:43+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37dea614-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=37dea880-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:16:48+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c4fbbda-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=2c4fbdba-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:16:48+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b128bf2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=3b128dc8-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:17:08+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37dea614-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=37dea880-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:17:08+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46ca44a8-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=46ca467e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:17:08+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46ca44a8-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=46ca467e-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:17:08+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46ca44a8-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=46ca467e-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:17:13+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b128bf2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=3b128dc8-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:17:13+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d8b170-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=49d8bd1e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:17:33+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46ca44a8-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=46ca467e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:17:33+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b85720-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=55b859b4-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:17:33+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b85720-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=55b859b4-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:17:33+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55b85720-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=55b859b4-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:17:38+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49d8b170-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=49d8bd1e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:17:38+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589fb65e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=589fb83e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:17:58+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55b85720-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=55b859b4-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:17:58+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a45ee6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=64a4609e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:17:58+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a45ee6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=64a4609e-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:17:58+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64a45ee6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=64a4609e-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:18:03+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=589fb65e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=589fb83e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:18:03+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67734a42-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=67734c0e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:18:23+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64a45ee6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=64a4609e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:18:23+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7390da9c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=7390dc68-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:18:23+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7390da9c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=7390dc68-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:18:23+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7390da9c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=7390dc68-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:18:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67734a42-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=67734c0e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:18:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763c3a34-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=763c3c00-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:18:48+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7390da9c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=7390dc68-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:18:48+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82842216-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=82842414-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:18:48+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82842216-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=82842414-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:18:48+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82842216-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=82842414-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:18:52+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=763c3a34-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=763c3c00-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:18:52+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85010036-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=850101ee-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:19:13+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82842216-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=82842414-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:19:13+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9171ae74-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=9171b05e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:19:13+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9171ae74-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=9171b05e-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:19:13+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9171ae74-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=9171b05e-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:19:17+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85010036-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=850101ee-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:19:17+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93ca11de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=93ca1454-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:19:38+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9171ae74-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=9171b05e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:19:38+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05fd83e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a05fe162-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:19:38+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05fd83e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a05fe162-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:19:38+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05fd83e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a05fe162-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:19:42+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93ca11de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=93ca1454-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:19:42+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2962dec-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a2962fc2-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:20:03+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05fd83e-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a05fe162-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:20:03+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4e6aae-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=af4e6cb6-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:20:03+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4e6aae-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=af4e6cb6-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:03+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4e6aae-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=af4e6cb6-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2962dec-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=a2962fc2-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:20:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15b4ace-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=b15b4d9e-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:20:28+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4e6aae-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=af4e6cb6-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:20:28+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3a120c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=be3a1464-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:20:28+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3a120c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=be3a1464-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:28+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3a120c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=be3a1464-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:31+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15b4ace-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=b15b4d9e-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:20:31+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01ed454-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=c01ed7ba-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:20:53+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3a120c-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=be3a1464-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:20:53+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd2e58e0-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cd2e5b56-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:20:53+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd2e58e0-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cd2e5b56-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:53+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd2e58e0-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cd2e5b56-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:20:56+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c01ed454-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=c01ed7ba-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:20:56+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee87c56-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cee87e18-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:21:18+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd2e58e0-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cd2e5b56-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:21:18+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc1c76de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=dc1c7a44-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:21:18+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc1c76de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=dc1c7a44-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:21:18+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc1c76de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=dc1c7a44-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:21:21+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee87c56-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=cee87e18-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:21:21+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbd6e2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=ddbbd8ea-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:21:43+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc1c76de-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=dc1c7a44-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:21:43+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0941d6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=eb0943d4-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:21:43+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0941d6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=eb0943d4-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:21:43+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0941d6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=eb0943d4-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:21:46+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddbbd6e2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=ddbbd8ea-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:21:46+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec83d814-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=ec83da1c-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:22:08+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0941d6-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=eb0943d4-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:22:08+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f740ee-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=f9f7430a-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:22:08+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f740ee-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=f9f7430a-71ce-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:22:08+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f740ee-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=f9f7430a-71ce-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:22:11+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec83d814-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=ec83da1c-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:22:11+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc184a2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=fbc18678-71ce-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:22:33+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f740ee-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=f9f7430a-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:22:33+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e330c2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=08e33298-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:22:34+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e330c2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=08e33298-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:22:34+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e330c2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=08e33298-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:22:36+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbc184a2-71ce-11ed-80fc-12bf11a75cf8 | InvocationID=fbc18678-71ce-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:22:36+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a8839ea-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=0a883c38-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:22:59+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e330c2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=08e33298-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:22:59+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d24500-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=17d24776-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:22:59+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d24500-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=17d24776-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:22:59+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d24500-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=17d24776-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:23:01+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a8839ea-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=0a883c38-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:23:01+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194d0ec4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=194d1086-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:23:24+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d24500-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=17d24776-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:23:24+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26bd72d8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=26bd7576-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:23:24+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26bd72d8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=26bd7576-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:23:24+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26bd72d8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=26bd7576-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:23:26+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=194d0ec4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=194d1086-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:23:26+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28105e16-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=28106032-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:23:49+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26bd72d8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=26bd7576-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:23:49+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35aa004a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=35aa0da6-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:23:49+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35aa004a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=35aa0da6-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:23:49+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35aa004a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=35aa0da6-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:23:51+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28105e16-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=28106032-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:23:51+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d9024a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=36d904e8-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:24:14+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35aa004a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=35aa0da6-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:24:14+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4496acd4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=4496ae96-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:24:14+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4496acd4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=4496ae96-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:24:14+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4496acd4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=4496ae96-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:24:15+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36d9024a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=36d904e8-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:24:15+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459d020e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=459d03d0-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:24:39+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4496acd4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=4496ae96-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:24:39+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5382575c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=53825b26-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:24:39+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5382575c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=53825b26-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:24:39+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5382575c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=53825b26-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:24:40+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=459d020e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=459d03d0-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:24:40+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54601934-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=54601aec-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:25:04+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5382575c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=53825b26-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:25:04+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626f108e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=626f15b6-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:25:04+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626f108e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=626f15b6-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:04+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=626f108e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=626f15b6-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:05+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54601934-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=54601aec-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:25:05+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63287b3c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=63287cfe-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:25:29+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=626f108e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=626f15b6-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:25:29+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715becf2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=715bf1b6-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:25:29+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715becf2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=715bf1b6-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:29+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715becf2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=715bf1b6-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:30+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63287b3c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=63287cfe-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:25:30+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71eb3074-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=71eb33d0-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:25:54+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715becf2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=715bf1b6-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:25:54+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8048b1c8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8048b74a-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:25:54+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8048b1c8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8048b74a-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:54+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8048b1c8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8048b74a-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:25:54+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71eb3074-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=71eb33d0-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:25:54+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ae18a6-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=80ae1b8a-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:26:19+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8048b1c8-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8048b74a-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:26:19+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f34ef6c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f34f124-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:26:19+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f34ef6c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f34f124-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:26:19+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f34ef6c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f34f124-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:26:19+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ae18a6-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=80ae1b8a-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:26:19+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7275da-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f7277ba-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:26:44+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f34ef6c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f34f124-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:26:44+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2065c4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e206966-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:26:44+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2065c4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e206966-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:26:44+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2065c4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e206966-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:26:44+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f7275da-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=8f7277ba-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:26:44+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e33d118-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e33d2e4-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:27:09+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e33d118-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e33d2e4-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:27:09+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf9a1d2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=acf9a4e8-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:27:09+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2065c4-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=9e206966-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:27:09+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad0c4a80-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ad0c4c7e-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:27:09+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad0c4a80-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ad0c4c7e-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:27:09+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad0c4a80-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ad0c4c7e-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:27:34+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acf9a1d2-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=acf9a4e8-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:27:34+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbbd1488-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbbd16c2-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:27:34+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad0c4a80-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ad0c4c7e-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:27:34+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf79928-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbf79b58-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:27:34+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf79928-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbf79b58-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:27:34+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf79928-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbf79b58-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:27:58+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbbd1488-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbbd16c2-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:27:58+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca80f084-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ca80f250-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:27:59+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf79928-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=bbf79b58-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:27:59+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae43478-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=cae43630-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:27:59+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae43478-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=cae43630-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:27:59+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae43478-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=cae43630-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:28:23+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca80f084-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=ca80f250-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:28:23+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9447d2a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9447f50-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:28:24+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae43478-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=cae43630-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:28:24+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9cf5012-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9cf526a-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:28:24+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9cf5012-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9cf526a-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:28:24+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9cf5012-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9cf526a-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:28:48+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9447d2a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9447f50-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:28:48+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e809183e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e80919f6-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:28:49+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9cf5012-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=d9cf526a-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:28:49+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bb344c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e8bb35dc-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:28:49+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bb344c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e8bb35dc-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:28:49+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8bb344c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e8bb35dc-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:29:13+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e809183e-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e80919f6-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:29:13+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6cb59ea-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f6cb5c6a-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:29:14+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8bb344c-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=e8bb35dc-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:29:14+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a74c7a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f7a74e1e-71cf-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:29:14+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a74c7a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f7a74e1e-71cf-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:29:14+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a74c7a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f7a74e1e-71cf-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:29:37+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6cb59ea-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f6cb5c6a-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:29:37+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0590cb86-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0590cdac-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:29:39+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a74c7a-71cf-11ed-80fc-12bf11a75cf8 | InvocationID=f7a74e1e-71cf-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:29:39+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0694a14c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0694a3c2-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:29:39+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0694a14c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0694a3c2-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:29:39+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0694a14c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0694a3c2-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:02+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0590cb86-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0590cdac-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:30:02+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14537c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=14537eb6-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:30:04+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0694a14c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=0694a3c2-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:30:04+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15810c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=15810e66-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:30:04+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15810c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=15810e66-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:04+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15810c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=15810e66-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14537c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=14537eb6-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:30:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231999b2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=23199e08-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:30:29+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15810c18-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=15810e66-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:30:29+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=246cc168-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=246cc366-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:30:29+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=246cc168-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=246cc366-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:29+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=246cc168-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=246cc366-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:52+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=231999b2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=23199e08-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:30:52+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31de1054-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=31de12d4-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:30:54+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=246cc168-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=246cc366-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:30:54+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=335e8bf2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=335e8e0e-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:30:54+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=335e8bf2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=335e8e0e-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:30:54+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=335e8bf2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=335e8e0e-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:31:17+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31de1054-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=31de12d4-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:31:17+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a4c16e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=40a4c33a-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:31:19+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=335e8bf2-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=335e8e0e-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:31:19+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424aea5c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=424aec64-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:31:19+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424aea5c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=424aec64-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:31:19+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=424aea5c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=424aec64-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:31:41+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40a4c16e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=40a4c33a-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:31:41+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f69b7ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=4f69ba06-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:31:44+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=424aea5c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=424aec64-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:31:44+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51365b78-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=51365d3a-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:31:44+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51365b78-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=51365d3a-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:31:44+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51365b78-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=51365d3a-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:06+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f69b7ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=4f69ba06-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:32:06+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2f23a0-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=5e2f256c-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:32:09+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51365b78-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=51365d3a-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:32:09+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6025e162-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6025e3ce-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:32:09+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6025e162-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6025e3ce-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:09+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6025e162-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6025e3ce-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:31+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e2f23a0-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=5e2f256c-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:32:31+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cffeb9e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6cffef18-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:32:34+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6025e162-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6025e3ce-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:32:34+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f1273de-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6f127578-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:32:34+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f1273de-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6f127578-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:34+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f1273de-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6f127578-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:56+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cffeb9e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6cffef18-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:32:56+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc2ac84-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7bc2ae32-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:32:59+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f1273de-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=6f127578-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:32:59+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dfe0516-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7dfe0728-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:32:59+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dfe0516-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7dfe0728-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:32:59+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dfe0516-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7dfe0728-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:33:20+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc2ac84-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7bc2ae32-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:33:20+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a86889e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8a868ace-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:33:24+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dfe0516-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=7dfe0728-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:33:24+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce9565c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8ce9585a-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:33:24+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce9565c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8ce9585a-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:33:24+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce9565c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8ce9585a-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:33:45+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a86889e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8a868ace-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:33:45+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9949867e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=99498868-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:33:49+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce9565c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=8ce9585a-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:33:49+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd56b9c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=9bd56d4a-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:33:50+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd56b9c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=9bd56d4a-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:33:50+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bd56b9c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=9bd56d4a-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:34:10+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9949867e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=99498868-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:34:10+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a80e5748-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=a80e5914-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:34:15+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bd56b9c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=9bd56d4a-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:34:15+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac375ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=aac37838-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:34:15+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac375ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=aac37838-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:34:15+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aac375ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=aac37838-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:34:35+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a80e5748-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=a80e5914-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:34:35+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d142f4-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b6d144ac-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:34:40+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aac375ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=aac37838-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:34:40+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9aff93e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b9affb96-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:34:40+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9aff93e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b9affb96-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:34:40+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9aff93e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b9affb96-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:00+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6d142f4-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b6d144ac-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:35:00+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c59376ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c5937938-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:35:05+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9aff93e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=b9affb96-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:35:05+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89ae2a6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c89ae45e-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:35:05+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89ae2a6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c89ae45e-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:05+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89ae2a6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c89ae45e-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:24+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c59376ae-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c5937938-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:35:24+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d458b58c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d458b74e-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:35:30+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89ae2a6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=c89ae45e-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:35:30+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7869094-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d786a084-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:35:30+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7869094-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d786a084-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:30+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7869094-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d786a084-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:49+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d458b58c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d458b74e-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:35:49+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31c0ab0-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e31c0c5e-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:35:55+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7869094-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=d786a084-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:35:55+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67580f6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e67583c6-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:35:55+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67580f6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e67583c6-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:35:55+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67580f6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e67583c6-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:36:14+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e31c0ab0-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e31c0c5e-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:36:14+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1de3b7c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f1de3ee2-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:36:20+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67580f6-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=e67583c6-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:36:20+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5624a0e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f5625166-71d0-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:36:20+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5624a0e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f5625166-71d0-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:36:20+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5624a0e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f5625166-71d0-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:36:39+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1de3b7c-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f1de3ee2-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:36:39+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a79a5e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=00a79d74-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:36:45+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5624a0e-71d0-11ed-80fc-12bf11a75cf8 | InvocationID=f5625166-71d0-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:36:45+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04505498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=045057a4-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:36:45+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04505498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=045057a4-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:36:45+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04505498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=045057a4-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:37:03+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00a79a5e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=00a79d74-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:37:03+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6f33ee-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=0f6f35d8-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:37:10+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04505498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=045057a4-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:37:10+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=133ba58e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=133ba7e6-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:37:10+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=133ba58e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=133ba7e6-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:37:10+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=133ba58e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=133ba7e6-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:37:28+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f6f33ee-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=0f6f35d8-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:37:28+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e31c8c4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=1e31cb12-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:37:35+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=133ba58e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=133ba7e6-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:37:35+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=222a658a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=222a674c-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:37:35+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=222a658a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=222a674c-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:37:35+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=222a658a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=222a674c-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:37:53+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e31c8c4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=1e31cb12-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:37:53+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf46498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=2cf466f0-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:38:00+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=222a658a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=222a674c-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:38:00+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31161eb8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3116217e-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:38:00+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31161eb8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3116217e-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:38:00+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31161eb8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3116217e-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:38:18+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cf46498-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=2cf466f0-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:38:18+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb71ce6-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3bb71ee4-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:38:25+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31161eb8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3116217e-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:38:25+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4004d4be-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4004d766-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:38:25+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4004d4be-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4004d766-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:38:25+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4004d4be-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4004d766-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:38:43+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bb71ce6-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=3bb71ee4-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:38:43+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7ae7f8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4a7ae9ba-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:38:50+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4004d4be-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4004d766-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:38:50+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef1ddbe-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4ef1df76-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:38:50+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef1ddbe-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4ef1df76-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:38:50+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef1ddbe-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4ef1df76-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:39:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a7ae7f8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4a7ae9ba-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:39:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593e2eb2-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=593e306a-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:39:15+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef1ddbe-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=4ef1df76-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:39:15+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ddcde0a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=5ddce22e-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:39:15+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ddcde0a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=5ddce22e-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:39:15+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ddcde0a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=5ddce22e-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:39:32+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=593e2eb2-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=593e306a-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:39:32+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6801190a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=68011b58-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:39:40+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ddcde0a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=5ddce22e-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:39:40+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc8b88a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=6cc8bb5a-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:39:40+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc8b88a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=6cc8bb5a-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:39:40+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc8b88a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=6cc8bb5a-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:39:57+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6801190a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=68011b58-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:39:57+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c2e798-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=76c2f7e2-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:40:05+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc8b88a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=6cc8bb5a-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:40:05+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb4bd12-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=7bb4bf2e-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:40:05+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb4bd12-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=7bb4bf2e-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:40:05+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb4bd12-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=7bb4bf2e-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:40:22+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76c2e798-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=76c2f7e2-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:40:22+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8588566e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=858858bc-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:40:30+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb4bd12-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=7bb4bf2e-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:40:30+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa06bb4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=8aa06d58-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:40:30+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa06bb4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=8aa06d58-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:40:30+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa06bb4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=8aa06d58-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:40:46+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8588566e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=858858bc-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:40:46+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9450c208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9450c3ca-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:40:55+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa06bb4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=8aa06d58-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:40:55+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9990bd4a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9990bf5c-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:40:55+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9990bd4a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9990bf5c-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:40:55+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9990bd4a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9990bf5c-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:41:11+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9450c208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9450c3ca-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:41:11+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3126120-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a31262c4-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:41:20+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9990bd4a-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=9990bf5c-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:41:20+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a87d3626-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a87d37d4-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:41:20+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a87d3626-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a87d37d4-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:41:20+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a87d3626-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a87d37d4-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:41:36+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3126120-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a31262c4-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:41:36+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1d60978-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b1d60c2a-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:41:45+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a87d3626-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=a87d37d4-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:41:45+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b769c294-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b769c50a-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:41:45+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b769c294-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b769c50a-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:41:45+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b769c294-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b769c50a-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:42:01+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1d60978-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b1d60c2a-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:42:01+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0990be0-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c0990ee2-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:42:10+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b769c294-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=b769c50a-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:42:10+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6570208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c657041a-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:42:10+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6570208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c657041a-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:42:10+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6570208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c657041a-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:42:25+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0990be0-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c0990ee2-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:42:25+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5d170c-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=cf5d19fa-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:42:35+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6570208-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=c657041a-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:42:35+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5424f8e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=d5425146-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:42:35+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5424f8e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=d5425146-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:42:35+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5424f8e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=d5425146-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:42:50+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf5d170c-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=cf5d19fa-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:42:50+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de1f8d60-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=de1f9012-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:43:00+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5424f8e-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=d5425146-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:43:00+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42e39cc-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=e42e3be8-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:43:00+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42e39cc-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=e42e3be8-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:43:00+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e42e39cc-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=e42e3be8-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:43:15+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de1f8d60-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=de1f9012-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:43:15+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece1b7d8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=ece1bc38-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:43:25+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e42e39cc-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=e42e3be8-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:43:25+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f31a1f96-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=f31a2216-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:43:25+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f31a1f96-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=f31a2216-71d1-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:43:25+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f31a1f96-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=f31a2216-71d1-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:43:40+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ece1b7d8-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=ece1bc38-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:43:40+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba46cd4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=fba46e96-71d1-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:43:50+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f31a1f96-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=f31a2216-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:43:50+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02066d0c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=02066fc8-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:43:50+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02066d0c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=02066fc8-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:43:50+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02066d0c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=02066fc8-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:44:05+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fba46cd4-71d1-11ed-80fc-12bf11a75cf8 | InvocationID=fba46e96-71d1-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:44:05+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6b620e-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=0a6b660a-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:44:15+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02066d0c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=02066fc8-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:44:15+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f2824c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=10f284e0-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:44:16+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f2824c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=10f284e0-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:44:16+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f2824c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=10f284e0-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:44:29+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a6b620e-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=0a6b660a-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:44:29+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1935351c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=193536f2-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:44:41+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f2824c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=10f284e0-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:44:41+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdde922-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=1fddeb98-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:44:41+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdde922-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=1fddeb98-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:44:41+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdde922-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=1fddeb98-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:44:54+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1935351c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=193536f2-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:44:54+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27f7b2be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=27f7b4d0-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:45:06+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdde922-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=1fddeb98-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:45:06+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eca5984-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=2eca5f42-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:45:06+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eca5984-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=2eca5f42-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:45:06+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eca5984-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=2eca5f42-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:45:19+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27f7b2be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=27f7b4d0-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:45:19+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36beb266-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=36beb428-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:45:31+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eca5984-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=2eca5f42-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:45:31+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db61b7c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=3db62b3a-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:45:31+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db61b7c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=3db62b3a-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:45:31+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db61b7c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=3db62b3a-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:45:44+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36beb266-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=36beb428-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:45:44+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4583d4fc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4583d772-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:45:56+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db61b7c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=3db62b3a-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:45:56+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca45c34-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4ca46058-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:45:56+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca45c34-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4ca46058-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:45:56+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ca45c34-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4ca46058-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:46:08+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4583d4fc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4583d772-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:46:08+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5448ec2a-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5448eeaa-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:46:21+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ca45c34-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=4ca46058-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:46:21+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b917574-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5b917786-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:46:21+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b917574-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5b917786-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:46:21+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b917574-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5b917786-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:46:33+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5448ec2a-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5448eeaa-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:46:33+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=630bc854-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=630bca66-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:46:46+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b917574-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=5b917786-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:46:46+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7cbbfc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=6a7cbe22-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:46:46+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7cbbfc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=6a7cbe22-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:46:46+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7cbbfc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=6a7cbe22-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:46:58+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=630bc854-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=630bca66-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:46:58+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71ce627a-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=71ce64aa-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:47:11+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7cbbfc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=6a7cbe22-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:47:11+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796838d0-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=79683a88-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:47:11+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796838d0-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=79683a88-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:47:11+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=796838d0-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=79683a88-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:47:23+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71ce627a-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=71ce64aa-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:47:23+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8092c116-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=8092c4f4-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:47:36+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=796838d0-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=79683a88-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:47:36+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88551ae8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=88551cbe-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:47:36+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88551ae8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=88551cbe-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:47:36+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88551ae8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=88551cbe-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:47:48+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8092c116-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=8092c4f4-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:47:48+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f56b8ce-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=8f56baea-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:48:01+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88551ae8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=88551cbe-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:48:01+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974095be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=974097c6-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:48:01+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974095be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=974097c6-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:48:01+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974095be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=974097c6-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:48:12+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f56b8ce-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=8f56baea-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:48:12+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e1c1548-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=9e1c1746-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:48:26+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974095be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=974097c6-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:48:26+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62c3fec-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=a62c41ae-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:48:26+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62c3fec-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=a62c41ae-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:48:26+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62c3fec-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=a62c41ae-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:48:37+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e1c1548-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=9e1c1746-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:48:37+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acdff1bc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=acdff3a6-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:48:51+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62c3fec-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=a62c41ae-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:48:51+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51806a8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=b5180932-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:48:51+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51806a8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=b5180932-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:48:51+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51806a8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=b5180932-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:49:02+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acdff1bc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=acdff3a6-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:49:02+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba248c6-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=bba24a7e-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:49:16+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51806a8-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=b5180932-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:49:16+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c403a636-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=c403a88e-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:49:16+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c403a636-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=c403a88e-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:49:16+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c403a636-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=c403a88e-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:49:27+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bba248c6-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=bba24a7e-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:49:27+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca64c320-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ca64c5c8-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:49:41+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c403a636-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=c403a88e-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:49:41+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2eed56c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d2eed7ce-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:49:41+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2eed56c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d2eed7ce-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:49:41+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2eed56c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d2eed7ce-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:49:51+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca64c320-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ca64c5c8-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:49:51+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92b2b42-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d92b2d72-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:50:06+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2eed56c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d2eed7ce-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:50:06+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1da25cc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e1da2838-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:50:06+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1da25cc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e1da2838-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:50:06+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1da25cc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e1da2838-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:50:16+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d92b2b42-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=d92b2d72-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:50:16+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ede7be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e7edeb92-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:50:31+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1da25cc-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e1da2838-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:50:31+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c61168-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f0c61302-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:50:31+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c61168-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f0c61302-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:50:31+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0c61168-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f0c61302-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:50:41+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ede7be-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=e7edeb92-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:50:41+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b20eba-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f6b210d6-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:50:56+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0c61168-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f0c61302-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:50:56+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffb6870c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ffb68946-71d2-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:50:56+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffb6870c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ffb68946-71d2-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:50:56+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffb6870c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ffb68946-71d2-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:51:06+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b20eba-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=f6b210d6-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:51:06+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05744dbe-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=05745066-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:51:21+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffb6870c-71d2-11ed-80fc-12bf11a75cf8 | InvocationID=ffb68946-71d2-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:51:21+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ea1f896-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=0ea1fa58-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:51:21+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ea1f896-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=0ea1fa58-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:51:21+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ea1f896-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=0ea1fa58-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:51:30+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05744dbe-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=05745066-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:51:30+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1437a7ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1437a968-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:51:46+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ea1f896-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=0ea1fa58-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:51:46+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8d39ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1d8d3bea-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:51:46+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8d39ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1d8d3bea-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:51:46+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d8d39ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1d8d3bea-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:51:55+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1437a7ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1437a968-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:51:55+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fa0aa4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=22fa10a8-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:52:11+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d8d39ba-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=1d8d3bea-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:52:11+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c79308c-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=2c7932ee-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:52:11+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c79308c-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=2c7932ee-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:52:11+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c79308c-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=2c7932ee-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:52:20+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22fa0aa4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=22fa10a8-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:52:20+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31bcc2fc-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=31bcc4b4-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:52:36+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c79308c-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=2c7932ee-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:52:36+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b652772-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=3b65337a-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:52:36+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b652772-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=3b65337a-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:52:36+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b652772-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=3b65337a-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:52:45+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31bcc2fc-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=31bcc4b4-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:52:45+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408386e0-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=40838884-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:53:01+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b652772-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=3b65337a-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:53:01+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a509f0a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4a50a0d6-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:53:01+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a509f0a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4a50a0d6-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:01+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a509f0a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4a50a0d6-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:10+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=408386e0-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=40838884-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:53:10+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f46a40a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4f46a612-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:53:26+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a509f0a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4a50a0d6-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:53:26+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593bebb4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=593bf032-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:53:26+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593bebb4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=593bf032-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:26+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593bebb4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=593bf032-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:34+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f46a40a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=4f46a612-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:53:34+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e0abed6-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=5e0ac1b0-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:53:51+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593bebb4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=593bf032-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:53:51+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6828469a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=68284906-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:53:51+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6828469a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=68284906-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:51+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6828469a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=68284906-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:53:59+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e0abed6-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=5e0ac1b0-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:53:59+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cd0868a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=6cd088ba-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:54:16+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6828469a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=68284906-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:54:16+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7713ef56-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7713f21c-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:54:16+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7713ef56-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7713f21c-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:54:16+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7713ef56-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7713f21c-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:54:24+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cd0868a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=6cd088ba-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:54:24+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b931f7a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7b932178-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:54:41+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7713ef56-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7713f21c-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:54:41+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8601f2ec-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8601f530-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:54:41+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8601f2ec-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8601f530-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:54:41+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8601f2ec-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8601f530-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:54:49+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b931f7a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=7b932178-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:54:49+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a55b6da-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8a55b900-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:55:06+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8601f2ec-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8601f530-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:55:06+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ed7484-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=94ed7704-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:55:06+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ed7484-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=94ed7704-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:55:06+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ed7484-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=94ed7704-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:55:13+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a55b6da-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=8a55b900-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:55:13+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=991ac976-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=991acb1a-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:55:31+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ed7484-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=94ed7704-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:55:31+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d90742-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a3d909d6-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:55:31+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d90742-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a3d909d6-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:55:31+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d90742-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a3d909d6-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:55:38+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=991ac976-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=991acb1a-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:55:38+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7dd966e-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a7dd9812-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:55:56+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d90742-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a3d909d6-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:55:56+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c60a02-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b2c60c32-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:55:57+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c60a02-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b2c60c32-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:55:57+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c60a02-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b2c60c32-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:56:03+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7dd966e-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=a7dd9812-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:56:03+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a029f0-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b6a02bb2-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:56:22+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c60a02-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b2c60c32-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:56:22+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b1bf52-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c1b1c16e-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:56:22+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b1bf52-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c1b1c16e-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:56:22+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1b1bf52-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c1b1c16e-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:56:28+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6a029f0-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=b6a02bb2-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:56:28+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c562cc90-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c562ce34-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:56:47+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1b1bf52-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c1b1c16e-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:56:47+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09d62be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d09d64f8-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:56:47+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09d62be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d09d64f8-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:56:47+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09d62be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d09d64f8-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:56:52+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c562cc90-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=c562ce34-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:56:52+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d425e212-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d425e4d8-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:57:12+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09d62be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d09d64f8-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:57:12+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df89cef2-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=df89d172-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:57:12+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df89cef2-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=df89d172-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:57:12+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df89cef2-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=df89d172-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:57:17+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d425e212-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=d425e4d8-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:57:17+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ead1f4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=e2ead398-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:57:37+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df89cef2-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=df89d172-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:57:37+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee76791a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=ee767ad2-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:57:37+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee76791a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=ee767ad2-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:57:37+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee76791a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=ee767ad2-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:57:42+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2ead1f4-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=e2ead398-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:57:42+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1acf7c6-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=f1acf9c4-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:58:02+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee76791a-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=ee767ad2-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:58:02+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd61a8be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=fd61aae4-71d3-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:58:02+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd61a8be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=fd61aae4-71d3-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:02+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd61a8be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=fd61aae4-71d3-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:07+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1acf7c6-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=f1acf9c4-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:58:07+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00751d10-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=00752080-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:58:27+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd61a8be-71d3-11ed-80fc-12bf11a75cf8 | InvocationID=fd61aae4-71d3-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:58:27+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4d4b1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0c4d4f04-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:58:27+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4d4b1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0c4d4f04-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:27+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4d4b1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0c4d4f04-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:32+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00751d10-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=00752080-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:58:32+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f3e0c1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0f3e178e-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:58:52+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4d4b1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0c4d4f04-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:58:52+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b39b3ae-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1b39b5de-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:58:52+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b39b3ae-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1b39b5de-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:52+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b39b3ae-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1b39b5de-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:58:56+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f3e0c1c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=0f3e178e-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:58:56+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e03ae14-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1e03b0e4-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:59:17+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b39b3ae-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1b39b5de-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:59:17+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a259112-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2a25936a-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:59:17+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a259112-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2a25936a-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:59:17+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a259112-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2a25936a-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:59:21+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e03ae14-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=1e03b0e4-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:59:21+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc93a4a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2cc93c5c-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T23:59:42+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a259112-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2a25936a-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T23:59:42+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39115e04-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=39116070-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T23:59:42+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39115e04-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=39116070-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:59:42+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39115e04-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=39116070-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T23:59:46+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc93a4a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=2cc93c5c-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-01T23:59:46+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8cd2e4-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=3b8cd532-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:00:07+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39115e04-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=39116070-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-02T00:00:07+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fd742a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=47fd7678-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-02T00:00:07+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fd742a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=47fd7678-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:00:07+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fd742a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=47fd7678-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:00:11+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b8cd2e4-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=3b8cd532-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-02T00:00:11+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a509072-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=4a5094b4-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:00:32+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fd742a-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=47fd7678-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-02T00:00:32+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e9f170-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=56e9f3b4-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-02T00:00:32+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e9f170-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=56e9f3b4-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:00:32+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e9f170-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=56e9f3b4-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:00:35+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a509072-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=4a5094b4-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-02T00:00:35+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59157866-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=59157a82-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:00:57+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e9f170-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=56e9f3b4-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-02T00:00:57+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65dc2c8e-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=65dc2e46-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-02T00:00:57+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65dc2c8e-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=65dc2e46-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:00:57+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65dc2c8e-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=65dc2e46-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:01:00+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59157866-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=59157a82-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-02T00:01:00+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d87664-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=67d8781c-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:01:22+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65dc2c8e-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=65dc2e46-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-02T00:01:22+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74c8f6e6-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=74c8f8b2-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-02T00:01:22+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74c8f6e6-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=74c8f8b2-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:01:22+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74c8f6e6-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=74c8f8b2-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:01:25+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67d87664-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=67d8781c-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-02T00:01:25+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769b35ec-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=769b3844-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:01:47+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74c8f6e6-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=74c8f8b2-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF activation/deactivation policy response events.
2022-12-02T00:01:47+0000 | policy_event_thread | 140044335610656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b5251c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=83b526d4-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-02T00:01:47+0000 | policy_event_thread | 140044335610656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b5251c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=83b526d4-71d4-11ed-80fc-12bf11a75cf8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:01:47+0000 | policy_event_thread | 140044335610656 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83b5251c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=83b526d4-71d4-11ed-80fc-12bf11a75cf8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-02T00:01:50+0000 | aai_event_thread | 140044334549792 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=769b35ec-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=769b3844-71d4-11ed-80fc-12bf11a75cf8 | Polling MR for XNF AAI events.
2022-12-02T00:01:50+0000 | aai_event_thread | 140044334549792 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855cd75c-71d4-11ed-80fc-12bf11a75cf8 | InvocationID=855cd900-71d4-11ed-80fc-12bf11a75cf8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-02T00:02:12+0000 | policy_event_thread | 140044335610656 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83b5251c-71d4-11ed-80fc-