Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-29T09:49:22+0000 | MainThread | 140616814644552 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-29T09:49:22+0000 | MainThread | 140616814644552 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-29T09:49:22+0000 | MainThread | 140616814644552 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-29T09:49:22+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:49:22+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a23f32c-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a23f6c4-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:49:22+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-29T09:49:22+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a28011a-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a2803ae-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:49:22+0000 | MainThread | 140616814644552 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-29T09:49:23+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a23f32c-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a23f6c4-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:49:23+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a23f32c-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a23f6c4-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:49:23+0000 | aai_event_thread | 140616763906848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a28011a-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a2803ae-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:49:23+0000 | aai_event_thread | 140616763906848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a28011a-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a2803ae-6fcb-11ed-901b-96a9a841c451 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:49:43+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a28011a-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a2803ae-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:49:43+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d2a744-6fcb-11ed-901b-96a9a841c451 | InvocationID=26d2ab5e-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:49:43+0000 | aai_event_thread | 140616763906848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d2a744-6fcb-11ed-901b-96a9a841c451 | InvocationID=26d2ab5e-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:49:43+0000 | aai_event_thread | 140616763906848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26d2a744-6fcb-11ed-901b-96a9a841c451 | InvocationID=26d2ab5e-6fcb-11ed-901b-96a9a841c451 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:49:48+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a23f32c-6fcb-11ed-901b-96a9a841c451 | InvocationID=1a23f6c4-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:49:48+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c02076-6fcb-11ed-901b-96a9a841c451 | InvocationID=29c02346-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:49:48+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c02076-6fcb-11ed-901b-96a9a841c451 | InvocationID=29c02346-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:49:48+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29c02076-6fcb-11ed-901b-96a9a841c451 | InvocationID=29c02346-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:50:03+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26d2a744-6fcb-11ed-901b-96a9a841c451 | InvocationID=26d2ab5e-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:50:03+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cf0254-6fcb-11ed-901b-96a9a841c451 | InvocationID=32cf08bc-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:50:04+0000 | aai_event_thread | 140616763906848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cf0254-6fcb-11ed-901b-96a9a841c451 | InvocationID=32cf08bc-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:50:04+0000 | aai_event_thread | 140616763906848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32cf0254-6fcb-11ed-901b-96a9a841c451 | InvocationID=32cf08bc-6fcb-11ed-901b-96a9a841c451 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:50:13+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29c02076-6fcb-11ed-901b-96a9a841c451 | InvocationID=29c02346-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:50:13+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ae4888-6fcb-11ed-901b-96a9a841c451 | InvocationID=38ae4ebe-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:50:13+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ae4888-6fcb-11ed-901b-96a9a841c451 | InvocationID=38ae4ebe-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:50:13+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38ae4888-6fcb-11ed-901b-96a9a841c451 | InvocationID=38ae4ebe-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:50:24+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32cf0254-6fcb-11ed-901b-96a9a841c451 | InvocationID=32cf08bc-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:50:24+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ecb8316-6fcb-11ed-901b-96a9a841c451 | InvocationID=3ecb85e6-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:50:24+0000 | aai_event_thread | 140616763906848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ecb8316-6fcb-11ed-901b-96a9a841c451 | InvocationID=3ecb85e6-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:50:24+0000 | aai_event_thread | 140616763906848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ecb8316-6fcb-11ed-901b-96a9a841c451 | InvocationID=3ecb85e6-6fcb-11ed-901b-96a9a841c451 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:50:38+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38ae4888-6fcb-11ed-901b-96a9a841c451 | InvocationID=38ae4ebe-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:50:38+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a09c88-6fcb-11ed-901b-96a9a841c451 | InvocationID=47a09e90-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:50:38+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a09c88-6fcb-11ed-901b-96a9a841c451 | InvocationID=47a09e90-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:50:38+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a09c88-6fcb-11ed-901b-96a9a841c451 | InvocationID=47a09e90-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:50:44+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ecb8316-6fcb-11ed-901b-96a9a841c451 | InvocationID=3ecb85e6-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:50:44+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4abea888-6fcb-11ed-901b-96a9a841c451 | InvocationID=4abeab58-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:50:44+0000 | aai_event_thread | 140616763906848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4abea888-6fcb-11ed-901b-96a9a841c451 | InvocationID=4abeab58-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:50:44+0000 | aai_event_thread | 140616763906848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4abea888-6fcb-11ed-901b-96a9a841c451 | InvocationID=4abeab58-6fcb-11ed-901b-96a9a841c451 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-29T09:51:03+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a09c88-6fcb-11ed-901b-96a9a841c451 | InvocationID=47a09e90-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:51:03+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568e3516-6fcb-11ed-901b-96a9a841c451 | InvocationID=568e37be-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:51:04+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568e3516-6fcb-11ed-901b-96a9a841c451 | InvocationID=568e37be-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:51:04+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=568e3516-6fcb-11ed-901b-96a9a841c451 | InvocationID=568e37be-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:51:04+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4abea888-6fcb-11ed-901b-96a9a841c451 | InvocationID=4abeab58-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:51:04+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b29cd0-6fcb-11ed-901b-96a9a841c451 | InvocationID=56b29fdc-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:51:29+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=568e3516-6fcb-11ed-901b-96a9a841c451 | InvocationID=568e37be-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:51:29+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65832ec8-6fcb-11ed-901b-96a9a841c451 | InvocationID=658331c0-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:51:29+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65832ec8-6fcb-11ed-901b-96a9a841c451 | InvocationID=658331c0-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:51:29+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65832ec8-6fcb-11ed-901b-96a9a841c451 | InvocationID=658331c0-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:51:30+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56b29cd0-6fcb-11ed-901b-96a9a841c451 | InvocationID=56b29fdc-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:51:30+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6627c10e-6fcb-11ed-901b-96a9a841c451 | InvocationID=6627c37a-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:51:50+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6627c10e-6fcb-11ed-901b-96a9a841c451 | InvocationID=6627c37a-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:51:50+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7233608e-6fcb-11ed-901b-96a9a841c451 | InvocationID=723362c8-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:51:54+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65832ec8-6fcb-11ed-901b-96a9a841c451 | InvocationID=658331c0-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:51:54+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7479da76-6fcb-11ed-901b-96a9a841c451 | InvocationID=7479dc56-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:51:54+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7479da76-6fcb-11ed-901b-96a9a841c451 | InvocationID=7479dc56-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:51:54+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7479da76-6fcb-11ed-901b-96a9a841c451 | InvocationID=7479dc56-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:52:10+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7233608e-6fcb-11ed-901b-96a9a841c451 | InvocationID=723362c8-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:52:10+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e3442ea-6fcb-11ed-901b-96a9a841c451 | InvocationID=7e34454c-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:52:19+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7479da76-6fcb-11ed-901b-96a9a841c451 | InvocationID=7479dc56-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:52:19+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=836eac0a-6fcb-11ed-901b-96a9a841c451 | InvocationID=836eb11e-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:52:19+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=836eac0a-6fcb-11ed-901b-96a9a841c451 | InvocationID=836eb11e-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:52:19+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=836eac0a-6fcb-11ed-901b-96a9a841c451 | InvocationID=836eb11e-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:52:30+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e3442ea-6fcb-11ed-901b-96a9a841c451 | InvocationID=7e34454c-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:52:30+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a2f51d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=8a2f558a-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:52:44+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=836eac0a-6fcb-11ed-901b-96a9a841c451 | InvocationID=836eb11e-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:52:44+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=925f5dae-6fcb-11ed-901b-96a9a841c451 | InvocationID=925f60f6-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:52:44+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=925f5dae-6fcb-11ed-901b-96a9a841c451 | InvocationID=925f60f6-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:52:44+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=925f5dae-6fcb-11ed-901b-96a9a841c451 | InvocationID=925f60f6-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:52:50+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a2f51d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=8a2f558a-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:52:50+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96384fee-6fcb-11ed-901b-96a9a841c451 | InvocationID=96385570-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:53:09+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=925f5dae-6fcb-11ed-901b-96a9a841c451 | InvocationID=925f60f6-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:53:09+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a14d137e-6fcb-11ed-901b-96a9a841c451 | InvocationID=a14d15a4-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:53:09+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a14d137e-6fcb-11ed-901b-96a9a841c451 | InvocationID=a14d15a4-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:53:09+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a14d137e-6fcb-11ed-901b-96a9a841c451 | InvocationID=a14d15a4-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:53:11+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96384fee-6fcb-11ed-901b-96a9a841c451 | InvocationID=96385570-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:53:11+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28545cc-6fcb-11ed-901b-96a9a841c451 | InvocationID=a28548c4-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:53:34+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a14d137e-6fcb-11ed-901b-96a9a841c451 | InvocationID=a14d15a4-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:53:34+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b03d9160-6fcb-11ed-901b-96a9a841c451 | InvocationID=b03d950c-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:53:34+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b03d9160-6fcb-11ed-901b-96a9a841c451 | InvocationID=b03d950c-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:53:34+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b03d9160-6fcb-11ed-901b-96a9a841c451 | InvocationID=b03d950c-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:53:36+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a28545cc-6fcb-11ed-901b-96a9a841c451 | InvocationID=a28548c4-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:53:36+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14a8572-6fcb-11ed-901b-96a9a841c451 | InvocationID=b14a8856-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:53:59+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b03d9160-6fcb-11ed-901b-96a9a841c451 | InvocationID=b03d950c-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:53:59+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2b9582-6fcb-11ed-901b-96a9a841c451 | InvocationID=bf2b9794-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:53:59+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2b9582-6fcb-11ed-901b-96a9a841c451 | InvocationID=bf2b9794-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:53:59+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2b9582-6fcb-11ed-901b-96a9a841c451 | InvocationID=bf2b9794-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:54:00+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b14a8572-6fcb-11ed-901b-96a9a841c451 | InvocationID=b14a8856-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:54:00+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0111314-6fcb-11ed-901b-96a9a841c451 | InvocationID=c01116ac-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:54:24+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2b9582-6fcb-11ed-901b-96a9a841c451 | InvocationID=bf2b9794-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:54:24+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce19760e-6fcb-11ed-901b-96a9a841c451 | InvocationID=ce1977f8-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:54:24+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce19760e-6fcb-11ed-901b-96a9a841c451 | InvocationID=ce1977f8-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:54:24+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce19760e-6fcb-11ed-901b-96a9a841c451 | InvocationID=ce1977f8-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:54:25+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0111314-6fcb-11ed-901b-96a9a841c451 | InvocationID=c01116ac-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:54:25+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced4fa3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ced4fc58-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:54:49+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce19760e-6fcb-11ed-901b-96a9a841c451 | InvocationID=ce1977f8-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:54:49+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd05fc64-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd05fe4e-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:54:49+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd05fc64-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd05fe4e-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:54:49+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd05fc64-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd05fe4e-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:54:50+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ced4fa3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ced4fc58-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:54:50+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd9a78da-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd9a7aba-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:55:14+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd05fc64-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd05fe4e-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:55:14+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf25b3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ebf261d6-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:55:14+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf25b3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ebf261d6-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:55:14+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf25b3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ebf261d6-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:55:15+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd9a78da-6fcb-11ed-901b-96a9a841c451 | InvocationID=dd9a7aba-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:55:15+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec60ade4-6fcb-11ed-901b-96a9a841c451 | InvocationID=ec60b050-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:55:39+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf25b3c-6fcb-11ed-901b-96a9a841c451 | InvocationID=ebf261d6-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:55:39+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadf99d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=fadf9cfe-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:55:39+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadf99d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=fadf9cfe-6fcb-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:55:39+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fadf99d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=fadf9cfe-6fcb-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:55:40+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec60ade4-6fcb-11ed-901b-96a9a841c451 | InvocationID=ec60b050-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:55:40+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb28b696-6fcb-11ed-901b-96a9a841c451 | InvocationID=fb28c7b2-6fcb-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:56:04+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fadf99d4-6fcb-11ed-901b-96a9a841c451 | InvocationID=fadf9cfe-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:56:04+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09cc0d60-6fcc-11ed-901b-96a9a841c451 | InvocationID=09cc0fea-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:56:04+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09cc0d60-6fcc-11ed-901b-96a9a841c451 | InvocationID=09cc0fea-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:56:04+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09cc0d60-6fcc-11ed-901b-96a9a841c451 | InvocationID=09cc0fea-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:56:04+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb28b696-6fcb-11ed-901b-96a9a841c451 | InvocationID=fb28c7b2-6fcb-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:56:04+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ef2da4-6fcc-11ed-901b-96a9a841c451 | InvocationID=09ef2fde-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:56:29+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ef2da4-6fcc-11ed-901b-96a9a841c451 | InvocationID=09ef2fde-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:56:29+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b2db7e-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b2dda4-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:56:29+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09cc0d60-6fcc-11ed-901b-96a9a841c451 | InvocationID=09cc0fea-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:56:29+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b94cca-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b94f7c-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:56:29+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b94cca-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b94f7c-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:56:29+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b94cca-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b94f7c-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:56:54+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18b2db7e-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b2dda4-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:56:54+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27768480-6fcc-11ed-901b-96a9a841c451 | InvocationID=277686a6-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:56:54+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b94cca-6fcc-11ed-901b-96a9a841c451 | InvocationID=18b94f7c-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:56:54+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27a6a8c2-6fcc-11ed-901b-96a9a841c451 | InvocationID=27a6aba6-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:56:54+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27a6a8c2-6fcc-11ed-901b-96a9a841c451 | InvocationID=27a6aba6-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:56:54+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27a6a8c2-6fcc-11ed-901b-96a9a841c451 | InvocationID=27a6aba6-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:57:19+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27768480-6fcc-11ed-901b-96a9a841c451 | InvocationID=277686a6-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:57:19+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363d0188-6fcc-11ed-901b-96a9a841c451 | InvocationID=363d043a-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:57:19+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27a6a8c2-6fcc-11ed-901b-96a9a841c451 | InvocationID=27a6aba6-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:57:19+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3694fe60-6fcc-11ed-901b-96a9a841c451 | InvocationID=3695002c-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:57:19+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3694fe60-6fcc-11ed-901b-96a9a841c451 | InvocationID=3695002c-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:57:19+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3694fe60-6fcc-11ed-901b-96a9a841c451 | InvocationID=3695002c-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:57:44+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363d0188-6fcc-11ed-901b-96a9a841c451 | InvocationID=363d043a-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:57:44+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4501e526-6fcc-11ed-901b-96a9a841c451 | InvocationID=4501e7f6-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:57:44+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3694fe60-6fcc-11ed-901b-96a9a841c451 | InvocationID=3695002c-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:57:44+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458192d0-6fcc-11ed-901b-96a9a841c451 | InvocationID=45819582-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:57:44+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458192d0-6fcc-11ed-901b-96a9a841c451 | InvocationID=45819582-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:57:44+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=458192d0-6fcc-11ed-901b-96a9a841c451 | InvocationID=45819582-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:58:08+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4501e526-6fcc-11ed-901b-96a9a841c451 | InvocationID=4501e7f6-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:58:08+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c9ed6a-6fcc-11ed-901b-96a9a841c451 | InvocationID=53c9f56c-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:58:09+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=458192d0-6fcc-11ed-901b-96a9a841c451 | InvocationID=45819582-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:58:09+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546e2902-6fcc-11ed-901b-96a9a841c451 | InvocationID=546e2c2c-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:58:09+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546e2902-6fcc-11ed-901b-96a9a841c451 | InvocationID=546e2c2c-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:58:09+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546e2902-6fcc-11ed-901b-96a9a841c451 | InvocationID=546e2c2c-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:58:33+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53c9ed6a-6fcc-11ed-901b-96a9a841c451 | InvocationID=53c9f56c-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:58:33+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628e9f4e-6fcc-11ed-901b-96a9a841c451 | InvocationID=628ea232-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:58:34+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546e2902-6fcc-11ed-901b-96a9a841c451 | InvocationID=546e2c2c-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:58:34+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635b62fe-6fcc-11ed-901b-96a9a841c451 | InvocationID=635b65ce-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:58:34+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635b62fe-6fcc-11ed-901b-96a9a841c451 | InvocationID=635b65ce-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:58:34+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635b62fe-6fcc-11ed-901b-96a9a841c451 | InvocationID=635b65ce-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:58:58+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=628e9f4e-6fcc-11ed-901b-96a9a841c451 | InvocationID=628ea232-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:58:58+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71542698-6fcc-11ed-901b-96a9a841c451 | InvocationID=715428e6-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:58:59+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635b62fe-6fcc-11ed-901b-96a9a841c451 | InvocationID=635b65ce-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:58:59+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7248b2f8-6fcc-11ed-901b-96a9a841c451 | InvocationID=7248b596-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:59:00+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7248b2f8-6fcc-11ed-901b-96a9a841c451 | InvocationID=7248b596-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:59:00+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7248b2f8-6fcc-11ed-901b-96a9a841c451 | InvocationID=7248b596-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:59:23+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71542698-6fcc-11ed-901b-96a9a841c451 | InvocationID=715428e6-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:59:23+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=801963a0-6fcc-11ed-901b-96a9a841c451 | InvocationID=80196850-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:59:25+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7248b2f8-6fcc-11ed-901b-96a9a841c451 | InvocationID=7248b596-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:59:25+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8135e466-6fcc-11ed-901b-96a9a841c451 | InvocationID=8135e678-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:59:25+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8135e466-6fcc-11ed-901b-96a9a841c451 | InvocationID=8135e678-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:59:25+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8135e466-6fcc-11ed-901b-96a9a841c451 | InvocationID=8135e678-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:59:47+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=801963a0-6fcc-11ed-901b-96a9a841c451 | InvocationID=80196850-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T09:59:47+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8edd8cb8-6fcc-11ed-901b-96a9a841c451 | InvocationID=8edd90a0-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T09:59:50+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8135e466-6fcc-11ed-901b-96a9a841c451 | InvocationID=8135e678-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T09:59:50+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902736be-6fcc-11ed-901b-96a9a841c451 | InvocationID=90273966-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T09:59:50+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902736be-6fcc-11ed-901b-96a9a841c451 | InvocationID=90273966-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T09:59:50+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902736be-6fcc-11ed-901b-96a9a841c451 | InvocationID=90273966-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:00:12+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8edd8cb8-6fcc-11ed-901b-96a9a841c451 | InvocationID=8edd90a0-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:00:12+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da0a24e-6fcc-11ed-901b-96a9a841c451 | InvocationID=9da0a51e-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:00:15+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902736be-6fcc-11ed-901b-96a9a841c451 | InvocationID=90273966-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:00:15+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f14d76c-6fcc-11ed-901b-96a9a841c451 | InvocationID=9f14da8c-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:00:15+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f14d76c-6fcc-11ed-901b-96a9a841c451 | InvocationID=9f14da8c-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:00:15+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f14d76c-6fcc-11ed-901b-96a9a841c451 | InvocationID=9f14da8c-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:00:37+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9da0a24e-6fcc-11ed-901b-96a9a841c451 | InvocationID=9da0a51e-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:00:37+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac68ed7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=ac68efac-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:00:40+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f14d76c-6fcc-11ed-901b-96a9a841c451 | InvocationID=9f14da8c-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:00:40+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae021618-6fcc-11ed-901b-96a9a841c451 | InvocationID=ae021816-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:00:40+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae021618-6fcc-11ed-901b-96a9a841c451 | InvocationID=ae021816-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:00:40+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae021618-6fcc-11ed-901b-96a9a841c451 | InvocationID=ae021816-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:02+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac68ed7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=ac68efac-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:01:02+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3936b8-6fcc-11ed-901b-96a9a841c451 | InvocationID=bb393de8-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:01:05+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae021618-6fcc-11ed-901b-96a9a841c451 | InvocationID=ae021816-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:01:05+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf3f20e-6fcc-11ed-901b-96a9a841c451 | InvocationID=bcf3f812-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:01:05+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf3f20e-6fcc-11ed-901b-96a9a841c451 | InvocationID=bcf3f812-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:05+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf3f20e-6fcc-11ed-901b-96a9a841c451 | InvocationID=bcf3f812-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:27+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb3936b8-6fcc-11ed-901b-96a9a841c451 | InvocationID=bb393de8-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:01:27+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0856ba-6fcc-11ed-901b-96a9a841c451 | InvocationID=ca086484-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:01:30+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf3f20e-6fcc-11ed-901b-96a9a841c451 | InvocationID=bcf3f812-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:01:30+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe5dd7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=cbe5df98-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:01:30+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe5dd7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=cbe5df98-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:30+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe5dd7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=cbe5df98-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:51+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca0856ba-6fcc-11ed-901b-96a9a841c451 | InvocationID=ca086484-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:01:51+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cfd4c0-6fcc-11ed-901b-96a9a841c451 | InvocationID=d8cff932-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:01:55+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe5dd7c-6fcc-11ed-901b-96a9a841c451 | InvocationID=cbe5df98-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:01:55+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad2df24-6fcc-11ed-901b-96a9a841c451 | InvocationID=dad2e190-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:01:55+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad2df24-6fcc-11ed-901b-96a9a841c451 | InvocationID=dad2e190-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:01:55+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dad2df24-6fcc-11ed-901b-96a9a841c451 | InvocationID=dad2e190-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:02:16+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8cfd4c0-6fcc-11ed-901b-96a9a841c451 | InvocationID=d8cff932-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:02:16+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a193e4-6fcc-11ed-901b-96a9a841c451 | InvocationID=e7a19966-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:02:20+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dad2df24-6fcc-11ed-901b-96a9a841c451 | InvocationID=dad2e190-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:02:20+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c57eb0-6fcc-11ed-901b-96a9a841c451 | InvocationID=e9c584fa-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:02:20+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c57eb0-6fcc-11ed-901b-96a9a841c451 | InvocationID=e9c584fa-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:02:20+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c57eb0-6fcc-11ed-901b-96a9a841c451 | InvocationID=e9c584fa-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:02:41+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7a193e4-6fcc-11ed-901b-96a9a841c451 | InvocationID=e7a19966-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:02:41+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66c2b32-6fcc-11ed-901b-96a9a841c451 | InvocationID=f66c2d62-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:02:45+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c57eb0-6fcc-11ed-901b-96a9a841c451 | InvocationID=e9c584fa-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:02:45+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b2598e-6fcc-11ed-901b-96a9a841c451 | InvocationID=f8b25c90-6fcc-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:02:45+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b2598e-6fcc-11ed-901b-96a9a841c451 | InvocationID=f8b25c90-6fcc-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:02:45+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b2598e-6fcc-11ed-901b-96a9a841c451 | InvocationID=f8b25c90-6fcc-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:03:06+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66c2b32-6fcc-11ed-901b-96a9a841c451 | InvocationID=f66c2d62-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:03:06+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05362ae6-6fcd-11ed-901b-96a9a841c451 | InvocationID=05362d16-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:03:10+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b2598e-6fcc-11ed-901b-96a9a841c451 | InvocationID=f8b25c90-6fcc-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:03:10+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079fb40a-6fcd-11ed-901b-96a9a841c451 | InvocationID=079fb720-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:03:10+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079fb40a-6fcd-11ed-901b-96a9a841c451 | InvocationID=079fb720-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:03:10+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079fb40a-6fcd-11ed-901b-96a9a841c451 | InvocationID=079fb720-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:03:31+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05362ae6-6fcd-11ed-901b-96a9a841c451 | InvocationID=05362d16-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:03:31+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13fe61c4-6fcd-11ed-901b-96a9a841c451 | InvocationID=13fe643a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:03:35+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079fb40a-6fcd-11ed-901b-96a9a841c451 | InvocationID=079fb720-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:03:35+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168d9464-6fcd-11ed-901b-96a9a841c451 | InvocationID=168d9a4a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:03:35+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168d9464-6fcd-11ed-901b-96a9a841c451 | InvocationID=168d9a4a-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:03:35+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168d9464-6fcd-11ed-901b-96a9a841c451 | InvocationID=168d9a4a-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:03:56+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13fe61c4-6fcd-11ed-901b-96a9a841c451 | InvocationID=13fe643a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:03:56+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c66742-6fcd-11ed-901b-96a9a841c451 | InvocationID=22c66eb8-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:04:00+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168d9464-6fcd-11ed-901b-96a9a841c451 | InvocationID=168d9a4a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:04:00+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257c1c5c-6fcd-11ed-901b-96a9a841c451 | InvocationID=257c1f4a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:04:00+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257c1c5c-6fcd-11ed-901b-96a9a841c451 | InvocationID=257c1f4a-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:04:00+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257c1c5c-6fcd-11ed-901b-96a9a841c451 | InvocationID=257c1f4a-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:04:20+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22c66742-6fcd-11ed-901b-96a9a841c451 | InvocationID=22c66eb8-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:04:20+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3190063e-6fcd-11ed-901b-96a9a841c451 | InvocationID=31901098-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:04:25+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257c1c5c-6fcd-11ed-901b-96a9a841c451 | InvocationID=257c1f4a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:04:25+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3468e8c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=3468ea9c-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:04:25+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3468e8c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=3468ea9c-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:04:25+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3468e8c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=3468ea9c-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:04:45+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3190063e-6fcd-11ed-901b-96a9a841c451 | InvocationID=31901098-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:04:45+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4057fa5a-6fcd-11ed-901b-96a9a841c451 | InvocationID=4057fe60-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:04:50+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3468e8c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=3468ea9c-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:04:50+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4356f562-6fcd-11ed-901b-96a9a841c451 | InvocationID=4356fa94-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:04:50+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4356f562-6fcd-11ed-901b-96a9a841c451 | InvocationID=4356fa94-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:04:50+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4356f562-6fcd-11ed-901b-96a9a841c451 | InvocationID=4356fa94-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:05:10+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4057fa5a-6fcd-11ed-901b-96a9a841c451 | InvocationID=4057fe60-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:05:10+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f1d00a8-6fcd-11ed-901b-96a9a841c451 | InvocationID=4f1d0288-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:05:15+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4356f562-6fcd-11ed-901b-96a9a841c451 | InvocationID=4356fa94-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:05:15+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52433a86-6fcd-11ed-901b-96a9a841c451 | InvocationID=52434080-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:05:15+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52433a86-6fcd-11ed-901b-96a9a841c451 | InvocationID=52434080-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:05:15+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52433a86-6fcd-11ed-901b-96a9a841c451 | InvocationID=52434080-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:05:35+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f1d00a8-6fcd-11ed-901b-96a9a841c451 | InvocationID=4f1d0288-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:05:35+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de168d6-6fcd-11ed-901b-96a9a841c451 | InvocationID=5de16b1a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:05:40+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52433a86-6fcd-11ed-901b-96a9a841c451 | InvocationID=52434080-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:05:40+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61308d0a-6fcd-11ed-901b-96a9a841c451 | InvocationID=61308fa8-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:05:40+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61308d0a-6fcd-11ed-901b-96a9a841c451 | InvocationID=61308fa8-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:05:40+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61308d0a-6fcd-11ed-901b-96a9a841c451 | InvocationID=61308fa8-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:00+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5de168d6-6fcd-11ed-901b-96a9a841c451 | InvocationID=5de16b1a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:06:00+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cab59c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=6cab5d72-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:06:05+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61308d0a-6fcd-11ed-901b-96a9a841c451 | InvocationID=61308fa8-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:06:05+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f2e2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=701f347e-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:06:05+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f2e2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=701f347e-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:05+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f2e2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=701f347e-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:24+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cab59c6-6fcd-11ed-901b-96a9a841c451 | InvocationID=6cab5d72-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:06:24+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b7567d0-6fcd-11ed-901b-96a9a841c451 | InvocationID=7b756bfe-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:06:30+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f2e2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=701f347e-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:06:30+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0e5302-6fcd-11ed-901b-96a9a841c451 | InvocationID=7f0e5500-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:06:30+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0e5302-6fcd-11ed-901b-96a9a841c451 | InvocationID=7f0e5500-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:30+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0e5302-6fcd-11ed-901b-96a9a841c451 | InvocationID=7f0e5500-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:49+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b7567d0-6fcd-11ed-901b-96a9a841c451 | InvocationID=7b756bfe-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:06:49+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a3e2d1a-6fcd-11ed-901b-96a9a841c451 | InvocationID=8a3e2f54-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:06:55+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0e5302-6fcd-11ed-901b-96a9a841c451 | InvocationID=7f0e5500-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:06:55+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dff9e8e-6fcd-11ed-901b-96a9a841c451 | InvocationID=8dffa078-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:06:56+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dff9e8e-6fcd-11ed-901b-96a9a841c451 | InvocationID=8dffa078-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:06:56+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dff9e8e-6fcd-11ed-901b-96a9a841c451 | InvocationID=8dffa078-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:07:14+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a3e2d1a-6fcd-11ed-901b-96a9a841c451 | InvocationID=8a3e2f54-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:07:14+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9907cea0-6fcd-11ed-901b-96a9a841c451 | InvocationID=9907d0d0-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:07:21+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dff9e8e-6fcd-11ed-901b-96a9a841c451 | InvocationID=8dffa078-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:07:21+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cee0d54-6fcd-11ed-901b-96a9a841c451 | InvocationID=9cee0f2a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:07:21+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cee0d54-6fcd-11ed-901b-96a9a841c451 | InvocationID=9cee0f2a-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:07:21+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cee0d54-6fcd-11ed-901b-96a9a841c451 | InvocationID=9cee0f2a-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:07:39+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9907cea0-6fcd-11ed-901b-96a9a841c451 | InvocationID=9907d0d0-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:07:39+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7cf1f4c-6fcd-11ed-901b-96a9a841c451 | InvocationID=a7cf2154-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:07:46+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cee0d54-6fcd-11ed-901b-96a9a841c451 | InvocationID=9cee0f2a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:07:46+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdc0316-6fcd-11ed-901b-96a9a841c451 | InvocationID=abdc053c-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:07:46+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdc0316-6fcd-11ed-901b-96a9a841c451 | InvocationID=abdc053c-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:07:46+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdc0316-6fcd-11ed-901b-96a9a841c451 | InvocationID=abdc053c-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:08:04+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7cf1f4c-6fcd-11ed-901b-96a9a841c451 | InvocationID=a7cf2154-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:08:04+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6b626ae-6fcd-11ed-901b-96a9a841c451 | InvocationID=b6b62956-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:08:11+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdc0316-6fcd-11ed-901b-96a9a841c451 | InvocationID=abdc053c-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:08:11+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baca8aa0-6fcd-11ed-901b-96a9a841c451 | InvocationID=baca8f14-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:08:11+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baca8aa0-6fcd-11ed-901b-96a9a841c451 | InvocationID=baca8f14-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:08:11+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baca8aa0-6fcd-11ed-901b-96a9a841c451 | InvocationID=baca8f14-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:08:29+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6b626ae-6fcd-11ed-901b-96a9a841c451 | InvocationID=b6b62956-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:08:29+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b8ddfe-6fcd-11ed-901b-96a9a841c451 | InvocationID=c5b8e682-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:08:36+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baca8aa0-6fcd-11ed-901b-96a9a841c451 | InvocationID=baca8f14-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:08:36+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b96c2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=c9b96e1e-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:08:36+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b96c2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=c9b96e1e-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:08:36+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b96c2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=c9b96e1e-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:08:54+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5b8ddfe-6fcd-11ed-901b-96a9a841c451 | InvocationID=c5b8e682-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:08:54+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d490d85e-6fcd-11ed-901b-96a9a841c451 | InvocationID=d490daf2-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:09:01+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b96c2a-6fcd-11ed-901b-96a9a841c451 | InvocationID=c9b96e1e-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:09:01+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a6cfd4-6fcd-11ed-901b-96a9a841c451 | InvocationID=d8a6d29a-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:09:01+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a6cfd4-6fcd-11ed-901b-96a9a841c451 | InvocationID=d8a6d29a-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:09:01+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a6cfd4-6fcd-11ed-901b-96a9a841c451 | InvocationID=d8a6d29a-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:09:19+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d490d85e-6fcd-11ed-901b-96a9a841c451 | InvocationID=d490daf2-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:09:19+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e354d606-6fcd-11ed-901b-96a9a841c451 | InvocationID=e354d872-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:09:26+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a6cfd4-6fcd-11ed-901b-96a9a841c451 | InvocationID=d8a6d29a-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:09:26+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7933b18-6fcd-11ed-901b-96a9a841c451 | InvocationID=e7933dc0-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:09:26+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7933b18-6fcd-11ed-901b-96a9a841c451 | InvocationID=e7933dc0-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:09:26+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7933b18-6fcd-11ed-901b-96a9a841c451 | InvocationID=e7933dc0-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:09:43+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e354d606-6fcd-11ed-901b-96a9a841c451 | InvocationID=e354d872-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:09:43+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f21af760-6fcd-11ed-901b-96a9a841c451 | InvocationID=f21afa58-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:09:51+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7933b18-6fcd-11ed-901b-96a9a841c451 | InvocationID=e7933dc0-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:09:51+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68a9f9e-6fcd-11ed-901b-96a9a841c451 | InvocationID=f68aa1ba-6fcd-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:09:51+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68a9f9e-6fcd-11ed-901b-96a9a841c451 | InvocationID=f68aa1ba-6fcd-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:09:51+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68a9f9e-6fcd-11ed-901b-96a9a841c451 | InvocationID=f68aa1ba-6fcd-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:10:08+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f21af760-6fcd-11ed-901b-96a9a841c451 | InvocationID=f21afa58-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:10:08+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00e5c180-6fce-11ed-901b-96a9a841c451 | InvocationID=00e5c3ce-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:10:16+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68a9f9e-6fcd-11ed-901b-96a9a841c451 | InvocationID=f68aa1ba-6fcd-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:10:16+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05773800-6fce-11ed-901b-96a9a841c451 | InvocationID=05773ad0-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:10:16+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05773800-6fce-11ed-901b-96a9a841c451 | InvocationID=05773ad0-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:10:16+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05773800-6fce-11ed-901b-96a9a841c451 | InvocationID=05773ad0-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:10:33+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00e5c180-6fce-11ed-901b-96a9a841c451 | InvocationID=00e5c3ce-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:10:33+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0faef3b2-6fce-11ed-901b-96a9a841c451 | InvocationID=0faefb50-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:10:41+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05773800-6fce-11ed-901b-96a9a841c451 | InvocationID=05773ad0-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:10:41+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1463bece-6fce-11ed-901b-96a9a841c451 | InvocationID=1463c0ea-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:10:41+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1463bece-6fce-11ed-901b-96a9a841c451 | InvocationID=1463c0ea-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:10:41+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1463bece-6fce-11ed-901b-96a9a841c451 | InvocationID=1463c0ea-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:10:58+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0faef3b2-6fce-11ed-901b-96a9a841c451 | InvocationID=0faefb50-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:10:58+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e737c60-6fce-11ed-901b-96a9a841c451 | InvocationID=1e738df4-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:11:06+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1463bece-6fce-11ed-901b-96a9a841c451 | InvocationID=1463c0ea-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:11:06+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2351f39c-6fce-11ed-901b-96a9a841c451 | InvocationID=23520404-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:11:06+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2351f39c-6fce-11ed-901b-96a9a841c451 | InvocationID=23520404-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:11:06+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2351f39c-6fce-11ed-901b-96a9a841c451 | InvocationID=23520404-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:11:23+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e737c60-6fce-11ed-901b-96a9a841c451 | InvocationID=1e738df4-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:11:23+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3a5f66-6fce-11ed-901b-96a9a841c451 | InvocationID=2d3a672c-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:11:31+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2351f39c-6fce-11ed-901b-96a9a841c451 | InvocationID=23520404-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:11:31+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323f6858-6fce-11ed-901b-96a9a841c451 | InvocationID=323f6dd0-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:11:31+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323f6858-6fce-11ed-901b-96a9a841c451 | InvocationID=323f6dd0-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:11:31+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323f6858-6fce-11ed-901b-96a9a841c451 | InvocationID=323f6dd0-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:11:47+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d3a5f66-6fce-11ed-901b-96a9a841c451 | InvocationID=2d3a672c-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:11:47+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bfea41c-6fce-11ed-901b-96a9a841c451 | InvocationID=3bfea64c-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:11:56+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323f6858-6fce-11ed-901b-96a9a841c451 | InvocationID=323f6dd0-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:11:56+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412cf790-6fce-11ed-901b-96a9a841c451 | InvocationID=412cf9b6-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:11:56+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412cf790-6fce-11ed-901b-96a9a841c451 | InvocationID=412cf9b6-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:11:56+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412cf790-6fce-11ed-901b-96a9a841c451 | InvocationID=412cf9b6-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:12:12+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bfea41c-6fce-11ed-901b-96a9a841c451 | InvocationID=3bfea64c-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:12:12+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac440ba-6fce-11ed-901b-96a9a841c451 | InvocationID=4ac444b6-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:12:21+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412cf790-6fce-11ed-901b-96a9a841c451 | InvocationID=412cf9b6-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:12:21+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501a9c94-6fce-11ed-901b-96a9a841c451 | InvocationID=501a9e92-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:12:21+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501a9c94-6fce-11ed-901b-96a9a841c451 | InvocationID=501a9e92-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:12:21+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501a9c94-6fce-11ed-901b-96a9a841c451 | InvocationID=501a9e92-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:12:37+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ac440ba-6fce-11ed-901b-96a9a841c451 | InvocationID=4ac444b6-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:12:37+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598f36ea-6fce-11ed-901b-96a9a841c451 | InvocationID=598f3938-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:12:46+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501a9c94-6fce-11ed-901b-96a9a841c451 | InvocationID=501a9e92-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:12:46+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0747de-6fce-11ed-901b-96a9a841c451 | InvocationID=5f074bee-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:12:46+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0747de-6fce-11ed-901b-96a9a841c451 | InvocationID=5f074bee-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:12:46+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0747de-6fce-11ed-901b-96a9a841c451 | InvocationID=5f074bee-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:13:02+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598f36ea-6fce-11ed-901b-96a9a841c451 | InvocationID=598f3938-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:13:02+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6853c326-6fce-11ed-901b-96a9a841c451 | InvocationID=6853c560-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:13:11+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0747de-6fce-11ed-901b-96a9a841c451 | InvocationID=5f074bee-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:13:11+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df46da8-6fce-11ed-901b-96a9a841c451 | InvocationID=6df46fd8-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:13:11+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df46da8-6fce-11ed-901b-96a9a841c451 | InvocationID=6df46fd8-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:13:11+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df46da8-6fce-11ed-901b-96a9a841c451 | InvocationID=6df46fd8-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:13:27+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6853c326-6fce-11ed-901b-96a9a841c451 | InvocationID=6853c560-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:13:27+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77198440-6fce-11ed-901b-96a9a841c451 | InvocationID=77198634-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:13:36+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df46da8-6fce-11ed-901b-96a9a841c451 | InvocationID=6df46fd8-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:13:36+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce0721c-6fce-11ed-901b-96a9a841c451 | InvocationID=7ce07410-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:13:36+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce0721c-6fce-11ed-901b-96a9a841c451 | InvocationID=7ce07410-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:13:36+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce0721c-6fce-11ed-901b-96a9a841c451 | InvocationID=7ce07410-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:13:51+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77198440-6fce-11ed-901b-96a9a841c451 | InvocationID=77198634-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:13:51+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85dd858a-6fce-11ed-901b-96a9a841c451 | InvocationID=85dd8774-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:14:01+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce0721c-6fce-11ed-901b-96a9a841c451 | InvocationID=7ce07410-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:14:01+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bccaa3e-6fce-11ed-901b-96a9a841c451 | InvocationID=8bccad90-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:14:01+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bccaa3e-6fce-11ed-901b-96a9a841c451 | InvocationID=8bccad90-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:14:01+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bccaa3e-6fce-11ed-901b-96a9a841c451 | InvocationID=8bccad90-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:14:16+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85dd858a-6fce-11ed-901b-96a9a841c451 | InvocationID=85dd8774-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:14:16+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a5a278-6fce-11ed-901b-96a9a841c451 | InvocationID=94a5a46c-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:14:26+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bccaa3e-6fce-11ed-901b-96a9a841c451 | InvocationID=8bccad90-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:14:26+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abc981a-6fce-11ed-901b-96a9a841c451 | InvocationID=9abc9aa4-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:14:26+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abc981a-6fce-11ed-901b-96a9a841c451 | InvocationID=9abc9aa4-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:14:26+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abc981a-6fce-11ed-901b-96a9a841c451 | InvocationID=9abc9aa4-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:14:41+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94a5a278-6fce-11ed-901b-96a9a841c451 | InvocationID=94a5a46c-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:14:41+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a36c6f44-6fce-11ed-901b-96a9a841c451 | InvocationID=a36c72b4-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:14:51+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abc981a-6fce-11ed-901b-96a9a841c451 | InvocationID=9abc9aa4-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:14:51+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ae5674-6fce-11ed-901b-96a9a841c451 | InvocationID=a9ae5d5e-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:14:51+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ae5674-6fce-11ed-901b-96a9a841c451 | InvocationID=a9ae5d5e-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:14:51+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ae5674-6fce-11ed-901b-96a9a841c451 | InvocationID=a9ae5d5e-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:15:06+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a36c6f44-6fce-11ed-901b-96a9a841c451 | InvocationID=a36c72b4-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:15:06+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b237bc68-6fce-11ed-901b-96a9a841c451 | InvocationID=b237bf88-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:15:16+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ae5674-6fce-11ed-901b-96a9a841c451 | InvocationID=a9ae5d5e-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:15:16+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89b3418-6fce-11ed-901b-96a9a841c451 | InvocationID=b89b3c2e-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:15:16+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89b3418-6fce-11ed-901b-96a9a841c451 | InvocationID=b89b3c2e-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:15:16+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89b3418-6fce-11ed-901b-96a9a841c451 | InvocationID=b89b3c2e-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:15:31+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b237bc68-6fce-11ed-901b-96a9a841c451 | InvocationID=b237bf88-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:15:31+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fcad44-6fce-11ed-901b-96a9a841c451 | InvocationID=c0fcafba-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:15:41+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89b3418-6fce-11ed-901b-96a9a841c451 | InvocationID=b89b3c2e-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:15:41+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7874796-6fce-11ed-901b-96a9a841c451 | InvocationID=c7874b4c-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:15:42+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7874796-6fce-11ed-901b-96a9a841c451 | InvocationID=c7874b4c-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:15:42+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7874796-6fce-11ed-901b-96a9a841c451 | InvocationID=c7874b4c-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:15:55+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fcad44-6fce-11ed-901b-96a9a841c451 | InvocationID=c0fcafba-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:15:55+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfc1a78a-6fce-11ed-901b-96a9a841c451 | InvocationID=cfc1aaa0-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:16:07+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7874796-6fce-11ed-901b-96a9a841c451 | InvocationID=c7874b4c-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:16:07+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67535ba-6fce-11ed-901b-96a9a841c451 | InvocationID=d6753c04-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:16:07+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67535ba-6fce-11ed-901b-96a9a841c451 | InvocationID=d6753c04-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:16:07+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67535ba-6fce-11ed-901b-96a9a841c451 | InvocationID=d6753c04-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:16:20+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfc1a78a-6fce-11ed-901b-96a9a841c451 | InvocationID=cfc1aaa0-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:16:20+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8d1024-6fce-11ed-901b-96a9a841c451 | InvocationID=de8d133a-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:16:32+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67535ba-6fce-11ed-901b-96a9a841c451 | InvocationID=d6753c04-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:16:32+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56273a8-6fce-11ed-901b-96a9a841c451 | InvocationID=e5627aa6-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:16:32+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56273a8-6fce-11ed-901b-96a9a841c451 | InvocationID=e5627aa6-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:16:32+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56273a8-6fce-11ed-901b-96a9a841c451 | InvocationID=e5627aa6-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:16:45+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de8d1024-6fce-11ed-901b-96a9a841c451 | InvocationID=de8d133a-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:16:45+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed52ace0-6fce-11ed-901b-96a9a841c451 | InvocationID=ed52b05a-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:16:57+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56273a8-6fce-11ed-901b-96a9a841c451 | InvocationID=e5627aa6-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:16:57+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f44f6b00-6fce-11ed-901b-96a9a841c451 | InvocationID=f44f6e52-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:16:57+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f44f6b00-6fce-11ed-901b-96a9a841c451 | InvocationID=f44f6e52-6fce-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:16:57+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f44f6b00-6fce-11ed-901b-96a9a841c451 | InvocationID=f44f6e52-6fce-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:17:10+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed52ace0-6fce-11ed-901b-96a9a841c451 | InvocationID=ed52b05a-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:17:10+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1988d4-6fce-11ed-901b-96a9a841c451 | InvocationID=fc198cb2-6fce-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:17:22+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f44f6b00-6fce-11ed-901b-96a9a841c451 | InvocationID=f44f6e52-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:17:22+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=033d4466-6fcf-11ed-901b-96a9a841c451 | InvocationID=033d475e-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:17:22+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=033d4466-6fcf-11ed-901b-96a9a841c451 | InvocationID=033d475e-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:17:22+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=033d4466-6fcf-11ed-901b-96a9a841c451 | InvocationID=033d475e-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:17:34+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1988d4-6fce-11ed-901b-96a9a841c451 | InvocationID=fc198cb2-6fce-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:17:34+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adc8772-6fcf-11ed-901b-96a9a841c451 | InvocationID=0adc8ab0-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:17:47+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=033d4466-6fcf-11ed-901b-96a9a841c451 | InvocationID=033d475e-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:17:47+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122ba9ea-6fcf-11ed-901b-96a9a841c451 | InvocationID=122bac10-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:17:47+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122ba9ea-6fcf-11ed-901b-96a9a841c451 | InvocationID=122bac10-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:17:47+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=122ba9ea-6fcf-11ed-901b-96a9a841c451 | InvocationID=122bac10-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:17:59+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0adc8772-6fcf-11ed-901b-96a9a841c451 | InvocationID=0adc8ab0-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:17:59+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a39eee-6fcf-11ed-901b-96a9a841c451 | InvocationID=19a3a0c4-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:18:12+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=122ba9ea-6fcf-11ed-901b-96a9a841c451 | InvocationID=122bac10-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:18:12+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211b124c-6fcf-11ed-901b-96a9a841c451 | InvocationID=211b1e90-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:18:12+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211b124c-6fcf-11ed-901b-96a9a841c451 | InvocationID=211b1e90-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:18:12+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211b124c-6fcf-11ed-901b-96a9a841c451 | InvocationID=211b1e90-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:18:24+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a39eee-6fcf-11ed-901b-96a9a841c451 | InvocationID=19a3a0c4-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:18:24+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2867c086-6fcf-11ed-901b-96a9a841c451 | InvocationID=2867c388-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:18:37+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211b124c-6fcf-11ed-901b-96a9a841c451 | InvocationID=211b1e90-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:18:37+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300a1c30-6fcf-11ed-901b-96a9a841c451 | InvocationID=300a1e4c-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:18:37+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300a1c30-6fcf-11ed-901b-96a9a841c451 | InvocationID=300a1e4c-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:18:37+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300a1c30-6fcf-11ed-901b-96a9a841c451 | InvocationID=300a1e4c-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:18:49+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2867c086-6fcf-11ed-901b-96a9a841c451 | InvocationID=2867c388-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:18:49+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372d3efc-6fcf-11ed-901b-96a9a841c451 | InvocationID=372d41fe-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:19:02+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300a1c30-6fcf-11ed-901b-96a9a841c451 | InvocationID=300a1e4c-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:19:02+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef6ea66-6fcf-11ed-901b-96a9a841c451 | InvocationID=3ef6ed86-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:19:02+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef6ea66-6fcf-11ed-901b-96a9a841c451 | InvocationID=3ef6ed86-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:19:02+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef6ea66-6fcf-11ed-901b-96a9a841c451 | InvocationID=3ef6ed86-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:19:14+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=372d3efc-6fcf-11ed-901b-96a9a841c451 | InvocationID=372d41fe-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:19:14+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f7ea4a-6fcf-11ed-901b-96a9a841c451 | InvocationID=45f7ec8e-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:19:27+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef6ea66-6fcf-11ed-901b-96a9a841c451 | InvocationID=3ef6ed86-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:19:27+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de3436c-6fcf-11ed-901b-96a9a841c451 | InvocationID=4de34998-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:19:27+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de3436c-6fcf-11ed-901b-96a9a841c451 | InvocationID=4de34998-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:19:27+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de3436c-6fcf-11ed-901b-96a9a841c451 | InvocationID=4de34998-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:19:38+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f7ea4a-6fcf-11ed-901b-96a9a841c451 | InvocationID=45f7ec8e-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:19:38+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54bf04f0-6fcf-11ed-901b-96a9a841c451 | InvocationID=54bf0806-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:19:52+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de3436c-6fcf-11ed-901b-96a9a841c451 | InvocationID=4de34998-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:19:52+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd64900-6fcf-11ed-901b-96a9a841c451 | InvocationID=5cd65062-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:19:52+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd64900-6fcf-11ed-901b-96a9a841c451 | InvocationID=5cd65062-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:19:52+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd64900-6fcf-11ed-901b-96a9a841c451 | InvocationID=5cd65062-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:20:03+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54bf04f0-6fcf-11ed-901b-96a9a841c451 | InvocationID=54bf0806-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:20:03+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638192aa-6fcf-11ed-901b-96a9a841c451 | InvocationID=6381948a-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:20:17+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd64900-6fcf-11ed-901b-96a9a841c451 | InvocationID=5cd65062-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:20:17+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc5017c-6fcf-11ed-901b-96a9a841c451 | InvocationID=6bc50406-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:20:17+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc5017c-6fcf-11ed-901b-96a9a841c451 | InvocationID=6bc50406-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:20:17+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc5017c-6fcf-11ed-901b-96a9a841c451 | InvocationID=6bc50406-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:20:28+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=638192aa-6fcf-11ed-901b-96a9a841c451 | InvocationID=6381948a-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:20:28+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7247e014-6fcf-11ed-901b-96a9a841c451 | InvocationID=7247e2c6-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:20:42+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc5017c-6fcf-11ed-901b-96a9a841c451 | InvocationID=6bc50406-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:20:42+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab190d8-6fcf-11ed-901b-96a9a841c451 | InvocationID=7ab19376-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:20:42+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab190d8-6fcf-11ed-901b-96a9a841c451 | InvocationID=7ab19376-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:20:42+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab190d8-6fcf-11ed-901b-96a9a841c451 | InvocationID=7ab19376-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:20:53+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7247e014-6fcf-11ed-901b-96a9a841c451 | InvocationID=7247e2c6-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:20:53+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=810cfc74-6fcf-11ed-901b-96a9a841c451 | InvocationID=810d0502-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:21:07+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab190d8-6fcf-11ed-901b-96a9a841c451 | InvocationID=7ab19376-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:21:07+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899e0626-6fcf-11ed-901b-96a9a841c451 | InvocationID=899e0860-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:21:07+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899e0626-6fcf-11ed-901b-96a9a841c451 | InvocationID=899e0860-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:21:07+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=899e0626-6fcf-11ed-901b-96a9a841c451 | InvocationID=899e0860-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:21:18+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=810cfc74-6fcf-11ed-901b-96a9a841c451 | InvocationID=810d0502-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:21:18+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fd69df0-6fcf-11ed-901b-96a9a841c451 | InvocationID=8fd6a4bc-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:21:32+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=899e0626-6fcf-11ed-901b-96a9a841c451 | InvocationID=899e0860-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:21:32+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988b7790-6fcf-11ed-901b-96a9a841c451 | InvocationID=988b7aba-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:21:32+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988b7790-6fcf-11ed-901b-96a9a841c451 | InvocationID=988b7aba-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:21:32+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=988b7790-6fcf-11ed-901b-96a9a841c451 | InvocationID=988b7aba-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:21:42+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fd69df0-6fcf-11ed-901b-96a9a841c451 | InvocationID=8fd6a4bc-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:21:42+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9f7a28-6fcf-11ed-901b-96a9a841c451 | InvocationID=9e9f7df2-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:21:57+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=988b7790-6fcf-11ed-901b-96a9a841c451 | InvocationID=988b7aba-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:21:57+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a779d508-6fcf-11ed-901b-96a9a841c451 | InvocationID=a779d896-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:21:57+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a779d508-6fcf-11ed-901b-96a9a841c451 | InvocationID=a779d896-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:21:57+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a779d508-6fcf-11ed-901b-96a9a841c451 | InvocationID=a779d896-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:22:07+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e9f7a28-6fcf-11ed-901b-96a9a841c451 | InvocationID=9e9f7df2-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:22:07+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad6876d6-6fcf-11ed-901b-96a9a841c451 | InvocationID=ad687b22-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:22:22+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a779d508-6fcf-11ed-901b-96a9a841c451 | InvocationID=a779d896-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:22:22+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6679cee-6fcf-11ed-901b-96a9a841c451 | InvocationID=b667a0b8-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:22:22+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6679cee-6fcf-11ed-901b-96a9a841c451 | InvocationID=b667a0b8-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:22:22+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6679cee-6fcf-11ed-901b-96a9a841c451 | InvocationID=b667a0b8-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:22:32+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad6876d6-6fcf-11ed-901b-96a9a841c451 | InvocationID=ad687b22-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:22:32+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2bd08c-6fcf-11ed-901b-96a9a841c451 | InvocationID=bc2bd456-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:22:47+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6679cee-6fcf-11ed-901b-96a9a841c451 | InvocationID=b667a0b8-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:22:47+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c554f666-6fcf-11ed-901b-96a9a841c451 | InvocationID=c554f8a0-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:22:47+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c554f666-6fcf-11ed-901b-96a9a841c451 | InvocationID=c554f8a0-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:22:47+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c554f666-6fcf-11ed-901b-96a9a841c451 | InvocationID=c554f8a0-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:22:57+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc2bd08c-6fcf-11ed-901b-96a9a841c451 | InvocationID=bc2bd456-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:22:57+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caefb0ac-6fcf-11ed-901b-96a9a841c451 | InvocationID=caefb322-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:23:12+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c554f666-6fcf-11ed-901b-96a9a841c451 | InvocationID=c554f8a0-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:23:12+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d44178f2-6fcf-11ed-901b-96a9a841c451 | InvocationID=d4417b68-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:23:12+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d44178f2-6fcf-11ed-901b-96a9a841c451 | InvocationID=d4417b68-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:23:12+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d44178f2-6fcf-11ed-901b-96a9a841c451 | InvocationID=d4417b68-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:23:21+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caefb0ac-6fcf-11ed-901b-96a9a841c451 | InvocationID=caefb322-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:23:21+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b62e04-6fcf-11ed-901b-96a9a841c451 | InvocationID=d9b630ca-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:23:37+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d44178f2-6fcf-11ed-901b-96a9a841c451 | InvocationID=d4417b68-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:23:37+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e32f691e-6fcf-11ed-901b-96a9a841c451 | InvocationID=e32f70f8-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:23:37+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e32f691e-6fcf-11ed-901b-96a9a841c451 | InvocationID=e32f70f8-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:23:37+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e32f691e-6fcf-11ed-901b-96a9a841c451 | InvocationID=e32f70f8-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:23:46+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9b62e04-6fcf-11ed-901b-96a9a841c451 | InvocationID=d9b630ca-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:23:46+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87ccc7c-6fcf-11ed-901b-96a9a841c451 | InvocationID=e87ccf10-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:24:02+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e32f691e-6fcf-11ed-901b-96a9a841c451 | InvocationID=e32f70f8-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:24:02+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f21bebb4-6fcf-11ed-901b-96a9a841c451 | InvocationID=f21beeca-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:24:02+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f21bebb4-6fcf-11ed-901b-96a9a841c451 | InvocationID=f21beeca-6fcf-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:24:02+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f21bebb4-6fcf-11ed-901b-96a9a841c451 | InvocationID=f21beeca-6fcf-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:24:11+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e87ccc7c-6fcf-11ed-901b-96a9a841c451 | InvocationID=e87ccf10-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:24:11+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f741486e-6fcf-11ed-901b-96a9a841c451 | InvocationID=f7414aa8-6fcf-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:24:27+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f21bebb4-6fcf-11ed-901b-96a9a841c451 | InvocationID=f21beeca-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:24:27+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010944e6-6fd0-11ed-901b-96a9a841c451 | InvocationID=010947e8-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:24:27+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010944e6-6fd0-11ed-901b-96a9a841c451 | InvocationID=010947e8-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:24:27+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010944e6-6fd0-11ed-901b-96a9a841c451 | InvocationID=010947e8-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:24:36+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f741486e-6fcf-11ed-901b-96a9a841c451 | InvocationID=f7414aa8-6fcf-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:24:36+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=060710a4-6fd0-11ed-901b-96a9a841c451 | InvocationID=0607134c-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:24:52+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010944e6-6fd0-11ed-901b-96a9a841c451 | InvocationID=010947e8-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:24:52+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff4fb4e-6fd0-11ed-901b-96a9a841c451 | InvocationID=0ff4fd42-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:24:53+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff4fb4e-6fd0-11ed-901b-96a9a841c451 | InvocationID=0ff4fd42-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:24:53+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff4fb4e-6fd0-11ed-901b-96a9a841c451 | InvocationID=0ff4fd42-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:25:01+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=060710a4-6fd0-11ed-901b-96a9a841c451 | InvocationID=0607134c-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:25:01+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c97e42-6fd0-11ed-901b-96a9a841c451 | InvocationID=14c9850e-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:25:18+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff4fb4e-6fd0-11ed-901b-96a9a841c451 | InvocationID=0ff4fd42-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:25:18+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee16174-6fd0-11ed-901b-96a9a841c451 | InvocationID=1ee163fe-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:25:18+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee16174-6fd0-11ed-901b-96a9a841c451 | InvocationID=1ee163fe-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:25:18+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee16174-6fd0-11ed-901b-96a9a841c451 | InvocationID=1ee163fe-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:25:25+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c97e42-6fd0-11ed-901b-96a9a841c451 | InvocationID=14c9850e-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:25:25+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238f122a-6fd0-11ed-901b-96a9a841c451 | InvocationID=238f145a-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:25:43+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee16174-6fd0-11ed-901b-96a9a841c451 | InvocationID=1ee163fe-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:25:43+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dcddb68-6fd0-11ed-901b-96a9a841c451 | InvocationID=2dcddda2-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:25:43+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dcddb68-6fd0-11ed-901b-96a9a841c451 | InvocationID=2dcddda2-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:25:43+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dcddb68-6fd0-11ed-901b-96a9a841c451 | InvocationID=2dcddda2-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:25:50+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=238f122a-6fd0-11ed-901b-96a9a841c451 | InvocationID=238f145a-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:25:50+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3255795c-6fd0-11ed-901b-96a9a841c451 | InvocationID=32557ba0-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:26:08+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dcddb68-6fd0-11ed-901b-96a9a841c451 | InvocationID=2dcddda2-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:26:08+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cba4ca6-6fd0-11ed-901b-96a9a841c451 | InvocationID=3cba4ee0-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:26:08+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cba4ca6-6fd0-11ed-901b-96a9a841c451 | InvocationID=3cba4ee0-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:26:08+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cba4ca6-6fd0-11ed-901b-96a9a841c451 | InvocationID=3cba4ee0-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:26:15+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3255795c-6fd0-11ed-901b-96a9a841c451 | InvocationID=32557ba0-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:26:15+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411d24ee-6fd0-11ed-901b-96a9a841c451 | InvocationID=411d27be-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:26:33+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cba4ca6-6fd0-11ed-901b-96a9a841c451 | InvocationID=3cba4ee0-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:26:33+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba66dda-6fd0-11ed-901b-96a9a841c451 | InvocationID=4ba6721c-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:26:33+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba66dda-6fd0-11ed-901b-96a9a841c451 | InvocationID=4ba6721c-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:26:33+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba66dda-6fd0-11ed-901b-96a9a841c451 | InvocationID=4ba6721c-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:26:40+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=411d24ee-6fd0-11ed-901b-96a9a841c451 | InvocationID=411d27be-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:26:40+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe1b116-6fd0-11ed-901b-96a9a841c451 | InvocationID=4fe1b486-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:26:58+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba66dda-6fd0-11ed-901b-96a9a841c451 | InvocationID=4ba6721c-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:26:58+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a94b216-6fd0-11ed-901b-96a9a841c451 | InvocationID=5a94b48c-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:26:58+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a94b216-6fd0-11ed-901b-96a9a841c451 | InvocationID=5a94b48c-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:26:58+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a94b216-6fd0-11ed-901b-96a9a841c451 | InvocationID=5a94b48c-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:27:05+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fe1b116-6fd0-11ed-901b-96a9a841c451 | InvocationID=4fe1b486-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:27:05+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea761dc-6fd0-11ed-901b-96a9a841c451 | InvocationID=5ea7647a-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:27:23+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a94b216-6fd0-11ed-901b-96a9a841c451 | InvocationID=5a94b48c-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:27:23+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69835f2a-6fd0-11ed-901b-96a9a841c451 | InvocationID=698362b8-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:27:23+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69835f2a-6fd0-11ed-901b-96a9a841c451 | InvocationID=698362b8-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:27:23+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69835f2a-6fd0-11ed-901b-96a9a841c451 | InvocationID=698362b8-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:27:29+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ea761dc-6fd0-11ed-901b-96a9a841c451 | InvocationID=5ea7647a-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:27:29+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d6d5e9c-6fd0-11ed-901b-96a9a841c451 | InvocationID=6d6d6c0c-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:27:48+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69835f2a-6fd0-11ed-901b-96a9a841c451 | InvocationID=698362b8-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:27:48+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7873eae0-6fd0-11ed-901b-96a9a841c451 | InvocationID=7873f3a0-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:27:48+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7873eae0-6fd0-11ed-901b-96a9a841c451 | InvocationID=7873f3a0-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:27:48+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7873eae0-6fd0-11ed-901b-96a9a841c451 | InvocationID=7873f3a0-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:27:54+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d6d5e9c-6fd0-11ed-901b-96a9a841c451 | InvocationID=6d6d6c0c-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:27:54+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c321ab2-6fd0-11ed-901b-96a9a841c451 | InvocationID=7c321e18-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:28:13+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7873eae0-6fd0-11ed-901b-96a9a841c451 | InvocationID=7873f3a0-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:28:13+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87602dac-6fd0-11ed-901b-96a9a841c451 | InvocationID=87602fe6-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:28:13+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87602dac-6fd0-11ed-901b-96a9a841c451 | InvocationID=87602fe6-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:28:13+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87602dac-6fd0-11ed-901b-96a9a841c451 | InvocationID=87602fe6-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:28:19+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c321ab2-6fd0-11ed-901b-96a9a841c451 | InvocationID=7c321e18-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:28:19+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af61ac6-6fd0-11ed-901b-96a9a841c451 | InvocationID=8af61dd2-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:28:38+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87602dac-6fd0-11ed-901b-96a9a841c451 | InvocationID=87602fe6-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:28:38+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964f47da-6fd0-11ed-901b-96a9a841c451 | InvocationID=964f49c4-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:28:38+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964f47da-6fd0-11ed-901b-96a9a841c451 | InvocationID=964f49c4-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:28:38+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964f47da-6fd0-11ed-901b-96a9a841c451 | InvocationID=964f49c4-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:28:44+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8af61ac6-6fd0-11ed-901b-96a9a841c451 | InvocationID=8af61dd2-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:28:44+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99bb8014-6fd0-11ed-901b-96a9a841c451 | InvocationID=99bb82ee-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:29:03+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964f47da-6fd0-11ed-901b-96a9a841c451 | InvocationID=964f49c4-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:29:03+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53cb002-6fd0-11ed-901b-96a9a841c451 | InvocationID=a53cb1ce-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:29:03+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53cb002-6fd0-11ed-901b-96a9a841c451 | InvocationID=a53cb1ce-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:03+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53cb002-6fd0-11ed-901b-96a9a841c451 | InvocationID=a53cb1ce-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:08+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99bb8014-6fd0-11ed-901b-96a9a841c451 | InvocationID=99bb82ee-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:29:08+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a882a410-6fd0-11ed-901b-96a9a841c451 | InvocationID=a882a6ea-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:29:28+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53cb002-6fd0-11ed-901b-96a9a841c451 | InvocationID=a53cb1ce-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:29:28+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b42905e8-6fd0-11ed-901b-96a9a841c451 | InvocationID=b42909e4-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:29:28+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b42905e8-6fd0-11ed-901b-96a9a841c451 | InvocationID=b42909e4-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:28+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b42905e8-6fd0-11ed-901b-96a9a841c451 | InvocationID=b42909e4-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:33+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a882a410-6fd0-11ed-901b-96a9a841c451 | InvocationID=a882a6ea-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:29:33+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b745e5a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=b745e930-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:29:53+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b42905e8-6fd0-11ed-901b-96a9a841c451 | InvocationID=b42909e4-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:29:53+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c320658c-6fd0-11ed-901b-96a9a841c451 | InvocationID=c3206870-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:29:53+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c320658c-6fd0-11ed-901b-96a9a841c451 | InvocationID=c3206870-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:53+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c320658c-6fd0-11ed-901b-96a9a841c451 | InvocationID=c3206870-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:29:58+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b745e5a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=b745e930-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:29:58+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60b1f8a-6fd0-11ed-901b-96a9a841c451 | InvocationID=c60b2282-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:30:18+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c320658c-6fd0-11ed-901b-96a9a841c451 | InvocationID=c3206870-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:30:18+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20ea892-6fd0-11ed-901b-96a9a841c451 | InvocationID=d20eaae0-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:30:18+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20ea892-6fd0-11ed-901b-96a9a841c451 | InvocationID=d20eaae0-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:30:18+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20ea892-6fd0-11ed-901b-96a9a841c451 | InvocationID=d20eaae0-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:30:23+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c60b1f8a-6fd0-11ed-901b-96a9a841c451 | InvocationID=c60b2282-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:30:23+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4cf267e-6fd0-11ed-901b-96a9a841c451 | InvocationID=d4cf2930-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:30:43+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20ea892-6fd0-11ed-901b-96a9a841c451 | InvocationID=d20eaae0-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:30:43+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fae8a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=e0faeb18-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:30:43+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fae8a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=e0faeb18-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:30:43+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fae8a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=e0faeb18-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:30:48+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4cf267e-6fd0-11ed-901b-96a9a841c451 | InvocationID=d4cf2930-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:30:48+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3937822-6fd0-11ed-901b-96a9a841c451 | InvocationID=e3937c64-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:31:08+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fae8a2-6fd0-11ed-901b-96a9a841c451 | InvocationID=e0faeb18-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:31:08+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efee7838-6fd0-11ed-901b-96a9a841c451 | InvocationID=efee7acc-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:31:08+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efee7838-6fd0-11ed-901b-96a9a841c451 | InvocationID=efee7acc-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:31:08+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efee7838-6fd0-11ed-901b-96a9a841c451 | InvocationID=efee7acc-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:31:12+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3937822-6fd0-11ed-901b-96a9a841c451 | InvocationID=e3937c64-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:31:12+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25cb850-6fd0-11ed-901b-96a9a841c451 | InvocationID=f25cba6c-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:31:33+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efee7838-6fd0-11ed-901b-96a9a841c451 | InvocationID=efee7acc-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:31:33+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fedb4e3e-6fd0-11ed-901b-96a9a841c451 | InvocationID=fedb5028-6fd0-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:31:33+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fedb4e3e-6fd0-11ed-901b-96a9a841c451 | InvocationID=fedb5028-6fd0-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:31:33+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fedb4e3e-6fd0-11ed-901b-96a9a841c451 | InvocationID=fedb5028-6fd0-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:31:37+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25cb850-6fd0-11ed-901b-96a9a841c451 | InvocationID=f25cba6c-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:31:37+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01200518-6fd1-11ed-901b-96a9a841c451 | InvocationID=01200946-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:31:58+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fedb4e3e-6fd0-11ed-901b-96a9a841c451 | InvocationID=fedb5028-6fd0-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:31:58+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc8d240-6fd1-11ed-901b-96a9a841c451 | InvocationID=0dc8d48e-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:31:58+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc8d240-6fd1-11ed-901b-96a9a841c451 | InvocationID=0dc8d48e-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:31:58+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc8d240-6fd1-11ed-901b-96a9a841c451 | InvocationID=0dc8d48e-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:32:02+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01200518-6fd1-11ed-901b-96a9a841c451 | InvocationID=01200946-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:32:02+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff1b546-6fd1-11ed-901b-96a9a841c451 | InvocationID=0ff1b852-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:32:23+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc8d240-6fd1-11ed-901b-96a9a841c451 | InvocationID=0dc8d48e-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:32:23+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb5803c-6fd1-11ed-901b-96a9a841c451 | InvocationID=1cb5867c-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:32:23+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb5803c-6fd1-11ed-901b-96a9a841c451 | InvocationID=1cb5867c-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:32:23+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb5803c-6fd1-11ed-901b-96a9a841c451 | InvocationID=1cb5867c-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:32:27+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff1b546-6fd1-11ed-901b-96a9a841c451 | InvocationID=0ff1b852-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:32:27+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb7dccc-6fd1-11ed-901b-96a9a841c451 | InvocationID=1eb7df56-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:32:48+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb5803c-6fd1-11ed-901b-96a9a841c451 | InvocationID=1cb5867c-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:32:48+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba20976-6fd1-11ed-901b-96a9a841c451 | InvocationID=2ba20c0a-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:32:48+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba20976-6fd1-11ed-901b-96a9a841c451 | InvocationID=2ba20c0a-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:32:48+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba20976-6fd1-11ed-901b-96a9a841c451 | InvocationID=2ba20c0a-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:32:52+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eb7dccc-6fd1-11ed-901b-96a9a841c451 | InvocationID=1eb7df56-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:32:52+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7bda60-6fd1-11ed-901b-96a9a841c451 | InvocationID=2d7bdc9a-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:33:13+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba20976-6fd1-11ed-901b-96a9a841c451 | InvocationID=2ba20c0a-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:33:13+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a90bfb8-6fd1-11ed-901b-96a9a841c451 | InvocationID=3a90c292-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:33:14+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a90bfb8-6fd1-11ed-901b-96a9a841c451 | InvocationID=3a90c292-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:33:14+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a90bfb8-6fd1-11ed-901b-96a9a841c451 | InvocationID=3a90c292-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:33:16+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d7bda60-6fd1-11ed-901b-96a9a841c451 | InvocationID=2d7bdc9a-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:33:16+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c40a954-6fd1-11ed-901b-96a9a841c451 | InvocationID=3c40ab66-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:33:39+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a90bfb8-6fd1-11ed-901b-96a9a841c451 | InvocationID=3a90c292-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:33:39+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497cced6-6fd1-11ed-901b-96a9a841c451 | InvocationID=497cd12e-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:33:39+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497cced6-6fd1-11ed-901b-96a9a841c451 | InvocationID=497cd12e-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:33:39+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=497cced6-6fd1-11ed-901b-96a9a841c451 | InvocationID=497cd12e-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:33:41+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c40a954-6fd1-11ed-901b-96a9a841c451 | InvocationID=3c40ab66-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:33:41+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b048e06-6fd1-11ed-901b-96a9a841c451 | InvocationID=4b048fe6-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:34:04+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=497cced6-6fd1-11ed-901b-96a9a841c451 | InvocationID=497cd12e-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:34:04+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586c63ac-6fd1-11ed-901b-96a9a841c451 | InvocationID=586c6686-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:34:04+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586c63ac-6fd1-11ed-901b-96a9a841c451 | InvocationID=586c6686-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:04+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586c63ac-6fd1-11ed-901b-96a9a841c451 | InvocationID=586c6686-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:06+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b048e06-6fd1-11ed-901b-96a9a841c451 | InvocationID=4b048fe6-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:34:06+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c74d8e-6fd1-11ed-901b-96a9a841c451 | InvocationID=59c75f2c-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:34:29+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586c63ac-6fd1-11ed-901b-96a9a841c451 | InvocationID=586c6686-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:34:29+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67599768-6fd1-11ed-901b-96a9a841c451 | InvocationID=6759993e-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:34:29+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67599768-6fd1-11ed-901b-96a9a841c451 | InvocationID=6759993e-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:29+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67599768-6fd1-11ed-901b-96a9a841c451 | InvocationID=6759993e-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:31+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59c74d8e-6fd1-11ed-901b-96a9a841c451 | InvocationID=59c75f2c-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:34:31+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688d611e-6fd1-11ed-901b-96a9a841c451 | InvocationID=688d63bc-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:34:54+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67599768-6fd1-11ed-901b-96a9a841c451 | InvocationID=6759993e-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:34:54+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7645cc4c-6fd1-11ed-901b-96a9a841c451 | InvocationID=7645d1d8-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:34:54+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7645cc4c-6fd1-11ed-901b-96a9a841c451 | InvocationID=7645d1d8-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:54+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7645cc4c-6fd1-11ed-901b-96a9a841c451 | InvocationID=7645d1d8-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:34:55+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688d611e-6fd1-11ed-901b-96a9a841c451 | InvocationID=688d63bc-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:34:55+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77515c32-6fd1-11ed-901b-96a9a841c451 | InvocationID=77515e08-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:35:19+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7645cc4c-6fd1-11ed-901b-96a9a841c451 | InvocationID=7645d1d8-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:35:19+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85339f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=8533a1fc-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:35:19+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85339f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=8533a1fc-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:35:19+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85339f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=8533a1fc-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:35:20+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77515c32-6fd1-11ed-901b-96a9a841c451 | InvocationID=77515e08-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:35:20+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86172e86-6fd1-11ed-901b-96a9a841c451 | InvocationID=861731f6-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:35:44+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85339f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=8533a1fc-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:35:44+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941fa63e-6fd1-11ed-901b-96a9a841c451 | InvocationID=941faa62-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:35:44+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941fa63e-6fd1-11ed-901b-96a9a841c451 | InvocationID=941faa62-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:35:44+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=941fa63e-6fd1-11ed-901b-96a9a841c451 | InvocationID=941faa62-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:35:45+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86172e86-6fd1-11ed-901b-96a9a841c451 | InvocationID=861731f6-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:35:45+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94dd434c-6fd1-11ed-901b-96a9a841c451 | InvocationID=94dd4536-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:36:09+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=941fa63e-6fd1-11ed-901b-96a9a841c451 | InvocationID=941faa62-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:36:09+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30bd5a0-6fd1-11ed-901b-96a9a841c451 | InvocationID=a30bd83e-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:36:09+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30bd5a0-6fd1-11ed-901b-96a9a841c451 | InvocationID=a30bd83e-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:09+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a30bd5a0-6fd1-11ed-901b-96a9a841c451 | InvocationID=a30bd83e-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:10+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94dd434c-6fd1-11ed-901b-96a9a841c451 | InvocationID=94dd4536-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:36:10+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3a0a360-6fd1-11ed-901b-96a9a841c451 | InvocationID=a3a0a554-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:36:34+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a30bd5a0-6fd1-11ed-901b-96a9a841c451 | InvocationID=a30bd83e-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:36:34+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f9c91e-6fd1-11ed-901b-96a9a841c451 | InvocationID=b1f9cb58-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:36:34+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f9c91e-6fd1-11ed-901b-96a9a841c451 | InvocationID=b1f9cb58-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:34+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f9c91e-6fd1-11ed-901b-96a9a841c451 | InvocationID=b1f9cb58-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:35+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3a0a360-6fd1-11ed-901b-96a9a841c451 | InvocationID=a3a0a554-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:36:35+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2658f14-6fd1-11ed-901b-96a9a841c451 | InvocationID=b2659194-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:36:59+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f9c91e-6fd1-11ed-901b-96a9a841c451 | InvocationID=b1f9cb58-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:36:59+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e75298-6fd1-11ed-901b-96a9a841c451 | InvocationID=c0e754b4-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:36:59+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e75298-6fd1-11ed-901b-96a9a841c451 | InvocationID=c0e754b4-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:59+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e75298-6fd1-11ed-901b-96a9a841c451 | InvocationID=c0e754b4-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:36:59+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2658f14-6fd1-11ed-901b-96a9a841c451 | InvocationID=b2659194-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:36:59+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12b2f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=c12b322e-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:37:24+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e75298-6fd1-11ed-901b-96a9a841c451 | InvocationID=c0e754b4-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:37:24+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd58892-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfd58b1c-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:37:24+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd58892-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfd58b1c-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:37:24+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd58892-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfd58b1c-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:37:24+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c12b2f54-6fd1-11ed-901b-96a9a841c451 | InvocationID=c12b322e-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:37:24+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfedc5c4-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfedc858-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:37:49+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfedc5c4-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfedc858-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:37:49+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deb7e418-6fd1-11ed-901b-96a9a841c451 | InvocationID=deb7ea76-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:37:49+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd58892-6fd1-11ed-901b-96a9a841c451 | InvocationID=cfd58b1c-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:37:49+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec34bbe-6fd1-11ed-901b-96a9a841c451 | InvocationID=dec34dda-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:37:49+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec34bbe-6fd1-11ed-901b-96a9a841c451 | InvocationID=dec34dda-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:37:49+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec34bbe-6fd1-11ed-901b-96a9a841c451 | InvocationID=dec34dda-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:38:14+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=deb7e418-6fd1-11ed-901b-96a9a841c451 | InvocationID=deb7ea76-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:38:14+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7e9cda-6fd1-11ed-901b-96a9a841c451 | InvocationID=ed7ea0b8-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:38:14+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec34bbe-6fd1-11ed-901b-96a9a841c451 | InvocationID=dec34dda-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:38:14+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb02c00-6fd1-11ed-901b-96a9a841c451 | InvocationID=edb02ec6-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:38:14+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb02c00-6fd1-11ed-901b-96a9a841c451 | InvocationID=edb02ec6-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:38:14+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb02c00-6fd1-11ed-901b-96a9a841c451 | InvocationID=edb02ec6-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:38:38+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed7e9cda-6fd1-11ed-901b-96a9a841c451 | InvocationID=ed7ea0b8-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:38:38+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc41fc44-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc41ff32-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:38:39+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb02c00-6fd1-11ed-901b-96a9a841c451 | InvocationID=edb02ec6-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:38:39+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc9fe368-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc9fe610-6fd1-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:38:39+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc9fe368-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc9fe610-6fd1-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:38:39+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc9fe368-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc9fe610-6fd1-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:03+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc41fc44-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc41ff32-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:39:03+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b06cc64-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b06ce58-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:39:04+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc9fe368-6fd1-11ed-901b-96a9a841c451 | InvocationID=fc9fe610-6fd1-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:39:04+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8c479a-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b8c4b14-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:39:04+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8c479a-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b8c4b14-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:04+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8c479a-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b8c4b14-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:28+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b06cc64-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b06ce58-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:39:28+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c8ea02-6fd2-11ed-901b-96a9a841c451 | InvocationID=19c8ec6e-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:39:29+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8c479a-6fd2-11ed-901b-96a9a841c451 | InvocationID=0b8c4b14-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:39:29+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a783552-6fd2-11ed-901b-96a9a841c451 | InvocationID=1a783728-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:39:29+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a783552-6fd2-11ed-901b-96a9a841c451 | InvocationID=1a783728-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:29+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a783552-6fd2-11ed-901b-96a9a841c451 | InvocationID=1a783728-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:53+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19c8ea02-6fd2-11ed-901b-96a9a841c451 | InvocationID=19c8ec6e-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:39:53+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=288e7908-6fd2-11ed-901b-96a9a841c451 | InvocationID=288e7b24-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:39:54+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a783552-6fd2-11ed-901b-96a9a841c451 | InvocationID=1a783728-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:39:54+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2969a190-6fd2-11ed-901b-96a9a841c451 | InvocationID=2969a3a2-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:39:54+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2969a190-6fd2-11ed-901b-96a9a841c451 | InvocationID=2969a3a2-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:39:54+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2969a190-6fd2-11ed-901b-96a9a841c451 | InvocationID=2969a3a2-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:40:18+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=288e7908-6fd2-11ed-901b-96a9a841c451 | InvocationID=288e7b24-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:40:18+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3750b69a-6fd2-11ed-901b-96a9a841c451 | InvocationID=3750c04a-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:40:19+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2969a190-6fd2-11ed-901b-96a9a841c451 | InvocationID=2969a3a2-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:40:19+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3856a1da-6fd2-11ed-901b-96a9a841c451 | InvocationID=3856a3f6-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:40:19+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3856a1da-6fd2-11ed-901b-96a9a841c451 | InvocationID=3856a3f6-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:40:19+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3856a1da-6fd2-11ed-901b-96a9a841c451 | InvocationID=3856a3f6-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:40:42+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3750b69a-6fd2-11ed-901b-96a9a841c451 | InvocationID=3750c04a-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:40:42+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46163f24-6fd2-11ed-901b-96a9a841c451 | InvocationID=4616414a-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:40:44+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3856a1da-6fd2-11ed-901b-96a9a841c451 | InvocationID=3856a3f6-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:40:44+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4742aa2c-6fd2-11ed-901b-96a9a841c451 | InvocationID=4742ac48-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:40:44+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4742aa2c-6fd2-11ed-901b-96a9a841c451 | InvocationID=4742ac48-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:40:44+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4742aa2c-6fd2-11ed-901b-96a9a841c451 | InvocationID=4742ac48-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:07+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46163f24-6fd2-11ed-901b-96a9a841c451 | InvocationID=4616414a-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:41:07+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54db82ee-6fd2-11ed-901b-96a9a841c451 | InvocationID=54db850a-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:41:09+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4742aa2c-6fd2-11ed-901b-96a9a841c451 | InvocationID=4742ac48-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:41:09+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562f7358-6fd2-11ed-901b-96a9a841c451 | InvocationID=562f7588-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:41:09+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562f7358-6fd2-11ed-901b-96a9a841c451 | InvocationID=562f7588-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:09+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562f7358-6fd2-11ed-901b-96a9a841c451 | InvocationID=562f7588-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:32+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54db82ee-6fd2-11ed-901b-96a9a841c451 | InvocationID=54db850a-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:41:32+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639f4a0e-6fd2-11ed-901b-96a9a841c451 | InvocationID=639f4ca2-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:41:34+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562f7358-6fd2-11ed-901b-96a9a841c451 | InvocationID=562f7588-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:41:34+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651cbe84-6fd2-11ed-901b-96a9a841c451 | InvocationID=651cc0a0-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:41:34+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651cbe84-6fd2-11ed-901b-96a9a841c451 | InvocationID=651cc0a0-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:34+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651cbe84-6fd2-11ed-901b-96a9a841c451 | InvocationID=651cc0a0-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:57+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=639f4a0e-6fd2-11ed-901b-96a9a841c451 | InvocationID=639f4ca2-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:41:57+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72620414-6fd2-11ed-901b-96a9a841c451 | InvocationID=726205e0-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:41:59+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651cbe84-6fd2-11ed-901b-96a9a841c451 | InvocationID=651cc0a0-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:41:59+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7409f7ae-6fd2-11ed-901b-96a9a841c451 | InvocationID=7409fa1a-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:41:59+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7409f7ae-6fd2-11ed-901b-96a9a841c451 | InvocationID=7409fa1a-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:41:59+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7409f7ae-6fd2-11ed-901b-96a9a841c451 | InvocationID=7409fa1a-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:42:21+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72620414-6fd2-11ed-901b-96a9a841c451 | InvocationID=726205e0-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:42:21+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8127d546-6fd2-11ed-901b-96a9a841c451 | InvocationID=8127d7da-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:42:24+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7409f7ae-6fd2-11ed-901b-96a9a841c451 | InvocationID=7409fa1a-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:42:24+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f63cf0-6fd2-11ed-901b-96a9a841c451 | InvocationID=82f63fac-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:42:24+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f63cf0-6fd2-11ed-901b-96a9a841c451 | InvocationID=82f63fac-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:42:24+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f63cf0-6fd2-11ed-901b-96a9a841c451 | InvocationID=82f63fac-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:42:46+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8127d546-6fd2-11ed-901b-96a9a841c451 | InvocationID=8127d7da-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:42:46+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8febd514-6fd2-11ed-901b-96a9a841c451 | InvocationID=8febd6fe-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:42:49+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f63cf0-6fd2-11ed-901b-96a9a841c451 | InvocationID=82f63fac-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:42:49+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e215c2-6fd2-11ed-901b-96a9a841c451 | InvocationID=91e217fc-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:42:50+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e215c2-6fd2-11ed-901b-96a9a841c451 | InvocationID=91e217fc-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:42:50+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e215c2-6fd2-11ed-901b-96a9a841c451 | InvocationID=91e217fc-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:43:11+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8febd514-6fd2-11ed-901b-96a9a841c451 | InvocationID=8febd6fe-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:43:11+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eaf7196-6fd2-11ed-901b-96a9a841c451 | InvocationID=9eaf7c40-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:43:15+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e215c2-6fd2-11ed-901b-96a9a841c451 | InvocationID=91e217fc-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:43:15+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0cef51e-6fd2-11ed-901b-96a9a841c451 | InvocationID=a0cef8e8-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:43:15+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0cef51e-6fd2-11ed-901b-96a9a841c451 | InvocationID=a0cef8e8-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:43:15+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0cef51e-6fd2-11ed-901b-96a9a841c451 | InvocationID=a0cef8e8-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:43:36+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9eaf7196-6fd2-11ed-901b-96a9a841c451 | InvocationID=9eaf7c40-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:43:36+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad73f27e-6fd2-11ed-901b-96a9a841c451 | InvocationID=ad73f6b6-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:43:40+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0cef51e-6fd2-11ed-901b-96a9a841c451 | InvocationID=a0cef8e8-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:43:40+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afbec8a6-6fd2-11ed-901b-96a9a841c451 | InvocationID=afbecacc-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:43:40+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afbec8a6-6fd2-11ed-901b-96a9a841c451 | InvocationID=afbecacc-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:43:40+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afbec8a6-6fd2-11ed-901b-96a9a841c451 | InvocationID=afbecacc-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:44:00+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad73f27e-6fd2-11ed-901b-96a9a841c451 | InvocationID=ad73f6b6-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:44:01+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc38f264-6fd2-11ed-901b-96a9a841c451 | InvocationID=bc38f71e-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:44:05+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afbec8a6-6fd2-11ed-901b-96a9a841c451 | InvocationID=afbecacc-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:44:05+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beab5fe6-6fd2-11ed-901b-96a9a841c451 | InvocationID=beab627a-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:44:05+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beab5fe6-6fd2-11ed-901b-96a9a841c451 | InvocationID=beab627a-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:44:05+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beab5fe6-6fd2-11ed-901b-96a9a841c451 | InvocationID=beab627a-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:44:25+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc38f264-6fd2-11ed-901b-96a9a841c451 | InvocationID=bc38f71e-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:44:25+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb01992c-6fd2-11ed-901b-96a9a841c451 | InvocationID=cb019b5c-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-29T10:44:30+0000 | policy_event_thread | 140616764967712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beab5fe6-6fd2-11ed-901b-96a9a841c451 | InvocationID=beab627a-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF activation/deactivation policy response events.
2022-11-29T10:44:30+0000 | policy_event_thread | 140616764967712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd97229c-6fd2-11ed-901b-96a9a841c451 | InvocationID=cd972526-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-29T10:44:30+0000 | policy_event_thread | 140616764967712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd97229c-6fd2-11ed-901b-96a9a841c451 | InvocationID=cd972526-6fd2-11ed-901b-96a9a841c451 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:44:30+0000 | policy_event_thread | 140616764967712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd97229c-6fd2-11ed-901b-96a9a841c451 | InvocationID=cd972526-6fd2-11ed-901b-96a9a841c451 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-29T10:44:50+0000 | aai_event_thread | 140616763906848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb01992c-6fd2-11ed-901b-96a9a841c451 | InvocationID=cb019b5c-6fd2-11ed-901b-96a9a841c451 | Polling MR for XNF AAI events.
2022-11-29T10:44:50+0000 | aai_event_thread | 140616763906848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9c40562-6fd2-11ed-901b-96a9a841c451 | InvocationID=d9c40760-6fd2-11ed-901b-96a9a841c451 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT