Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-01-23T05:11:27+0000 | MainThread | 139698923760968 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-23T05:11:27+0000 | MainThread | 139698923760968 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-01-23T05:11:27+0000 | MainThread | 139698923760968 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-23T05:11:27+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:11:27+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bba02a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bba282-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:11:27+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-23T05:11:27+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bdaf96-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bdb20c-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:11:27+0000 | MainThread | 139698923760968 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-23T05:11:27+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bba02a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bba282-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:11:27+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63bba02a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bba282-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:11:27+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bdaf96-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bdb20c-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:11:27+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63bdaf96-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bdb20c-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:11:47+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63bdaf96-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bdb20c-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:11:47+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd9463c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd94ab0-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:11:47+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd9463c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd94ab0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:11:47+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd9463c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd94ab0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:11:52+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63bba02a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=63bba282-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:11:52+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d64e48-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=72d65794-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:11:52+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d64e48-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=72d65794-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:11:52+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d64e48-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=72d65794-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:12:07+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd9463c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd94ab0-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:12:07+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bceea5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7bcef266-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:12:07+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bceea5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7bcef266-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:12:07+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bceea5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7bcef266-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:12:17+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d64e48-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=72d65794-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:12:17+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c5fd68-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=81c602e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:12:17+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c5fd68-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=81c602e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:12:17+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c5fd68-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=81c602e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:12:27+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bceea5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7bcef266-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:12:27+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c42cee-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87c42ea6-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:12:27+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c42cee-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87c42ea6-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:12:27+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87c42cee-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87c42ea6-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:12:42+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c5fd68-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=81c602e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:12:42+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b4c03e-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=90b4c25a-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:12:42+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b4c03e-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=90b4c25a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:12:42+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90b4c03e-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=90b4c25a-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:12:47+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87c42cee-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87c42ea6-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:12:47+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b44d54-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=93b44f66-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:12:48+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b44d54-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=93b44f66-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:12:48+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93b44d54-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=93b44f66-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:07+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90b4c03e-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=90b4c25a-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:13:07+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9fdd40-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9f9fe0ce-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:13:08+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9fdd40-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9f9fe0ce-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:13:08+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9fdd40-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9f9fe0ce-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:13:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93b44d54-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=93b44f66-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:13:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa7a930-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9fa7ac0a-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:13:08+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa7a930-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9fa7ac0a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:08+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fa7a930-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9fa7ac0a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fa7a930-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9fa7ac0a-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:13:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab992b6a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ab99370e-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:13:28+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab992b6a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ab99370e-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:28+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab992b6a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ab99370e-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:33+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9fdd40-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9f9fe0ce-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:13:33+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae90951a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ae9097e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:13:33+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae90951a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ae9097e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:13:33+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae90951a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ae9097e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:13:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab992b6a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ab99370e-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:13:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b790fa56-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b790fccc-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:13:48+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b790fa56-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b790fccc-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:48+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b790fa56-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b790fccc-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:13:58+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae90951a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ae9097e0-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:13:58+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7e65c0-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd7e6778-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:13:58+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7e65c0-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd7e6778-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:13:58+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7e65c0-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd7e6778-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:14:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b790fa56-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b790fccc-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:14:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c383041c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3830642-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:14:08+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c383041c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3830642-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:14:08+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c383041c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3830642-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:14:23+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7e65c0-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd7e6778-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:14:23+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6cb852-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc6cba14-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:14:23+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6cb852-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc6cba14-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:14:23+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6cb852-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc6cba14-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:14:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c383041c-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3830642-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:14:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf757c5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cf757f7a-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:14:28+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf757c5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cf757f7a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:14:28+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf757c5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cf757f7a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:14:48+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6cb852-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc6cba14-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:14:48+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db578b3a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db578f7c-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:14:48+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db578b3a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db578f7c-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:14:48+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db578b3a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db578f7c-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:14:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf757c5a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cf757f7a-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:14:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db6781fc-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db6783f0-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:14:48+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db6781fc-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db6783f0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:14:48+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db6781fc-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db6783f0-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db6781fc-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db6783f0-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:15:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e758bcec-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e758bf1c-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:15:08+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e758bcec-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e758bf1c-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:08+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e758bcec-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e758bf1c-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:13+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db578b3a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db578f7c-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:15:13+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea44e5e8-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea44e7fa-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:15:13+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea44e5e8-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea44e7fa-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:15:13+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea44e5e8-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea44e7fa-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:15:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e758bcec-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e758bf1c-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:15:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34939d2-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f3493c52-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:15:28+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34939d2-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f3493c52-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:28+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34939d2-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f3493c52-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:38+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea44e5e8-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea44e7fa-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:15:38+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9327e8a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f932824a-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:15:38+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9327e8a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f932824a-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:15:38+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9327e8a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f932824a-9adc-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:15:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34939d2-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f3493c52-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:15:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3b0644-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ff3b08ba-9adc-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:15:48+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3b0644-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ff3b08ba-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:15:48+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff3b0644-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ff3b08ba-9adc-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:03+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9327e8a-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f932824a-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:16:03+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08252726-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=082539aa-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:16:03+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08252726-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=082539aa-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:16:03+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08252726-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=082539aa-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:16:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff3b0644-9adc-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ff3b08ba-9adc-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:16:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2bb854-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b2bbafc-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:16:08+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2bb854-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b2bbafc-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:08+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b2bb854-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b2bbafc-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:28+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08252726-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=082539aa-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:16:28+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=171304ce-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171306ea-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:16:28+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=171304ce-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171306ea-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:16:28+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=171304ce-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171306ea-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:16:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b2bb854-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b2bbafc-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:16:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=171eab80-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171ead9c-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:16:28+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=171eab80-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171ead9c-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:28+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=171eab80-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171ead9c-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=171eab80-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171ead9c-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:16:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230e655c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=230e67a0-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:16:48+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230e655c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=230e67a0-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:48+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=230e655c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=230e67a0-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:16:53+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=171304ce-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=171306ea-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:16:53+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25fe734c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=25fe7590-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:16:53+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25fe734c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=25fe7590-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:16:53+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25fe734c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=25fe7590-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:17:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=230e655c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=230e67a0-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:17:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eff547a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2eff56c8-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:17:08+0000 | aai_event_thread | 139698873023264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eff547a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2eff56c8-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:17:08+0000 | aai_event_thread | 139698873023264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eff547a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2eff56c8-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-23T05:17:18+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25fe734c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=25fe7590-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:17:18+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e95fb6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34e9622c-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:17:18+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e95fb6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34e9622c-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:17:18+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e95fb6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34e9622c-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:17:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eff547a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2eff56c8-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:17:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af06b66-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3af06da0-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:17:43+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e95fb6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34e9622c-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:17:43+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43d602f4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=43d604d4-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:17:43+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43d602f4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=43d604d4-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:17:43+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43d602f4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=43d604d4-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:17:53+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3af06b66-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3af06da0-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:17:53+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d576b2-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=49d57874-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:18:08+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43d602f4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=43d604d4-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:18:08+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c213e8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=52c215fa-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:18:08+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c213e8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=52c215fa-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:18:08+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c213e8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=52c215fa-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:18:13+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49d576b2-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=49d57874-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:18:13+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55cbbcd8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=55cbbe90-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:18:33+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c213e8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=52c215fa-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:18:33+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61ae8ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61ae8da0-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:18:33+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61ae8ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61ae8da0-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:18:33+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61ae8ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61ae8da0-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:18:33+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55cbbcd8-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=55cbbe90-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:18:33+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c174ba-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61c177d0-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:18:53+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c174ba-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61c177d0-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:18:53+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dca704a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6dca7220-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:18:58+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61ae8ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=61ae8da0-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:18:58+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709c1184-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=709c1346-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:18:58+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709c1184-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=709c1346-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:18:58+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709c1184-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=709c1346-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:19:14+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dca704a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6dca7220-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:19:14+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a0b8560-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7a0b87ae-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:19:23+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709c1184-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=709c1346-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:19:23+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f886094-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7f886300-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:19:23+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f886094-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7f886300-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:19:23+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f886094-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7f886300-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:19:39+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a0b8560-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7a0b87ae-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:19:39+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cda2a4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=88cda484-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:19:48+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f886094-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7f886300-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:19:48+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7436e6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8e743966-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:19:48+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7436e6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8e743966-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:19:48+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e7436e6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8e743966-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:20:03+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88cda2a4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=88cda484-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:20:03+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97901628-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9790193e-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:20:13+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e7436e6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8e743966-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:20:13+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d609d3e-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9d609fb4-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:20:13+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d609d3e-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9d609fb4-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:20:13+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d609d3e-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9d609fb4-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:20:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97901628-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9790193e-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:20:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a652cdf4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a652d056-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:20:38+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d609d3e-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9d609fb4-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:20:38+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac4d2268-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ac4d2434-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:20:38+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac4d2268-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ac4d2434-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:20:38+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac4d2268-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ac4d2434-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:20:53+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a652cdf4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a652d056-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:20:53+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b517111a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b5171570-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:21:03+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac4d2268-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ac4d2434-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:21:03+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb39bb74-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bb39bdea-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:21:03+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb39bb74-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bb39bdea-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:21:03+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb39bb74-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bb39bdea-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:21:18+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b517111a-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b5171570-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:21:18+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d8a04c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3d8a2a4-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:21:28+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb39bb74-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bb39bdea-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:21:28+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca25e176-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ca25fac6-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:21:28+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca25e176-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ca25fac6-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:21:28+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca25e176-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ca25fac6-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:21:43+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3d8a04c-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3d8a2a4-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:21:43+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d29bca82-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d29bcc58-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:21:53+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca25e176-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ca25fac6-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:21:53+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9138ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d9138c7e-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:21:53+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9138ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d9138c7e-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:21:53+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9138ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d9138c7e-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:22:07+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d29bca82-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d29bcc58-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:22:07+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15f3324-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e15f40ee-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:22:18+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9138ac6-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d9138c7e-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:22:18+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ff01dc-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e7ff06aa-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:22:18+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ff01dc-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e7ff06aa-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:22:18+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ff01dc-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e7ff06aa-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:22:32+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e15f3324-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e15f40ee-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:22:32+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0238cde-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0238f9a-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:22:43+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ff01dc-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e7ff06aa-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:22:43+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ebfed4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f6ec00a0-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:22:43+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ebfed4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f6ec00a0-9add-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:22:43+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ebfed4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f6ec00a0-9add-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:22:57+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0238cde-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0238f9a-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:22:57+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fee45bc2-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fee45d7a-9add-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:23:08+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ebfed4-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f6ec00a0-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:23:08+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d7a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=05d7ab6e-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:23:09+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d7a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=05d7ab6e-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:23:09+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05d7a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=05d7ab6e-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:23:22+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fee45bc2-9add-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fee45d7a-9add-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:23:22+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da60962-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0da60b9c-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:23:34+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05d7a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=05d7ab6e-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:23:34+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c3a68c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=14c3a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:23:34+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c3a68c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=14c3a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:23:34+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14c3a68c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=14c3a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:23:46+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0da60962-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0da60b9c-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:23:46+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c670690-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1c670924-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:23:59+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14c3a68c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=14c3a9a2-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:23:59+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b0ce9a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=23b0d1b0-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:23:59+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b0ce9a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=23b0d1b0-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:23:59+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23b0ce9a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=23b0d1b0-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:24:11+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c670690-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1c670924-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:24:11+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2d350a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2b2d37d0-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:24:24+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23b0ce9a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=23b0d1b0-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:24:24+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329bd256-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=329bd53a-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:24:24+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329bd256-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=329bd53a-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:24:24+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=329bd256-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=329bd53a-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:24:36+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b2d350a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2b2d37d0-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:24:36+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f03fec-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=39f04208-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:24:49+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=329bd256-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=329bd53a-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:24:49+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41884402-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=418845ba-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:24:49+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41884402-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=418845ba-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:24:49+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41884402-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=418845ba-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:25:01+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f03fec-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=39f04208-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:25:01+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48b14418-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=48b146ca-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:25:14+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41884402-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=418845ba-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:25:14+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5073bed8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5073c16c-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:25:14+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5073bed8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5073c16c-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:25:14+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5073bed8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5073c16c-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:25:25+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48b14418-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=48b146ca-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:25:25+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57736f9e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5773719c-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:25:39+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5073bed8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5073c16c-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:25:39+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f62856e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5f6287f8-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:25:39+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f62856e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5f6287f8-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:25:39+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f62856e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5f6287f8-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:25:50+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57736f9e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5773719c-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:25:50+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6634bd4e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6634bf10-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:26:04+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f62856e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5f6287f8-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:26:04+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e4ee090-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6e4ee41e-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:26:04+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e4ee090-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6e4ee41e-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:26:04+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e4ee090-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6e4ee41e-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:26:15+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6634bd4e-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6634bf10-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:26:15+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f606a8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=74f6087e-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:26:29+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e4ee090-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6e4ee41e-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:26:29+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3a8ffa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7d3a923e-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:26:29+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3a8ffa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7d3a923e-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:26:29+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3a8ffa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7d3a923e-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:26:40+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74f606a8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=74f6087e-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:26:40+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b65224-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=83b653d2-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:26:54+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3a8ffa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7d3a923e-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:26:54+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c25a22a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8c25a3ec-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:26:54+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c25a22a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8c25a3ec-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:26:54+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c25a22a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8c25a3ec-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:27:04+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b65224-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=83b653d2-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:27:04+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92792386-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9279258e-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:27:19+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c25a22a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8c25a3ec-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:27:19+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b11185a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b111d46-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:27:19+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b11185a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b111d46-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:27:19+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b11185a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b111d46-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:27:29+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92792386-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9279258e-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:27:29+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a13a1a74-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a13a1c22-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:27:44+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b11185a-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b111d46-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:27:44+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9feaecc-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a9feb156-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:27:44+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9feaecc-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a9feb156-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:27:44+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9feaecc-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a9feb156-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:27:54+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a13a1a74-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a13a1c22-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:27:54+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=affab58c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=affab7bc-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:28:09+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9feaecc-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a9feb156-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:28:09+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8eb8040-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8eb82c0-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:28:09+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8eb8040-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8eb82c0-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:28:09+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8eb8040-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8eb82c0-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:28:19+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=affab58c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=affab7bc-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:28:19+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bebda598-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bebda764-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:28:34+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8eb8040-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8eb82c0-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:28:34+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d7447c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7d746f2-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:28:34+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d7447c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7d746f2-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:28:34+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d7447c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7d746f2-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:28:43+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bebda598-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bebda764-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:28:43+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd7eb7d4-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd7eb9dc-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:28:59+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d7447c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7d746f2-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:28:59+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c3dd24-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d6c3def0-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:28:59+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c3dd24-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d6c3def0-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:28:59+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c3dd24-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d6c3def0-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:29:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd7eb7d4-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd7eb9dc-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:29:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc4322fa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc43255c-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:29:24+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c3dd24-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d6c3def0-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:29:24+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5af5db8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5af5f70-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:29:24+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5af5db8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5af5f70-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:29:24+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5af5db8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5af5f70-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:29:33+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc4322fa-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc43255c-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:29:33+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb048572-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb0487fc-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:29:49+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5af5db8-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5af5f70-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:29:49+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49afb5c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f49afdaa-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:29:49+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49afb5c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f49afdaa-9ade-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:29:49+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49afb5c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f49afdaa-9ade-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:29:58+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb048572-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb0487fc-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:29:58+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ca3584-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f9ca3746-9ade-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:30:14+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49afb5c-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f49afdaa-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:30:14+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0385affe-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0385b2f6-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:30:14+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0385affe-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0385b2f6-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:30:14+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0385affe-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0385b2f6-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:30:23+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ca3584-9ade-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f9ca3746-9ade-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:30:23+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088a3f88-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=088a421c-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:30:39+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0385affe-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0385b2f6-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:30:39+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1273c8c0-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1273cb22-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:30:39+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1273c8c0-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1273cb22-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:30:39+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1273c8c0-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1273cb22-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:30:47+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=088a3f88-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=088a421c-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:30:47+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174cb230-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=174cb406-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:31:04+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1273c8c0-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1273cb22-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:31:04+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=215fa340-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=215fa62e-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:31:04+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=215fa340-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=215fa62e-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:31:04+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=215fa340-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=215fa62e-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:31:12+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=174cb230-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=174cb406-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:31:12+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=260d8d8a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=260d8f42-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:31:29+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=215fa340-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=215fa62e-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:31:29+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304dde44-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=304de074-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:31:29+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304dde44-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=304de074-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:31:29+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304dde44-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=304de074-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:31:37+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=260d8d8a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=260d8f42-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:31:37+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ce7ca8-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34ce7f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:31:54+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304dde44-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=304de074-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:31:54+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f3d1c30-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3f3d1f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:31:54+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f3d1c30-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3f3d1f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:31:54+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f3d1c30-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3f3d1f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:32:02+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34ce7ca8-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34ce7f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:32:02+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438eecb4-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=438eef98-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:32:19+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f3d1c30-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3f3d1f28-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:32:19+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e291e92-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4e2920ae-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:32:19+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e291e92-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4e2920ae-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:32:19+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e291e92-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4e2920ae-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:32:26+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=438eecb4-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=438eef98-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:32:26+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=524efa00-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=524efca8-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:32:44+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e291e92-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4e2920ae-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:32:44+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1547fa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5d154a84-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:32:44+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1547fa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5d154a84-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:32:44+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1547fa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5d154a84-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:32:51+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=524efa00-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=524efca8-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:32:51+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6114e572-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6114e72a-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:33:09+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1547fa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5d154a84-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:33:09+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c00a35e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6c00a50c-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:33:09+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c00a35e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6c00a50c-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:33:09+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c00a35e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6c00a50c-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:33:16+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6114e572-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6114e72a-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:33:16+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd5633e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd56596-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:33:34+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c00a35e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6c00a50c-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:33:34+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aec87f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7aec8c20-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:33:34+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aec87f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7aec8c20-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:33:34+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aec87f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7aec8c20-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:33:41+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd5633e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6fd56596-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:33:41+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e96b396-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e96b65c-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:33:59+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aec87f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7aec8c20-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:33:59+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d7b48a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=89d7b750-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:33:59+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d7b48a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=89d7b750-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:33:59+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89d7b48a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=89d7b750-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:34:05+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e96b396-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e96b65c-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:34:05+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d57bbd2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d57bf88-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:34:24+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89d7b48a-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=89d7b750-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:34:24+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c3ea68-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=98c3ec34-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:34:25+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c3ea68-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=98c3ec34-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:34:25+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c3ea68-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=98c3ec34-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:34:30+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d57bbd2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d57bf88-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:34:30+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c18ddd6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c18e006-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:34:50+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c3ea68-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=98c3ec34-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:34:50+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7b03504-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a7b03aea-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:34:50+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7b03504-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a7b03aea-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:34:50+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7b03504-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a7b03aea-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:34:55+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c18ddd6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c18e006-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:34:55+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aada4d32-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aada503e-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:35:15+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7b03504-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a7b03aea-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:35:15+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69e30b6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b69e32dc-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:35:15+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69e30b6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b69e32dc-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:35:15+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69e30b6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b69e32dc-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:35:20+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aada4d32-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aada503e-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:35:20+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a25800-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9a259b8-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:35:40+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69e30b6-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b69e32dc-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:35:40+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c58c29f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c58c2c86-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:35:40+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c58c29f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c58c2c86-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:35:40+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c58c29f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c58c2c86-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:35:44+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9a25800-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9a259b8-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:35:44+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c864a136-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c864a47e-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:36:05+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c58c29f2-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c58c2c86-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:36:05+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47b380e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d47b3a8e-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:36:05+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47b380e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d47b3a8e-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:05+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d47b380e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d47b3a8e-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:09+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c864a136-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c864a47e-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:36:09+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d728c742-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d728d0d4-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:36:30+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d47b380e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d47b3a8e-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:36:30+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36764aa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e36766a8-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:36:30+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36764aa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e36766a8-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:30+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36764aa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e36766a8-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:34+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d728c742-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d728d0d4-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:36:34+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e9ef54-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5e9f1f2-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:36:55+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36764aa-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e36766a8-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:36:55+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2551548-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f2551dc2-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:36:55+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2551548-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f2551dc2-9adf-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:55+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2551548-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f2551dc2-9adf-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:36:59+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5e9ef54-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e5e9f1f2-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:36:59+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4ae0a3e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f4ae0d0e-9adf-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:37:20+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2551548-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f2551dc2-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:37:20+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01410058-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=014110ac-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:37:20+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01410058-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=014110ac-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:37:20+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01410058-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=014110ac-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:37:23+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4ae0a3e-9adf-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f4ae0d0e-9adf-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:37:23+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03719c52-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=03719e14-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:37:45+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01410058-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=014110ac-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:37:45+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102e5016-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=102e564c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:37:45+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102e5016-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=102e564c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:37:45+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102e5016-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=102e564c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:37:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03719c52-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=03719e14-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:37:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1236ab1a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1236ad90-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:38:10+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102e5016-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=102e564c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:38:10+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1bce28-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1f1bd1e8-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:38:10+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1bce28-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1f1bd1e8-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:38:10+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1bce28-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1f1bd1e8-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:38:13+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1236ab1a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1236ad90-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:38:13+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f6e570-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=20f6e7f0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:38:35+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1bce28-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1f1bd1e8-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:38:35+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0a3136-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2e0a385c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:38:35+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0a3136-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2e0a385c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:38:35+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0a3136-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2e0a385c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:38:38+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20f6e570-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=20f6e7f0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:38:38+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb7e2b2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2fb7e500-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:39:00+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0a3136-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2e0a385c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:39:00+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf6dcb2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3cf6df1e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:39:00+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf6dcb2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3cf6df1e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:00+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf6dcb2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3cf6df1e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:03+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb7e2b2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2fb7e500-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:39:03+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e7d5d9a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3e7d6074-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:39:25+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf6dcb2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3cf6df1e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:39:25+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be477c0-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4be47a72-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:39:25+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be477c0-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4be47a72-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:25+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be477c0-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4be47a72-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:27+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e7d5d9a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3e7d6074-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:39:27+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d3e0b9a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4d3e0d5c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:39:50+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be477c0-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4be47a72-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:39:50+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5acf81ee-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5acf83a6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:39:50+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5acf81ee-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5acf83a6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:50+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5acf81ee-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5acf83a6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:39:52+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d3e0b9a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4d3e0d5c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:39:52+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bfdee48-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5bfdf000-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:40:15+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5acf81ee-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5acf83a6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:40:15+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69bb096c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=69bb0bb0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:40:15+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69bb096c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=69bb0bb0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:40:15+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69bb096c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=69bb0bb0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:40:17+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bfdee48-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5bfdf000-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:40:17+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6abe0846-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6abe0a08-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:40:40+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69bb096c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=69bb0bb0-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:40:40+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78a633f2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78a6365e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:40:40+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78a633f2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78a6365e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:40:40+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78a633f2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78a6365e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:40:41+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6abe0846-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6abe0a08-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:40:41+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=797dc8bc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=797dcd9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:41:05+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78a633f2-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78a6365e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:41:05+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8792298e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87922b50-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:41:05+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8792298e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87922b50-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:05+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8792298e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87922b50-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:06+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=797dc8bc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=797dcd9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:41:06+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88408448-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=884086fa-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:41:30+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8792298e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=87922b50-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:41:30+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=967de71c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=967dea82-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:41:30+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=967de71c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=967dea82-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:30+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=967de71c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=967dea82-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:31+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88408448-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=884086fa-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:41:31+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9700ed2e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9700ef90-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:41:55+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=967de71c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=967dea82-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:41:55+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a56b54c6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a56b580e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:41:55+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a56b54c6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a56b580e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:55+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a56b54c6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a56b580e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:41:56+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9700ed2e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9700ef90-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:41:56+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c10efc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a5c11244-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:42:20+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a56b54c6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a56b580e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:42:20+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4569982-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b4569b9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:42:20+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4569982-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b4569b9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:42:20+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4569982-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b4569b9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:42:21+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5c10efc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a5c11244-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:42:21+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b486a41a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b486a64a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:42:45+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4569982-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b4569b9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:42:45+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3418d8a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3418fa6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:42:45+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3418d8a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3418fa6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:42:45+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3418d8a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3418fa6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:42:45+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b486a41a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b486a64a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:42:45+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3467a52-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3467c8c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:43:10+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3467a52-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3467c8c-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:43:10+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d207c244-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d207c582-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:43:10+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3418d8a-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c3418fa6-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:43:10+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22c740e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d22c763e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:43:10+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22c740e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d22c763e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:43:10+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d22c740e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d22c763e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:43:35+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d207c244-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d207c582-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:43:35+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c961fc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e0c96a9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:43:35+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d22c740e-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d22c763e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:43:35+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e118c292-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e118c44a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:43:35+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e118c292-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e118c44a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:43:35+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e118c292-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e118c44a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:00+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c961fc-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e0c96a9e-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:44:00+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8a7ae6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ef8a7dfc-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:44:00+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e118c292-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e118c44a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:44:00+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f004922c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0049448-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:44:00+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f004922c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0049448-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:00+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f004922c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0049448-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:24+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef8a7ae6-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ef8a7dfc-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:44:24+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4d2286-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fe4d256a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:44:25+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f004922c-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f0049448-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:44:25+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feefcc98-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=feefce64-9ae0-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:44:25+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feefcc98-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=feefce64-9ae0-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:25+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feefcc98-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=feefce64-9ae0-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:49+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe4d2286-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fe4d256a-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:44:49+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0e19f6-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0d0e2464-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:44:50+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feefcc98-9ae0-11ed-8e8b-6a97e5a4f2c3 | InvocationID=feefce64-9ae0-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:44:50+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ddb5f38-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0ddb61f4-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:44:50+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ddb5f38-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0ddb61f4-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:44:50+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ddb5f38-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0ddb61f4-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:45:14+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d0e19f6-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0d0e2464-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:45:14+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bcebd10-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1bcebec8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:45:15+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ddb5f38-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0ddb61f4-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:45:15+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cc6dae0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1cc6dd6a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:45:15+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cc6dae0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1cc6dd6a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:45:15+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cc6dae0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1cc6dd6a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:45:39+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bcebd10-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1bcebec8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:45:39+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8ecbce-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2a8ecf2a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:45:40+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cc6dae0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1cc6dd6a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:45:40+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb1b19c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2bb1b426-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:45:40+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb1b19c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2bb1b426-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:45:40+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bb1b19c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2bb1b426-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:03+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8ecbce-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2a8ecf2a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:46:03+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394f68d0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=394f705a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:46:06+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bb1b19c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2bb1b426-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:46:06+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9cdb00-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3a9cde48-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:46:06+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9cdb00-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3a9cde48-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:06+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a9cdb00-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3a9cde48-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=394f68d0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=394f705a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:46:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48101892-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=48101cca-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:46:31+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a9cdb00-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3a9cde48-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:46:31+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49883646-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=498843ac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:46:31+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49883646-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=498843ac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:31+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49883646-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=498843ac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:53+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48101892-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=48101cca-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:46:53+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d0c228-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56d0c480-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:46:56+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49883646-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=498843ac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:46:56+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58740eb4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=587410c6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:46:56+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58740eb4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=587410c6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:46:56+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58740eb4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=587410c6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:47:18+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56d0c228-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56d0c480-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:47:18+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6591bed4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6591c140-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:47:21+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58740eb4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=587410c6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:47:21+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=675eb172-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=675eb370-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:47:21+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=675eb172-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=675eb370-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:47:21+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=675eb172-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=675eb370-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:47:42+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6591bed4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6591c140-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:47:42+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7456d8e6-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7456dac6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:47:46+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=675eb172-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=675eb370-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:47:46+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764e0cf0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=764e0ea8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:47:46+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764e0cf0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=764e0ea8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:47:46+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=764e0cf0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=764e0ea8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:48:07+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7456d8e6-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7456dac6-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:48:07+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8319d0ea-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8319d2c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:48:11+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=764e0cf0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=764e0ea8-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:48:11+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=853a3c02-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=853a3ed2-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:48:11+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=853a3c02-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=853a3ed2-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:48:11+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=853a3c02-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=853a3ed2-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:48:32+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8319d0ea-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8319d2c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:48:32+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91da29c2-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91da2b84-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:48:36+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=853a3c02-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=853a3ed2-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:48:36+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9425fd6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9425ff1c-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:48:36+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9425fd6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9425ff1c-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:48:36+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9425fd6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9425ff1c-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:48:57+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91da29c2-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91da2b84-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:48:57+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a09ac426-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a09ac5de-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:49:01+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9425fd6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9425ff1c-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:49:01+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a310967c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a310a234-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:49:01+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a310967c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a310a234-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:49:01+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a310967c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a310a234-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:49:21+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a09ac426-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a09ac5de-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:49:21+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af5b9940-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=af5b9b7a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:49:26+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a310967c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a310a234-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:49:26+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fb335e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b1fb3570-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:49:26+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fb335e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b1fb3570-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:49:26+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fb335e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b1fb3570-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:49:46+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af5b9940-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=af5b9b7a-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:49:46+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1cab2c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be1cadac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:49:51+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fb335e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b1fb3570-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:49:51+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e62400-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c0e62630-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:49:51+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e62400-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c0e62630-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:49:51+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e62400-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c0e62630-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:50:11+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1cab2c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be1cadac-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:50:11+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cce30e6c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cce31038-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:50:16+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e62400-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c0e62630-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:50:16+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd1429c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cfd14684-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:50:16+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd1429c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cfd14684-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:50:16+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd1429c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cfd14684-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:50:36+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cce30e6c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cce31038-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:50:36+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba327d4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dba32996-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:50:41+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd1429c-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cfd14684-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:50:41+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debbfe6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=debc00bc-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:50:41+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debbfe6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=debc00bc-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:50:41+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debbfe6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=debc00bc-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:00+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dba327d4-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dba32996-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:51:00+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea6382f0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea638d90-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:51:06+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debbfe6e-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=debc00bc-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:51:06+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda75162-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eda7532e-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:51:06+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda75162-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eda7532e-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:06+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda75162-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eda7532e-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:25+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea6382f0-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ea638d90-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:51:25+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9284578-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f9284726-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:51:31+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda75162-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eda7532e-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:51:31+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc92d408-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fc92d5c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:51:31+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc92d408-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fc92d5c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:31+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc92d408-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fc92d5c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:50+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9284578-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f9284726-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:51:50+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ec0f18-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=07ec1184-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:51:56+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc92d408-9ae1-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fc92d5c0-9ae1-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:51:56+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80f3c8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b80f7ba-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:51:56+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80f3c8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b80f7ba-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:51:56+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b80f3c8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b80f7ba-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:52:15+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ec0f18-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=07ec1184-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:52:15+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16aca602-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=16aca864-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:52:21+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b80f3c8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0b80f7ba-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:52:21+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c199e-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1a6c1da4-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:52:21+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c199e-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1a6c1da4-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:52:21+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6c199e-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1a6c1da4-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:52:39+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16aca602-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=16aca864-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:52:39+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256fa5f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=256fa810-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:52:46+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6c199e-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1a6c1da4-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:52:46+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2956e7f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2956ea42-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:52:46+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2956e7f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2956ea42-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:52:46+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2956e7f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2956ea42-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:53:04+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=256fa5f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=256fa810-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:53:04+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34325866-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34325a28-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:53:11+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2956e7f4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2956ea42-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:53:11+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38423c50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38423e58-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:53:11+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38423c50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38423e58-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:53:11+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38423c50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38423e58-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:53:29+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34325866-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=34325a28-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:53:29+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f29f50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=42f2acf2-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:53:36+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38423c50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38423e58-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:53:36+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472e465a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=472e4812-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:53:36+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472e465a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=472e4812-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:53:36+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472e465a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=472e4812-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:53:54+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42f29f50-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=42f2acf2-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:53:54+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b25fa8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=51b265ca-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:54:01+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472e465a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=472e4812-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:54:01+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=561906b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56190ad8-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:54:01+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=561906b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56190ad8-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:54:01+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=561906b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56190ad8-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:54:18+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b25fa8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=51b265ca-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:54:18+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60743214-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=60743494-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:54:26+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=561906b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=56190ad8-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:54:26+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6504adb8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6504af70-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:54:26+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6504adb8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6504af70-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:54:26+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6504adb8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6504af70-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:54:43+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60743214-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=60743494-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:54:43+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f33fece-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f340130-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:54:51+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6504adb8-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6504af70-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:54:51+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f04350-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73f04508-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:54:51+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f04350-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73f04508-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:54:51+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f04350-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73f04508-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:55:08+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f33fece-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f340130-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:55:08+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df4bf52-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7df4c218-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:55:16+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f04350-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73f04508-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:55:16+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82dbcb8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=82dbcd44-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:55:16+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82dbcb8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=82dbcd44-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:55:16+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82dbcb8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=82dbcd44-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:55:33+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7df4bf52-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7df4c218-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:55:33+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb4e986-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8cb4eba2-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:55:41+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82dbcb8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=82dbcd44-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:55:41+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c95ec0-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91c96118-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:55:41+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c95ec0-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91c96118-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:55:41+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c95ec0-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91c96118-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:55:57+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cb4e986-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8cb4eba2-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:55:57+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b77cd94-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b77d064-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:56:06+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c95ec0-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=91c96118-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:56:06+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b5fa10-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a0b5fc7c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:56:06+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b5fa10-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a0b5fc7c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:56:06+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b5fa10-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a0b5fc7c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:56:22+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b77cd94-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9b77d064-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:56:22+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa38f8bc-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aa38fb32-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:56:31+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b5fa10-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a0b5fc7c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:56:31+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa1121c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=afa113de-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:56:31+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa1121c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=afa113de-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:56:31+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa1121c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=afa113de-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:56:47+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa38f8bc-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aa38fb32-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:56:47+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8fa5d5a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8fa612e-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:56:56+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa1121c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=afa113de-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:56:56+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8c48b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be8c4b7a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:56:56+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8c48b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be8c4b7a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:56:56+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8c48b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be8c4b7a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:57:12+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8fa5d5a-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b8fa612e-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:57:12+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c22c14-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7c22e8a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:57:21+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8c48b4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=be8c4b7a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:57:21+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd77d456-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd77d6e0-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:57:21+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd77d456-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd77d6e0-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:57:21+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd77d456-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd77d6e0-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:57:37+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7c22c14-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c7c22e8a-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:57:37+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d681f752-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d681f900-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:57:46+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd77d456-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cd77d6e0-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:57:46+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc63dd20-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc63e072-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:57:46+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc63dd20-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc63e072-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:57:46+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc63dd20-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc63e072-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:58:01+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d681f752-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d681f900-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:58:01+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5445050-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e54455be-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:58:11+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc63dd20-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=dc63e072-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:58:11+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4eb83c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb4eba1c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:58:11+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4eb83c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb4eba1c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:58:11+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4eb83c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb4eba1c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:58:26+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5445050-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e54455be-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:58:26+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f404fd24-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f4050094-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:58:36+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4eb83c-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eb4eba1c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:58:36+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa39fdd4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fa39ff8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:58:37+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa39fdd4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fa39ff8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:58:37+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa39fdd4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fa39ff8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:58:51+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f404fd24-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f4050094-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:58:51+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02c5a1f6-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=02c5a3c2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:59:02+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa39fdd4-9ae2-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fa39ff8c-9ae2-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:59:02+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09259ab0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=09259ef2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:59:02+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09259ab0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=09259ef2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:59:02+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09259ab0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=09259ef2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:59:16+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02c5a1f6-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=02c5a3c2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:59:16+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118614dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=11861a18-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:59:27+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09259ab0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=09259ef2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:59:27+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1811fcbc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1811fe88-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:59:27+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1811fcbc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1811fe88-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:59:27+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1811fcbc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1811fe88-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:59:40+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=118614dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=11861a18-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T05:59:40+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20478816-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=20478a46-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T05:59:52+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1811fcbc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1811fe88-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T05:59:52+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fd34f8-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=26fd3732-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T05:59:52+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fd34f8-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=26fd3732-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T05:59:52+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fd34f8-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=26fd3732-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:00:05+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20478816-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=20478a46-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:00:05+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f078a0e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2f0796a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:00:17+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fd34f8-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=26fd3732-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:00:17+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e9425e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=35e94506-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:00:17+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e9425e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=35e94506-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:00:17+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e9425e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=35e94506-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:00:30+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f078a0e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=2f0796a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:00:30+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc84808-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3dc84a6a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:00:42+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e9425e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=35e94506-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:00:42+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d693a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=44d69686-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:00:42+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d693a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=44d69686-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:00:42+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d693a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=44d69686-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:00:55+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc84808-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=3dc84a6a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:00:55+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8848de-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4c884b54-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:01:07+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d693a2-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=44d69686-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:01:07+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c3630e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=53c36552-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:01:07+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c3630e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=53c36552-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:01:07+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c3630e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=53c36552-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:01:19+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c8848de-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4c884b54-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:01:19+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b4a880a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5b4a8a30-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:01:32+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c3630e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=53c36552-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:01:32+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62aedbf0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=62aedda8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:01:32+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62aedbf0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=62aedda8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:01:32+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62aedbf0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=62aedda8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:01:44+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b4a880a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5b4a8a30-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:01:44+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0c335c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6a0c37a8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:01:57+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62aedbf0-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=62aedda8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:01:57+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719d8bfc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=719d92aa-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:01:57+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719d8bfc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=719d92aa-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:01:57+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719d8bfc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=719d92aa-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:02:09+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a0c335c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6a0c37a8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:02:09+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cebd9c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78cec01c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:02:22+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719d8bfc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=719d92aa-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:02:22+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808a2f1c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=808a334a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:02:22+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808a2f1c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=808a334a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:02:22+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808a2f1c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=808a334a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:02:34+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78cebd9c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=78cec01c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:02:34+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8792a690-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8792a8f2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:02:47+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808a2f1c-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=808a334a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:02:47+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f766018-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8f7661d0-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:02:47+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f766018-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8f7661d0-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:02:47+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f766018-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8f7661d0-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:02:58+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8792a690-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8792a8f2-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:02:58+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9654ca1e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9654d6e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:03:12+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f766018-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8f7661d0-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:03:12+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e61cd06-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9e61cfa4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:03:12+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e61cd06-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9e61cfa4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:03:12+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e61cd06-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9e61cfa4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:03:23+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9654ca1e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9654d6e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:03:23+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a518a7b4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a518aa20-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:03:37+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e61cd06-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9e61cfa4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:03:37+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad4d2414-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ad4d272a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:03:37+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad4d2414-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ad4d272a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:03:37+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad4d2414-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ad4d272a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:03:48+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a518a7b4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=a518aa20-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:03:48+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d91b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b3d91dd8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:04:02+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad4d2414-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=ad4d272a-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:04:02+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3b77dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bc3b79e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:04:02+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3b77dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bc3b79e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:04:02+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3b77dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bc3b79e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:04:13+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d91b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b3d91dd8-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:04:13+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c298c396-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c298c936-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:04:27+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3b77dc-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bc3b79e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:04:27+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb26578a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cb265a14-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:04:27+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb26578a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cb265a14-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:04:27+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb26578a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cb265a14-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:04:37+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c298c396-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c298c936-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:04:37+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d158f90a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d158fb26-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:04:52+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb26578a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cb265a14-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:04:52+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1268c4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=da126b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:04:52+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1268c4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=da126b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:04:52+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1268c4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=da126b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:05:02+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d158f90a-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d158fb26-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:05:02+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e01a6a32-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e01a6bfe-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:05:17+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1268c4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=da126b62-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:05:17+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8fd377e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e8fd392c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:05:17+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8fd377e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e8fd392c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:05:17+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8fd377e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e8fd392c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:05:27+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e01a6a32-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e01a6bfe-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:05:27+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eedffce4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eedfff78-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:05:42+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8fd377e-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e8fd392c-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:05:42+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e822e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f7e8251e-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:05:42+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e822e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f7e8251e-9ae3-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:05:42+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7e822e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f7e8251e-9ae3-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:05:52+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eedffce4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=eedfff78-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:05:52+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda86108-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fda862ca-9ae3-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:06:07+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7e822e4-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f7e8251e-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:06:07+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d3904a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=06d3928e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:06:07+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d3904a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=06d3928e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:06:07+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06d3904a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=06d3928e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:06:16+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fda86108-9ae3-11ed-8e8b-6a97e5a4f2c3 | InvocationID=fda862ca-9ae3-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:06:16+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c688376-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0c6885ba-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:06:32+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06d3904a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=06d3928e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:06:32+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bf1fe8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=15bf21aa-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:06:32+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bf1fe8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=15bf21aa-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:06:32+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bf1fe8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=15bf21aa-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:06:41+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c688376-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=0c6885ba-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:06:41+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b2b1568-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1b2b17d4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:06:57+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bf1fe8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=15bf21aa-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:06:57+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ab1e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=24ab218c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:06:57+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ab1e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=24ab218c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:06:57+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ab1e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=24ab218c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:07:06+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b2b1568-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=1b2b17d4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:07:06+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29eed36e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=29eed526-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:07:22+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ab1e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=24ab218c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:07:22+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3397ffee-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=339801b0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:07:22+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3397ffee-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=339801b0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:07:22+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3397ffee-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=339801b0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:07:31+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29eed36e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=29eed526-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:07:31+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b2b9f6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38b2bd02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:07:47+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3397ffee-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=339801b0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:07:47+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42839536-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=428397c0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:07:47+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42839536-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=428397c0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:07:47+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42839536-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=428397c0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:07:56+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38b2b9f6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=38b2bd02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:07:56+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=477564f2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4775686c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:08:12+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42839536-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=428397c0-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:08:12+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=516e7b6a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=516e7d9a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:08:12+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=516e7b6a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=516e7d9a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:08:12+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=516e7b6a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=516e7d9a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:08:20+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=477564f2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=4775686c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:08:20+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5634d5f4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5634d7ca-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:08:37+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=516e7b6a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=516e7d9a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:08:37+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605b03b4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=605b0594-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:08:37+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605b03b4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=605b0594-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:08:37+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=605b03b4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=605b0594-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:08:45+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5634d5f4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=5634d7ca-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:08:45+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f54862-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=64f54b5a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:09:02+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=605b03b4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=605b0594-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:09:02+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f469910-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f469bf4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:09:02+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f469910-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f469bf4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:02+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f469910-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f469bf4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:10+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64f54862-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=64f54b5a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:09:10+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b7ad0e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73b7af34-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:09:27+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f469910-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=6f469bf4-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:09:27+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e328c68-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e3292da-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:09:27+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e328c68-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e3292da-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:27+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e328c68-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e3292da-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:35+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73b7ad0e-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=73b7af34-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:09:35+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=827a738a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=827a78bc-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:09:52+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e328c68-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=7e3292da-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:09:52+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d1e7c0a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d1e7e3a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:09:52+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d1e7c0a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d1e7e3a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:52+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d1e7c0a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d1e7e3a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:09:59+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=827a738a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=827a78bc-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:09:59+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=913cffc8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=913d025c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:10:17+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d1e7c0a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=8d1e7e3a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:10:17+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c098782-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c098a02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:10:17+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c098782-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c098a02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:10:17+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c098782-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c098a02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:10:24+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=913cffc8-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=913d025c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:10:24+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ffdf2f6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9ffdf634-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:10:42+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c098782-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9c098a02-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:10:42+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf5046a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aaf5062c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:10:43+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf5046a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aaf5062c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:10:43+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaf5046a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aaf5062c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:10:49+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ffdf2f6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=9ffdf634-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:10:49+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aebf2b02-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aebf3e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:11:08+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaf5046a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aaf5062c-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:11:08+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e04b92-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9e0547a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:11:08+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e04b92-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9e0547a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:11:08+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9e04b92-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9e0547a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:11:14+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aebf2b02-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=aebf3e9e-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:11:14+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd83b4dc-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd83b694-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:11:33+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9e04b92-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=b9e0547a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:11:33+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8cbcc58-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c8cbd504-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:11:33+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8cbcc58-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c8cbd504-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:11:33+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8cbcc58-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c8cbd504-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:11:38+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd83b4dc-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=bd83b694-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:11:38+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc445ef4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc446336-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:11:58+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8cbcc58-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=c8cbd504-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:11:58+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7bbf1a2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d7bbf436-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:11:58+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7bbf1a2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d7bbf436-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:11:58+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7bbf1a2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d7bbf436-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:12:03+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc445ef4-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=cc446336-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:12:03+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db04c30c-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db04c55a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:12:23+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7bbf1a2-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=d7bbf436-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:12:23+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6a7459a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e6a74824-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:12:23+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6a7459a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e6a74824-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:12:23+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6a7459a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e6a74824-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:12:28+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db04c30c-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=db04c55a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:12:28+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c66ed6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e9c6716a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:12:48+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6a7459a-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e6a74824-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:12:48+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f592b6ac-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f592b882-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:12:48+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f592b6ac-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f592b882-9ae4-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:12:48+0000 | policy_event_thread | 139698874084128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f592b6ac-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f592b882-9ae4-11ed-8e8b-6a97e5a4f2c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-23T06:12:53+0000 | aai_event_thread | 139698873023264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c66ed6-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=e9c6716a-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF AAI events.
2023-01-23T06:12:53+0000 | aai_event_thread | 139698873023264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88a95fa-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f88a9852-9ae4-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-23T06:13:13+0000 | policy_event_thread | 139698874084128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f592b6ac-9ae4-11ed-8e8b-6a97e5a4f2c3 | InvocationID=f592b882-9ae4-11ed-8e8b-6a97e5a4f2c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-23T06:13:13+0000 | policy_event_thread | 139698874084128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=047e3c90-9ae5-11ed-8e8b-6a97e5a4f2c3 | InvocationID=047e3f74-9ae5-11ed-8e8b-6a97e5a4f2c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-23T06:13:13+0000 | policy_event_thread | 139698874084128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=047e3c90-9ae5-11ed-8e8b-6a97e5a4f2c3 | InvocationID=047e3f74-9ae5-11ed-8e8b-6a97e5a4f2c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found