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-07T03:02:26+0000 | MainThread | 140397893291336 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-07T03:02:26+0000 | MainThread | 140397893291336 | 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-07T03:02:26+0000 | MainThread | 140397893291336 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-07T03:02:26+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:02:26+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b756b1c2-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b756b3e8-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:02:26+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-07T03:02:26+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b759abc0-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b759ad1e-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:02:27+0000 | MainThread | 140397893291336 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-07T03:02:27+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b756b1c2-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b756b3e8-8e37-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:02:27+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b759abc0-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b759ad1e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:02:27+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b756b1c2-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b756b3e8-8e37-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:02:27+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b759abc0-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b759ad1e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:02:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b759abc0-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b759ad1e-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:02:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36db8b6-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c36dbe56-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:02:47+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36db8b6-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c36dbe56-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:02:47+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36db8b6-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c36dbe56-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:02:52+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b756b1c2-8e37-11ed-9568-6e382fd5ced7 | InvocationID=b756b3e8-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:02:52+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66914ca-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c6691736-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:02:52+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66914ca-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c6691736-8e37-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:02:52+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c66914ca-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c6691736-8e37-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:03:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36db8b6-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c36dbe56-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:03:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6069e8-8e37-11ed-9568-6e382fd5ced7 | InvocationID=cf606c5e-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:03:07+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6069e8-8e37-11ed-9568-6e382fd5ced7 | InvocationID=cf606c5e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:03:07+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf6069e8-8e37-11ed-9568-6e382fd5ced7 | InvocationID=cf606c5e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:03:17+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c66914ca-8e37-11ed-9568-6e382fd5ced7 | InvocationID=c6691736-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:03:17+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55a159c-8e37-11ed-9568-6e382fd5ced7 | InvocationID=d55a17d6-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:03:17+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55a159c-8e37-11ed-9568-6e382fd5ced7 | InvocationID=d55a17d6-8e37-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:03:17+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55a159c-8e37-11ed-9568-6e382fd5ced7 | InvocationID=d55a17d6-8e37-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:03:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf6069e8-8e37-11ed-9568-6e382fd5ced7 | InvocationID=cf606c5e-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:03:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db553fda-8e37-11ed-9568-6e382fd5ced7 | InvocationID=db554200-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:03:27+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db553fda-8e37-11ed-9568-6e382fd5ced7 | InvocationID=db554200-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:03:27+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db553fda-8e37-11ed-9568-6e382fd5ced7 | InvocationID=db554200-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:03:42+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55a159c-8e37-11ed-9568-6e382fd5ced7 | InvocationID=d55a17d6-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:03:42+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44e41a4-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e44e476c-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:03:42+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44e41a4-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e44e476c-8e37-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:03:42+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e44e41a4-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e44e476c-8e37-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:03:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db553fda-8e37-11ed-9568-6e382fd5ced7 | InvocationID=db554200-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:03:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7472b1e-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e7472f2e-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:03:47+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7472b1e-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e7472f2e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:03:47+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7472b1e-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e7472f2e-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:04:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7472b1e-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e7472f2e-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:04:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f33f248a-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f33f26d8-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:04:07+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e44e41a4-8e37-11ed-9568-6e382fd5ced7 | InvocationID=e44e476c-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:04:07+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3462e38-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f3463040-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:04:07+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f33f248a-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f33f26d8-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:04:07+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f33f248a-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f33f26d8-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:04:07+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3462e38-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f3463040-8e37-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:04:07+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3462e38-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f3463040-8e37-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:04:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f33f248a-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f33f26d8-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:04:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff368382-8e37-11ed-9568-6e382fd5ced7 | InvocationID=ff369598-8e37-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:04:27+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff368382-8e37-11ed-9568-6e382fd5ced7 | InvocationID=ff369598-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:04:27+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff368382-8e37-11ed-9568-6e382fd5ced7 | InvocationID=ff369598-8e37-11ed-9568-6e382fd5ced7 | 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-07T03:04:32+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3462e38-8e37-11ed-9568-6e382fd5ced7 | InvocationID=f3463040-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:04:32+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0233d436-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0233e566-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:04:32+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0233d436-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0233e566-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:04:32+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0233d436-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0233e566-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:04:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff368382-8e37-11ed-9568-6e382fd5ced7 | InvocationID=ff369598-8e37-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:04:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b28dec4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0b28e16c-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:04:47+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b28dec4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0b28e16c-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:04:47+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b28dec4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0b28e16c-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:04:57+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0233d436-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0233e566-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:04:57+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=111fa8c6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=111fab28-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:04:57+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=111fa8c6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=111fab28-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:04:57+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=111fa8c6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=111fab28-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:05:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b28dec4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=0b28e16c-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:05:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1719ffba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=171a0280-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:05:07+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1719ffba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=171a0280-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:05:07+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1719ffba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=171a0280-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:05:22+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=111fa8c6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=111fab28-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:05:22+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=200c6f7c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=200c73e6-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:05:22+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=200c6f7c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=200c73e6-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:05:22+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=200c6f7c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=200c73e6-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:05:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1719ffba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=171a0280-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:05:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230b09ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=230b0c88-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:05:27+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230b09ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=230b0c88-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:05:27+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=230b09ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=230b0c88-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:05:47+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=200c6f7c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=200c73e6-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:05:47+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ef944ce-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2ef94d8e-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:05:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=230b09ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=230b0c88-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:05:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2efc0cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2efc0f24-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:05:47+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ef944ce-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2ef94d8e-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:05:47+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ef944ce-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2ef94d8e-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:05:47+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2efc0cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2efc0f24-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:05:47+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2efc0cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2efc0f24-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2efc0cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2efc0f24-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:06:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aebfdb2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3aebff92-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:06:07+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aebfdb2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3aebff92-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:07+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aebfdb2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3aebff92-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:12+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ef944ce-8e38-11ed-9568-6e382fd5ced7 | InvocationID=2ef94d8e-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:06:12+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3de67fd8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3de68320-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:06:12+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3de67fd8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3de68320-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:06:12+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3de67fd8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3de68320-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:06:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aebfdb2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3aebff92-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:06:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46dcfc8e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=46dcfef0-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:06:27+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46dcfc8e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=46dcfef0-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:27+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46dcfc8e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=46dcfef0-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:37+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3de67fd8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=3de68320-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:06:37+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd18718-8e38-11ed-9568-6e382fd5ced7 | InvocationID=4cd188d0-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:06:37+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd18718-8e38-11ed-9568-6e382fd5ced7 | InvocationID=4cd188d0-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:06:37+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cd18718-8e38-11ed-9568-6e382fd5ced7 | InvocationID=4cd188d0-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:06:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46dcfc8e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=46dcfef0-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:06:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ce1406-8e38-11ed-9568-6e382fd5ced7 | InvocationID=52ce15b4-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:06:47+0000 | aai_event_thread | 140397842553632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ce1406-8e38-11ed-9568-6e382fd5ced7 | InvocationID=52ce15b4-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:06:47+0000 | aai_event_thread | 140397842553632 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52ce1406-8e38-11ed-9568-6e382fd5ced7 | InvocationID=52ce15b4-8e38-11ed-9568-6e382fd5ced7 | 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-07T03:07:02+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cd18718-8e38-11ed-9568-6e382fd5ced7 | InvocationID=4cd188d0-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:07:02+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbcb63a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5bbcb8ba-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:07:02+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbcb63a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5bbcb8ba-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:07:02+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbcb63a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5bbcb8ba-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:07:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52ce1406-8e38-11ed-9568-6e382fd5ced7 | InvocationID=52ce15b4-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:07:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebe73b4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5ebe75c6-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:07:27+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbcb63a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5bbcb8ba-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:07:27+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aab474c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6aab4e72-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:07:27+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aab474c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6aab4e72-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:07:27+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aab474c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6aab4e72-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:07:31+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebe73b4-8e38-11ed-9568-6e382fd5ced7 | InvocationID=5ebe75c6-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:07:31+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d26e59e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6d26e88c-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:07:51+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d26e59e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6d26e88c-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:07:51+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791eea0e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=791eec66-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:07:52+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aab474c-8e38-11ed-9568-6e382fd5ced7 | InvocationID=6aab4e72-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:07:52+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7998f772-8e38-11ed-9568-6e382fd5ced7 | InvocationID=7998f93e-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:07:52+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7998f772-8e38-11ed-9568-6e382fd5ced7 | InvocationID=7998f93e-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:07:52+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7998f772-8e38-11ed-9568-6e382fd5ced7 | InvocationID=7998f93e-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:08:12+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=791eea0e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=791eec66-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:08:12+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85172cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=85172ef2-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:08:17+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7998f772-8e38-11ed-9568-6e382fd5ced7 | InvocationID=7998f93e-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:08:17+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8885e722-8e38-11ed-9568-6e382fd5ced7 | InvocationID=8885e8e4-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:08:17+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8885e722-8e38-11ed-9568-6e382fd5ced7 | InvocationID=8885e8e4-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:08:17+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8885e722-8e38-11ed-9568-6e382fd5ced7 | InvocationID=8885e8e4-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:08:32+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85172cd6-8e38-11ed-9568-6e382fd5ced7 | InvocationID=85172ef2-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:08:32+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=911a788a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=911a7b0a-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:08:42+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8885e722-8e38-11ed-9568-6e382fd5ced7 | InvocationID=8885e8e4-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:08:42+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9771b0ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9771b446-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:08:42+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9771b0ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9771b446-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:08:42+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9771b0ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9771b446-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:08:52+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=911a788a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=911a7b0a-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:08:52+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d622e26-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9d623074-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:09:07+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9771b0ae-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9771b446-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:09:07+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a660944a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=a6609602-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:09:07+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a660944a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=a6609602-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:09:07+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a660944a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=a6609602-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:09:17+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d622e26-8e38-11ed-9568-6e382fd5ced7 | InvocationID=9d623074-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:09:17+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac23b5ba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ac23bf74-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:09:32+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a660944a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=a6609602-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:09:32+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54ba4ea-8e38-11ed-9568-6e382fd5ced7 | InvocationID=b54ba8fa-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:09:32+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54ba4ea-8e38-11ed-9568-6e382fd5ced7 | InvocationID=b54ba8fa-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:09:32+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54ba4ea-8e38-11ed-9568-6e382fd5ced7 | InvocationID=b54ba8fa-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:09:42+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac23b5ba-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ac23bf74-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:09:42+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae63726-8e38-11ed-9568-6e382fd5ced7 | InvocationID=bae63960-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:09:57+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54ba4ea-8e38-11ed-9568-6e382fd5ced7 | InvocationID=b54ba8fa-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:09:58+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c43d1a06-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c43d1c2c-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:09:58+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c43d1a06-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c43d1c2c-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:09:58+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c43d1a06-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c43d1c2c-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:10:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bae63726-8e38-11ed-9568-6e382fd5ced7 | InvocationID=bae63960-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:10:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a8d002-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c9a8d1c4-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:10:23+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c43d1a06-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c43d1c2c-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:10:23+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32892e8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d32894b4-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:10:23+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32892e8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d32894b4-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:10:23+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32892e8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d32894b4-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:10:31+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9a8d002-8e38-11ed-9568-6e382fd5ced7 | InvocationID=c9a8d1c4-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:10:31+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d86c0ad2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d86c0faa-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:10:48+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32892e8-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d32894b4-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:10:48+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e214878a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e2148b2c-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:10:48+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e214878a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e2148b2c-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:10:48+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e214878a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e2148b2c-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:10:56+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d86c0ad2-8e38-11ed-9568-6e382fd5ced7 | InvocationID=d86c0faa-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:10:56+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72d9180-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e72d934c-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:11:13+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e214878a-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e2148b2c-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:11:13+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f100c524-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f100c7fe-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:11:13+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f100c524-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f100c7fe-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:11:13+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f100c524-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f100c7fe-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:11:21+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e72d9180-8e38-11ed-9568-6e382fd5ced7 | InvocationID=e72d934c-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:11:21+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ee2932-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f5ee2b4e-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:11:38+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f100c524-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f100c7fe-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:11:38+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffec009e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ffec062a-8e38-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:11:38+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffec009e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ffec062a-8e38-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:11:38+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffec009e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ffec062a-8e38-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:11:46+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ee2932-8e38-11ed-9568-6e382fd5ced7 | InvocationID=f5ee2b4e-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:11:46+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b44df2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=04b4502c-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:12:03+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffec009e-8e38-11ed-9568-6e382fd5ced7 | InvocationID=ffec062a-8e38-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:12:03+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed9d388-8e39-11ed-9568-6e382fd5ced7 | InvocationID=0ed9de3c-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:12:03+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed9d388-8e39-11ed-9568-6e382fd5ced7 | InvocationID=0ed9de3c-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:12:03+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed9d388-8e39-11ed-9568-6e382fd5ced7 | InvocationID=0ed9de3c-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:12:10+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04b44df2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=04b4502c-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:12:10+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1375d662-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1375d82e-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:12:28+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed9d388-8e39-11ed-9568-6e382fd5ced7 | InvocationID=0ed9de3c-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:12:28+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc644b2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1dc64660-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:12:28+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc644b2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1dc64660-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:12:28+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc644b2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1dc64660-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:12:35+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1375d662-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1375d82e-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:12:35+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223c151c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=223c1792-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:12:53+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc644b2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=1dc64660-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:12:53+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb7c1ee-8e39-11ed-9568-6e382fd5ced7 | InvocationID=2cb7c450-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:12:53+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb7c1ee-8e39-11ed-9568-6e382fd5ced7 | InvocationID=2cb7c450-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:12:53+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cb7c1ee-8e39-11ed-9568-6e382fd5ced7 | InvocationID=2cb7c450-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:13:00+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=223c151c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=223c1792-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:13:00+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fd50fc-8e39-11ed-9568-6e382fd5ced7 | InvocationID=30fd5aca-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:13:18+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cb7c1ee-8e39-11ed-9568-6e382fd5ced7 | InvocationID=2cb7c450-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:13:18+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba31848-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3ba31a50-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:13:18+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba31848-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3ba31a50-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:13:18+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ba31848-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3ba31a50-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:13:25+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30fd50fc-8e39-11ed-9568-6e382fd5ced7 | InvocationID=30fd5aca-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:13:25+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc01246-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3fc014d0-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:13:43+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ba31848-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3ba31a50-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:13:43+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8e0d4a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4a8e0f48-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:13:43+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8e0d4a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4a8e0f48-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:13:43+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a8e0d4a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4a8e0f48-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:13:49+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc01246-8e39-11ed-9568-6e382fd5ced7 | InvocationID=3fc014d0-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:13:49+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e814d22-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4e815362-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:14:08+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a8e0d4a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4a8e0f48-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:14:08+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5979fdf0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=597a0426-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:14:08+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5979fdf0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=597a0426-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:14:08+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5979fdf0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=597a0426-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:14:14+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e814d22-8e39-11ed-9568-6e382fd5ced7 | InvocationID=4e815362-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:14:14+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d453a80-8e39-11ed-9568-6e382fd5ced7 | InvocationID=5d453cec-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:14:33+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5979fdf0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=597a0426-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:14:33+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6867a98e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6867ab82-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:14:33+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6867a98e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6867ab82-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:14:33+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6867a98e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6867ab82-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:14:39+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d453a80-8e39-11ed-9568-6e382fd5ced7 | InvocationID=5d453cec-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:14:39+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c05ced6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6c05d16a-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:14:58+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6867a98e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6867ab82-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:14:58+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7752baf6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7752bd76-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:14:58+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7752baf6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7752bd76-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:14:58+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7752baf6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7752bd76-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:15:04+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c05ced6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=6c05d16a-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:15:04+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac80ee8-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7ac810be-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:15:23+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7752baf6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7752bd76-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:15:23+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864010ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=86401266-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:15:23+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864010ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=86401266-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:15:23+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864010ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=86401266-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:15:29+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ac80ee8-8e39-11ed-9568-6e382fd5ced7 | InvocationID=7ac810be-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:15:29+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8988a9a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=8988ae6a-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:15:48+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864010ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=86401266-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:15:48+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952ad4f0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=952ad6a8-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:15:48+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952ad4f0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=952ad6a8-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:15:48+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952ad4f0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=952ad6a8-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:15:53+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8988a9a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=8988ae6a-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:15:53+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984d3a9c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=984d3d9e-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:16:13+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952ad4f0-8e39-11ed-9568-6e382fd5ced7 | InvocationID=952ad6a8-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:16:13+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4165c50-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a4165e6c-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:16:13+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4165c50-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a4165e6c-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:16:13+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4165c50-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a4165e6c-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:16:18+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984d3a9c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=984d3d9e-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:16:18+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70eccc6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a70ece92-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:16:38+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4165c50-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a4165e6c-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:16:38+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b301a2a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b301a79c-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:16:38+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b301a2a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b301a79c-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:16:38+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b301a2a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b301a79c-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:16:43+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70eccc6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=a70ece92-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:16:43+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d1024c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b5d220dc-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:17:03+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b301a2a6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b301a79c-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:17:03+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1ed257e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c1ed27a4-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:17:03+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1ed257e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c1ed27a4-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:03+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1ed257e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c1ed27a4-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:08+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5d1024c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=b5d220dc-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:17:08+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4950d5a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c4950f58-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:17:28+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1ed257e-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c1ed27a4-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:17:28+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d95436-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d0d95706-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:17:28+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d95436-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d0d95706-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:28+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d95436-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d0d95706-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:32+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4950d5a-8e39-11ed-9568-6e382fd5ced7 | InvocationID=c4950f58-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:17:32+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3565fe2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d3566244-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:17:53+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d95436-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d0d95706-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:17:53+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfc563c2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=dfc5661a-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:17:53+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfc563c2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=dfc5661a-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:53+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfc563c2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=dfc5661a-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:17:57+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3565fe2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=d3566244-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:17:57+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2182b3c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=e2182d9e-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:18:18+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfc563c2-8e39-11ed-9568-6e382fd5ced7 | InvocationID=dfc5661a-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:18:18+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb055d6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=eeb05a18-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:18:18+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb055d6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=eeb05a18-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:18:18+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb055d6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=eeb05a18-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:18:22+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2182b3c-8e39-11ed-9568-6e382fd5ced7 | InvocationID=e2182d9e-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:18:22+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d8c4c4-8e39-11ed-9568-6e382fd5ced7 | InvocationID=f0d8c712-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:18:43+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb055d6-8e39-11ed-9568-6e382fd5ced7 | InvocationID=eeb05a18-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:18:43+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd9b7c24-8e39-11ed-9568-6e382fd5ced7 | InvocationID=fd9b7fda-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:18:43+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd9b7c24-8e39-11ed-9568-6e382fd5ced7 | InvocationID=fd9b7fda-8e39-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:18:43+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd9b7c24-8e39-11ed-9568-6e382fd5ced7 | InvocationID=fd9b7fda-8e39-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:18:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0d8c4c4-8e39-11ed-9568-6e382fd5ced7 | InvocationID=f0d8c712-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:18:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff9ae6ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=ff9ae88e-8e39-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:19:08+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd9b7c24-8e39-11ed-9568-6e382fd5ced7 | InvocationID=fd9b7fda-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:19:08+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c86b690-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0c86b8de-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:19:08+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c86b690-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0c86b8de-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:19:08+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c86b690-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0c86b8de-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:19:11+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff9ae6ae-8e39-11ed-9568-6e382fd5ced7 | InvocationID=ff9ae88e-8e39-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:19:11+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5e2322-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0e5e2516-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:19:33+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c86b690-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0c86b8de-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:19:33+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b73096a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1b730b54-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:19:33+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b73096a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1b730b54-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:19:33+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b73096a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1b730b54-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:19:36+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e5e2322-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=0e5e2516-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:19:36+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d201b72-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1d201e60-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:19:58+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b73096a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1b730b54-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:19:58+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5eacf4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2a5ebbcc-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:19:58+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5eacf4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2a5ebbcc-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:19:58+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a5eacf4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2a5ebbcc-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:20:01+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d201b72-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=1d201e60-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:20:01+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2be1c85e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2be1ca3e-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:20:23+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a5eacf4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2a5ebbcc-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:20:23+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394d75e2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=394d7902-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:20:23+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394d75e2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=394d7902-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:20:23+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=394d75e2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=394d7902-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:20:26+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2be1c85e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=2be1ca3e-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:20:26+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa4a9ce-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=3aa4ac62-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:20:48+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=394d75e2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=394d7902-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:20:48+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48392150-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=4839242a-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:20:48+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48392150-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=4839242a-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:20:48+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48392150-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=4839242a-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:20:50+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aa4a9ce-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=3aa4ac62-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:20:50+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49659bc6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=49659e78-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:21:13+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48392150-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=4839242a-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:21:13+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5724c02a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=5724c2a0-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:21:13+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5724c02a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=5724c2a0-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:21:13+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5724c02a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=5724c2a0-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:21:15+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49659bc6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=49659e78-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:21:15+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=582712ac-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=58271478-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:21:38+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5724c02a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=5724c2a0-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:21:38+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6610bf1c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=6610c0de-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:21:39+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6610bf1c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=6610c0de-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:21:39+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6610bf1c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=6610c0de-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:21:40+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=582712ac-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=58271478-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:21:40+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f203e6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=66f207b0-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:22:04+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6610bf1c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=6610c0de-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:22:04+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74fcf7b6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=74fcf95a-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:22:04+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74fcf7b6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=74fcf95a-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:04+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74fcf7b6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=74fcf95a-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:05+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f203e6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=66f207b0-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:22:05+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b32cac-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=75b33ab2-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:22:29+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74fcf7b6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=74fcf95a-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:22:29+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83e91430-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=83e915fc-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:22:29+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83e91430-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=83e915fc-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:29+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83e91430-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=83e915fc-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:30+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75b32cac-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=75b33ab2-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:22:30+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8478f618-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=8478f7d0-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:22:54+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83e91430-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=83e915fc-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:22:54+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d79188-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=92d793f4-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:22:54+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d79188-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=92d793f4-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:54+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92d79188-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=92d793f4-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:22:54+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8478f618-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=8478f7d0-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:22:54+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9339c0c4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=9339c40c-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:23:19+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92d79188-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=92d793f4-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:23:19+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c445b0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1c449d4-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:23:19+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c445b0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1c449d4-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:23:19+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1c445b0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1c449d4-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:23:19+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9339c0c4-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=9339c40c-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:23:19+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1fa518c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1fa540c-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:23:44+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1c445b0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1c449d4-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:23:44+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b03a7a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0b03cbe-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:23:44+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b03a7a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0b03cbe-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:23:44+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0b03a7a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0b03cbe-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:23:44+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1fa518c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=a1fa540c-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:23:44+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c046ea-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0c048c0-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:24:09+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0c046ea-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0c048c0-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:24:09+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf89064e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf890810-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:24:09+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0b03a7a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=b0b03cbe-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:24:09+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf9b231a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf9b24be-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:24:09+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf9b231a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf9b24be-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:24:09+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf9b231a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf9b24be-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:24:33+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf89064e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf890810-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:24:33+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce4b60a0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce4b653c-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:24:34+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf9b231a-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=bf9b24be-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:24:34+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce85e158-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce85e36a-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:24:34+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce85e158-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce85e36a-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:24:34+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce85e158-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce85e36a-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:24:58+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce4b60a0-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce4b653c-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:24:58+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0c9bc2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd0c9d84-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:24:59+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce85e158-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ce85e36a-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:24:59+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd711c1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd71259c-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:24:59+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd711c1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd71259c-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:24:59+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd711c1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd71259c-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:25:23+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0c9bc2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd0c9d84-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:25:23+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebce720c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ebce7f04-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:25:24+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd711c1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=dd71259c-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:25:24+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5c08f6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ec5c0aae-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:25:24+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5c08f6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ec5c0aae-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:25:24+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5c08f6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ec5c0aae-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:25:48+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebce720c-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ebce7f04-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:25:48+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa914d1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fa914f58-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:25:49+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5c08f6-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=ec5c0aae-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:25:49+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb46f6d2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fb46f88a-8e3a-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:25:49+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb46f6d2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fb46f88a-8e3a-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:25:49+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb46f6d2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fb46f88a-8e3a-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:26:12+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa914d1e-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fa914f58-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:26:12+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095400e4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=09540698-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:26:14+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb46f6d2-8e3a-11ed-9568-6e382fd5ced7 | InvocationID=fb46f88a-8e3a-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:26:14+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a319814-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=0a319a6c-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:26:14+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a319814-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=0a319a6c-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:26:14+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a319814-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=0a319a6c-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:26:37+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095400e4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=09540698-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:26:37+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18185e90-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=181860c0-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:26:39+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a319814-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=0a319a6c-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:26:39+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192071b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=19207412-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:26:39+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192071b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=19207412-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:26:39+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=192071b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=19207412-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:02+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18185e90-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=181860c0-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:27:02+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26db7fa2-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=26db836c-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:27:04+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=192071b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=19207412-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:27:04+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=280d8370-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=280d85e6-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:27:04+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=280d8370-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=280d85e6-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:04+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=280d8370-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=280d85e6-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26db7fa2-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=26db836c-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:27:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=359e60ea-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=359e6310-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:27:29+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=280d8370-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=280d85e6-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:27:29+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f8bd50-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=36f8bf76-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:27:29+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f8bd50-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=36f8bf76-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:29+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f8bd50-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=36f8bf76-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:51+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=359e60ea-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=359e6310-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:27:51+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445fe1c6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=445fe446-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:27:54+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f8bd50-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=36f8bf76-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:27:54+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e4afd6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=45e4b1c0-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:27:54+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e4afd6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=45e4b1c0-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:27:54+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45e4afd6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=45e4b1c0-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:28:16+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445fe1c6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=445fe446-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:28:16+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5322d056-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=5322d236-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:28:19+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45e4afd6-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=45e4b1c0-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:28:19+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d0c53e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=54d0c6f6-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:28:19+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d0c53e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=54d0c6f6-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:28:19+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d0c53e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=54d0c6f6-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:28:41+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5322d056-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=5322d236-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:28:41+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e35804-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=61e359bc-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:28:44+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d0c53e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=54d0c6f6-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:28:44+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bc64ae-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=63bc6652-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:28:44+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63bc64ae-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=63bc6652-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:28:44+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63bc64ae-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=63bc6652-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:06+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61e35804-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=61e359bc-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:29:06+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70a64270-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=70a64450-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:29:09+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63bc64ae-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=63bc6652-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:29:09+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72aa980a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=72aa99c2-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:29:09+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72aa980a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=72aa99c2-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:09+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72aa980a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=72aa99c2-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:31+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70a64270-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=70a64450-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:29:31+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f692fe8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=7f6935ce-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:29:34+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72aa980a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=72aa99c2-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:29:34+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81954c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=81954f04-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:29:34+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81954c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=81954f04-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:34+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81954c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=81954f04-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:55+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f692fe8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=7f6935ce-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:29:55+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e2a33ba-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=8e2a35cc-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:29:59+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81954c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=81954f04-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:29:59+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9080d3da-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9080d65a-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:29:59+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9080d3da-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9080d65a-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:29:59+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9080d3da-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9080d65a-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:30:20+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e2a33ba-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=8e2a35cc-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:30:20+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cec54dc-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9cec569e-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:30:24+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9080d3da-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9080d65a-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:30:24+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6bab54-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9f6badb6-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:30:24+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6bab54-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9f6badb6-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:30:24+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f6bab54-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9f6badb6-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:30:45+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cec54dc-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9cec569e-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:30:45+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abad8a4a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=abad8c98-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:30:49+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f6bab54-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=9f6badb6-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:30:49+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae58bc9c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ae58becc-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:30:49+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae58bc9c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ae58becc-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:30:49+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae58bc9c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ae58becc-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:31:10+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abad8a4a-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=abad8c98-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:31:10+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba7327b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ba7329f4-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:31:14+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae58bc9c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ae58becc-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:31:14+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4481b4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=bd44838a-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:31:14+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4481b4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=bd44838a-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:31:14+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd4481b4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=bd44838a-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:31:34+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba7327b0-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ba7329f4-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:31:34+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c934376c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=c9343938-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:31:39+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd4481b4-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=bd44838a-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:31:39+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc307cc8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=cc307e8a-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:31:39+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc307cc8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=cc307e8a-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:31:39+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc307cc8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=cc307e8a-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:31:59+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c934376c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=c9343938-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:31:59+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f46c90-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=d7f46fce-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:32:04+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc307cc8-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=cc307e8a-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:32:04+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1c0c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=db1c1602-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:32:04+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1c0c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=db1c1602-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:32:04+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db1c0c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=db1c1602-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:32:24+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f46c90-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=d7f46fce-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:32:24+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b74e28-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=e6b754ae-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:32:29+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db1c0c3e-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=db1c1602-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:32:29+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea070780-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ea070aaa-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:32:29+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea070780-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ea070aaa-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:32:29+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea070780-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ea070aaa-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:32:49+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6b74e28-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=e6b754ae-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:32:49+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f579a564-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f579a794-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:32:54+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea070780-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=ea070aaa-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:32:54+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8f5c86c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f8f5cc4a-8e3b-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:32:54+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8f5c86c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f8f5cc4a-8e3b-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:32:54+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8f5c86c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f8f5cc4a-8e3b-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:33:13+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f579a564-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f579a794-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:33:13+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043a409a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=043a437e-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:33:19+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8f5c86c-8e3b-11ed-9568-6e382fd5ced7 | InvocationID=f8f5cc4a-8e3b-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:33:19+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e25f66-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=07e26894-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:33:20+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e25f66-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=07e26894-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:33:20+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07e25f66-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=07e26894-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:33:38+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043a409a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=043a437e-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:33:38+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12fc7102-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=12fc72d8-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:33:45+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07e25f66-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=07e26894-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:33:45+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16cf7aae-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=16cf8062-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:33:45+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16cf7aae-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=16cf8062-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:33:45+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16cf7aae-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=16cf8062-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:34:03+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12fc7102-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=12fc72d8-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:34:03+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21bd0ada-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=21bd0ce2-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:34:10+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16cf7aae-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=16cf8062-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:34:10+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25bb7ab8-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=25bb7c8e-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:34:10+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25bb7ab8-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=25bb7c8e-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:34:10+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25bb7ab8-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=25bb7c8e-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:34:28+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21bd0ada-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=21bd0ce2-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:34:28+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307fcf9e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=307fd174-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:34:35+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25bb7ab8-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=25bb7c8e-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:34:35+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a92ad4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=34a92d2c-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:34:35+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a92ad4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=34a92d2c-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:34:35+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34a92ad4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=34a92d2c-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:34:52+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=307fcf9e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=307fd174-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:34:52+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f40233a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=3f402524-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:35:00+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34a92ad4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=34a92d2c-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:35:00+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4395afea-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4395b24c-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:35:00+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4395afea-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4395b24c-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:35:00+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4395afea-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4395b24c-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:35:17+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f40233a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=3f402524-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:35:17+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e01876a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4e01892c-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:35:25+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4395afea-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4395b24c-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:35:25+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528090ba-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=52809286-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:35:25+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528090ba-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=52809286-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:35:25+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528090ba-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=52809286-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:35:42+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e01876a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=4e01892c-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:35:42+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc4fc96-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=5cc503a8-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:35:50+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528090ba-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=52809286-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:35:50+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616b7b3a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=616b7d56-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:35:50+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616b7b3a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=616b7d56-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:35:50+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616b7b3a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=616b7d56-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:36:07+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cc4fc96-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=5cc503a8-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:36:07+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b88273a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=6b882a6e-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:36:15+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616b7b3a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=616b7d56-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:36:15+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7056918e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=705693e6-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:36:15+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7056918e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=705693e6-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:36:15+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7056918e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=705693e6-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:36:31+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b88273a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=6b882a6e-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:36:31+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a4ad434-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7a4ad66e-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:36:40+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7056918e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=705693e6-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:36:40+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f41edce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7f41f012-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:36:40+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f41edce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7f41f012-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:36:40+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f41edce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7f41f012-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:36:56+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a4ad434-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7a4ad66e-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:36:56+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890cd332-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=890cd5bc-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:37:05+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f41edce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=7f41f012-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:37:05+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e2de298-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=8e2de4fa-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:37:05+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e2de298-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=8e2de4fa-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:37:05+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e2de298-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=8e2de4fa-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:37:21+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=890cd332-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=890cd5bc-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:37:21+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97ce1660-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=97ce18ea-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:37:30+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e2de298-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=8e2de4fa-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:37:30+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1a283e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=9d1a29e2-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:37:30+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1a283e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=9d1a29e2-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:37:30+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1a283e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=9d1a29e2-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:37:46+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97ce1660-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=97ce18ea-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:37:46+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a690448e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=a69046d2-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:37:55+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1a283e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=9d1a29e2-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:37:55+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac05a85a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ac05ab0c-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:37:55+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac05a85a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ac05ab0c-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:37:55+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac05a85a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ac05ab0c-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:38:10+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a690448e-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=a69046d2-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:38:10+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5503e84-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=b5504050-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:38:20+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac05a85a-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ac05ab0c-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:38:20+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf12894-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=baf1378a-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:38:20+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf12894-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=baf1378a-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:38:20+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf12894-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=baf1378a-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:38:35+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5503e84-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=b5504050-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:38:35+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4143fce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c414423a-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:38:45+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf12894-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=baf1378a-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:38:45+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9de9f08-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c9deab7e-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:38:45+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9de9f08-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c9deab7e-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:38:45+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9de9f08-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c9deab7e-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:39:00+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4143fce-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c414423a-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:39:00+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d55c64-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d2d56880-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:39:10+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9de9f08-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=c9deab7e-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:39:10+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cc256c-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d8cc2850-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:39:10+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cc256c-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d8cc2850-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:39:10+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cc256c-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d8cc2850-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:39:25+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2d55c64-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d2d56880-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:39:25+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e196c076-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e196c332-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:39:35+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cc256c-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=d8cc2850-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:39:35+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b93de4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e7b943a2-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:39:35+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b93de4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e7b943a2-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:39:35+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b93de4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e7b943a2-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:39:49+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e196c076-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e196c332-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:39:49+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0581bdc-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f0581e20-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:40:00+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b93de4-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=e7b943a2-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:40:00+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a9b644-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f6a9b9d2-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:40:00+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a9b644-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f6a9b9d2-8e3c-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:40:00+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a9b644-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f6a9b9d2-8e3c-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:40:14+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0581bdc-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f0581e20-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:40:14+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1b4482-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ff1b463a-8e3c-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:40:25+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a9b644-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=f6a9b9d2-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:40:25+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0598f48a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0598f70a-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:40:25+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0598f48a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0598f70a-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:40:25+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0598f48a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0598f70a-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:40:39+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff1b4482-8e3c-11ed-9568-6e382fd5ced7 | InvocationID=ff1b463a-8e3c-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:40:39+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ddd1e28-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0ddd20c6-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:40:50+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0598f48a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0598f70a-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:40:50+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1484a6b0-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1484a958-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:40:50+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1484a6b0-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1484a958-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:40:50+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1484a6b0-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1484a958-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:41:04+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ddd1e28-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=0ddd20c6-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:41:04+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c9f5570-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1c9f5804-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:41:15+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1484a6b0-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1484a958-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:41:15+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2372648c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2372663a-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:41:15+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2372648c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2372663a-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:41:15+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2372648c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2372663a-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:41:29+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c9f5570-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=1c9f5804-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:41:29+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b604b6e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2b605e74-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:41:40+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2372648c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2372663a-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:41:40+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325df088-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=325df290-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:41:40+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=325df088-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=325df290-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:41:40+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325df088-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=325df290-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:41:53+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b604b6e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=2b605e74-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:41:53+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a214072-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=3a214252-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:42:05+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=325df088-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=325df290-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:42:05+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414a3052-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=414a3d36-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:42:05+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414a3052-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=414a3d36-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:42:05+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414a3052-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=414a3d36-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:42:18+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a214072-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=3a214252-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:42:18+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48e38a98-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=48e38e76-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:42:30+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414a3052-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=414a3d36-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:42:30+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5036d958-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5036dc78-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:42:30+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5036d958-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5036dc78-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:42:30+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5036d958-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5036dc78-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:42:43+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48e38a98-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=48e38e76-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:42:43+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a94842-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=57a94b80-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:42:55+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5036d958-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5036dc78-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:42:55+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f28b22e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5f28b44a-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:42:55+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f28b22e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5f28b44a-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:42:55+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f28b22e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5f28b44a-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:43:08+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57a94842-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=57a94b80-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:43:08+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=666b1464-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=666b1694-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:43:20+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f28b22e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=5f28b44a-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:43:20+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e13bb9e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=6e13bd9c-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:43:20+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e13bb9e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=6e13bd9c-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:43:20+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e13bb9e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=6e13bd9c-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:43:32+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=666b1464-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=666b1694-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:43:32+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=752add7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=752adfde-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:43:45+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e13bb9e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=6e13bd9c-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:43:45+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfefc7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=7cfeff10-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:43:45+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfefc7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=7cfeff10-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:43:45+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cfefc7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=7cfeff10-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:43:57+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=752add7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=752adfde-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:43:57+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83edf808-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=83ee083e-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:44:10+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cfefc7c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=7cfeff10-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:44:10+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8beaa83a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=8beaaab0-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:44:11+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8beaa83a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=8beaaab0-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:44:11+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8beaa83a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=8beaaab0-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:44:22+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83edf808-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=83ee083e-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:44:22+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ae4654-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=92ae480c-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:44:36+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8beaa83a-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=8beaaab0-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:44:36+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad7a17c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=9ad7a3ac-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:44:36+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad7a17c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=9ad7a3ac-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:44:36+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad7a17c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=9ad7a3ac-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:44:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92ae4654-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=92ae480c-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:44:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16ea616-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a16ea7f6-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:45:01+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad7a17c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=9ad7a3ac-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:45:01+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c2a81c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a9c2a9de-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:45:01+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c2a81c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a9c2a9de-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:45:01+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c2a81c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a9c2a9de-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:45:11+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a16ea616-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a16ea7f6-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:45:11+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0329180-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b03293e2-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:45:26+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c2a81c-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=a9c2a9de-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:45:26+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ae77ac-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b8ae7964-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:45:26+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ae77ac-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b8ae7964-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:45:26+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ae77ac-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b8ae7964-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:45:36+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0329180-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b03293e2-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:45:36+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef3f970-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=bef40082-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:45:51+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ae77ac-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=b8ae7964-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:45:51+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c799855e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=c79989d2-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:45:51+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c799855e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=c79989d2-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:45:51+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c799855e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=c79989d2-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:46:01+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef3f970-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=bef40082-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:46:01+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdb5103e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=cdb51250-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:46:16+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c799855e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=c79989d2-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:46:16+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6851858-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=d6851b64-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:46:16+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6851858-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=d6851b64-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:46:16+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6851858-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=d6851b64-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:46:26+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdb5103e-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=cdb51250-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:46:26+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc757b90-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=dc757df2-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:46:41+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6851858-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=d6851b64-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:46:41+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57027fe-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=e5702a10-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:46:41+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57027fe-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=e5702a10-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:46:41+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57027fe-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=e5702a10-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:46:50+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc757b90-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=dc757df2-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:46:50+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb361af4-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=eb361e00-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:47:06+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57027fe-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=e5702a10-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:47:06+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45b3948-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f45b3b8c-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:47:06+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45b3948-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f45b3b8c-8e3d-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:47:06+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45b3948-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f45b3b8c-8e3d-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:47:15+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb361af4-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=eb361e00-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:47:15+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9faae42-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f9faaffa-8e3d-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:47:31+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45b3948-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f45b3b8c-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:47:31+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0347408c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=034742d0-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:47:31+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0347408c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=034742d0-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:47:31+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0347408c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=034742d0-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:47:40+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9faae42-8e3d-11ed-9568-6e382fd5ced7 | InvocationID=f9faaffa-8e3d-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:47:40+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08bdbe92-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=08bdc068-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:47:56+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0347408c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=034742d0-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:47:56+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12329f10-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=1232a136-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:47:56+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12329f10-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=1232a136-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:47:56+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12329f10-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=1232a136-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:48:05+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08bdbe92-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=08bdc068-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:48:05+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=177e357e-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=177e3754-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:48:21+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12329f10-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=1232a136-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:48:21+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f9852-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=211f9ae6-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:48:21+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f9852-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=211f9ae6-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:48:21+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211f9852-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=211f9ae6-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:48:29+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=177e357e-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=177e3754-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:48:29+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=263e40c2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=263e428e-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:48:46+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211f9852-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=211f9ae6-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:48:46+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300d3f4a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=300d41b6-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:48:46+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300d3f4a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=300d41b6-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:48:46+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300d3f4a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=300d41b6-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:48:54+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=263e40c2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=263e428e-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:48:54+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34fe56e2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=34fe5930-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:49:11+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300d3f4a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=300d41b6-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:49:11+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef9d108-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=3efa6640-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:49:11+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef9d108-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=3efa6640-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:49:11+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef9d108-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=3efa6640-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:49:19+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34fe56e2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=34fe5930-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:49:19+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43bfbc7a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=43bfbf40-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:49:36+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef9d108-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=3efa6640-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:49:36+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de7a08c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=4de7a370-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:49:36+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de7a08c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=4de7a370-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:49:36+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de7a08c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=4de7a370-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:49:44+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43bfbc7a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=43bfbf40-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:49:44+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5280ade6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5280afd0-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:50:01+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de7a08c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=4de7a370-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:50:01+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd53fd2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5cd542a2-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:50:01+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd53fd2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5cd542a2-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:01+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd53fd2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5cd542a2-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:08+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5280ade6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5280afd0-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:50:08+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6142de1c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6142e060-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:50:26+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd53fd2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=5cd542a2-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:50:26+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc07976-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6bc07bb0-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:50:26+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc07976-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6bc07bb0-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:26+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc07976-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6bc07bb0-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:33+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6142de1c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6142e060-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:50:33+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7003d0fa-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7003d348-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:50:51+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc07976-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=6bc07bb0-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:50:51+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aab2d3c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7aab39f8-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:50:51+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aab2d3c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7aab39f8-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:51+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aab2d3c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7aab39f8-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:50:58+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7003d0fa-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7003d348-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:50:58+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec3ef30-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7ec3f188-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:51:16+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aab2d3c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7aab39f8-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:51:16+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8997dff2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8997e1be-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:51:16+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8997dff2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8997e1be-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:51:16+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8997dff2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8997e1be-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:51:23+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ec3ef30-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=7ec3f188-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:51:23+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d853e2a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8d853ff6-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:51:41+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8997dff2-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8997e1be-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:51:41+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9882d4d6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9882d698-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:51:41+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9882d4d6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9882d698-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:51:41+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9882d4d6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9882d698-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:51:47+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d853e2a-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=8d853ff6-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:51:47+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c46e170-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9c46e3e6-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:52:06+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9882d4d6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9882d698-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:52:06+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76e5222-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=a76e542a-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:52:06+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76e5222-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=a76e542a-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:52:06+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76e5222-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=a76e542a-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:52:12+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c46e170-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=9c46e3e6-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:52:12+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0be96c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=ab0bef66-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:52:31+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76e5222-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=a76e542a-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:52:31+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65aec32-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b65aef98-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:52:31+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65aec32-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b65aef98-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:52:31+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b65aec32-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b65aef98-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:52:37+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab0be96c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=ab0bef66-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:52:37+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ce393c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b9ce3b80-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:52:56+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b65aec32-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b65aef98-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:52:56+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c548e906-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c548eae6-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:52:56+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c548e906-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c548eae6-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:52:56+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c548e906-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c548eae6-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:53:02+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9ce393c-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=b9ce3b80-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:53:02+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c890a6a8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c890aa0e-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:53:21+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c548e906-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c548eae6-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:53:21+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43551b6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d4355422-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:53:21+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43551b6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d4355422-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:53:21+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d43551b6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d4355422-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:53:26+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c890a6a8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=c890aa0e-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:53:26+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75172f8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d75176ae-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:53:46+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d43551b6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d4355422-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:53:46+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e32091cc-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e320942e-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:53:46+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e32091cc-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e320942e-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:53:46+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e32091cc-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e320942e-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:53:51+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75172f8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=d75176ae-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:53:51+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e611a5a6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e611a8bc-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:54:11+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e32091cc-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e320942e-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:54:11+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20bab40-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f20bada2-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:54:11+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20bab40-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f20bada2-8e3e-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:54:11+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20bab40-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f20bada2-8e3e-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:54:16+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e611a5a6-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=e611a8bc-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:54:16+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4d373f8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f4d37646-8e3e-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:54:36+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20bab40-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f20bada2-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:54:36+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f964f8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=00f96778-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:54:36+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f964f8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=00f96778-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:54:36+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f964f8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=00f96778-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:54:41+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4d373f8-8e3e-11ed-9568-6e382fd5ced7 | InvocationID=f4d37646-8e3e-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:54:41+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03939e9a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0393a124-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:55:01+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f964f8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=00f96778-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:55:01+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe77e0a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0fe78076-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:55:01+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe77e0a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0fe78076-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:01+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe77e0a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0fe78076-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:05+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03939e9a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0393a124-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:55:05+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1254d7dc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1254da7a-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:55:26+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe77e0a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=0fe78076-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:55:26+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed33bc0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1ed34066-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:55:26+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed33bc0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1ed34066-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:26+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed33bc0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1ed34066-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:30+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1254d7dc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1254da7a-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:55:30+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211687f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=21168ebe-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:55:51+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed33bc0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=1ed34066-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:55:51+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dbfd742-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2dbfd990-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:55:52+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dbfd742-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2dbfd990-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:52+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dbfd742-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2dbfd990-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:55:55+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=211687f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=21168ebe-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:55:55+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd744f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2fd74722-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:56:17+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dbfd742-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2dbfd990-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:56:17+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cad4ed8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3cad5158-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:56:17+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cad4ed8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3cad5158-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:56:17+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cad4ed8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3cad5158-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:56:20+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fd744f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=2fd74722-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:56:20+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e985ed6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3e986110-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:56:42+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cad4ed8-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3cad5158-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:56:42+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b98fd84-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4b990068-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:56:42+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b98fd84-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4b990068-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:56:42+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b98fd84-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4b990068-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:56:45+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e985ed6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=3e986110-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:56:45+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d5b7b56-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4d5b7d22-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:57:07+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b98fd84-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4b990068-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:57:07+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a87e3e6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5a87e5b2-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:57:07+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a87e3e6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5a87e5b2-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:07+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a87e3e6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5a87e5b2-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:09+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d5b7b56-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=4d5b7d22-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:57:09+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1c01b0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5c1c04b2-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:57:32+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a87e3e6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5a87e5b2-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:57:32+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6973228a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=697324ec-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:57:32+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6973228a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=697324ec-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:32+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6973228a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=697324ec-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:34+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c1c01b0-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=5c1c04b2-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:57:34+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6adfd226-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=6adfd9e2-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:57:57+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6973228a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=697324ec-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:57:57+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=785fa638-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=785fa80e-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:57:57+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=785fa638-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=785fa80e-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:57+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=785fa638-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=785fa80e-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:57:59+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6adfd226-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=6adfd9e2-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:57:59+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a0022c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=79a0054c-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:58:22+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=785fa638-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=785fa80e-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:58:22+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=874ba598-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=874bcbf4-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:58:22+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=874ba598-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=874bcbf4-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:58:22+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=874ba598-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=874bcbf4-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:58:24+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a0022c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=79a0054c-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:58:24+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8860cc7e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=8860ce54-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:58:47+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=874ba598-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=874bcbf4-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:58:47+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96386820-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=96386a78-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:58:47+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96386820-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=96386a78-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:58:47+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96386820-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=96386a78-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:58:48+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8860cc7e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=8860ce54-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:58:48+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9721aef4-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=9721b1a6-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:59:12+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96386820-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=96386a78-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:59:12+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52553fc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5255c62-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:59:12+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52553fc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5255c62-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:59:12+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a52553fc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5255c62-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:59:13+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9721aef4-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=9721b1a6-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:59:13+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5e6331a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5e634dc-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T03:59:37+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a52553fc-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5255c62-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T03:59:37+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b412672e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b412692c-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T03:59:37+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b412672e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b412692c-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:59:37+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b412672e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b412692c-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T03:59:38+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5e6331a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=a5e634dc-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T03:59:38+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4a8d452-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b4a8d682-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T04:00:02+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b412672e-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b412692c-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T04:00:02+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2fe8b3c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c2fe8d58-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T04:00:02+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2fe8b3c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c2fe8d58-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:02+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2fe8b3c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c2fe8d58-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:03+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4a8d452-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=b4a8d682-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T04:00:03+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36da756-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c36dac1a-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T04:00:27+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2fe8b3c-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c2fe8d58-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T04:00:27+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e9f8f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d1e9fbd6-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T04:00:27+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e9f8f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d1e9fbd6-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:27+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e9f8f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d1e9fbd6-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:27+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c36da756-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=c36dac1a-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T04:00:27+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22e56fa-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d22e58c6-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-07T04:00:52+0000 | policy_event_thread | 140397843614496 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1e9f8f2-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d1e9fbd6-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF activation/deactivation policy response events.
2023-01-07T04:00:52+0000 | policy_event_thread | 140397843614496 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0d5537a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=e0d55640-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-07T04:00:52+0000 | policy_event_thread | 140397843614496 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0d5537a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=e0d55640-8e3f-11ed-9568-6e382fd5ced7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:52+0000 | policy_event_thread | 140397843614496 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0d5537a-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=e0d55640-8e3f-11ed-9568-6e382fd5ced7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-07T04:00:52+0000 | aai_event_thread | 140397842553632 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d22e56fa-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=d22e58c6-8e3f-11ed-9568-6e382fd5ced7 | Polling MR for XNF AAI events.
2023-01-07T04:00:52+0000 | aai_event_thread | 140397842553632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0eebda6-8e3f-11ed-9568-6e382fd5ced7 | InvocationID=e0eec01c-8e3f-11ed-9568-6e382fd5ced7 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT