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-18T05:00:05+0000 | MainThread | 140426598632776 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-18T05:00:05+0000 | MainThread | 140426598632776 | 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-18T05:00:05+0000 | MainThread | 140426598632776 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-18T05:00:05+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:00:05+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dded6abc-66fd-11ed-819d-365217e34d84 | InvocationID=dded6d5a-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:00:05+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-18T05:00:05+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddef4bb6-66fd-11ed-819d-365217e34d84 | InvocationID=ddef5bc4-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:00:05+0000 | MainThread | 140426598632776 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-18T05:00:06+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dded6abc-66fd-11ed-819d-365217e34d84 | InvocationID=dded6d5a-66fd-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:00:06+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dded6abc-66fd-11ed-819d-365217e34d84 | InvocationID=dded6d5a-66fd-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:00:06+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddef4bb6-66fd-11ed-819d-365217e34d84 | InvocationID=ddef5bc4-66fd-11ed-819d-365217e34d84 | 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-18T05:00:06+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddef4bb6-66fd-11ed-819d-365217e34d84 | InvocationID=ddef5bc4-66fd-11ed-819d-365217e34d84 | 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-18T05:00:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddef4bb6-66fd-11ed-819d-365217e34d84 | InvocationID=ddef5bc4-66fd-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:00:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3ffd3e-66fd-11ed-819d-365217e34d84 | InvocationID=ea4000cc-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:00:26+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3ffd3e-66fd-11ed-819d-365217e34d84 | InvocationID=ea4000cc-66fd-11ed-819d-365217e34d84 | 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-18T05:00:26+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3ffd3e-66fd-11ed-819d-365217e34d84 | InvocationID=ea4000cc-66fd-11ed-819d-365217e34d84 | 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-18T05:00:31+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dded6abc-66fd-11ed-819d-365217e34d84 | InvocationID=dded6d5a-66fd-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:00:31+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed39cfc4-66fd-11ed-819d-365217e34d84 | InvocationID=ed39d35c-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:00:31+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed39cfc4-66fd-11ed-819d-365217e34d84 | InvocationID=ed39d35c-66fd-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:00:31+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed39cfc4-66fd-11ed-819d-365217e34d84 | InvocationID=ed39d35c-66fd-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:00:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3ffd3e-66fd-11ed-819d-365217e34d84 | InvocationID=ea4000cc-66fd-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:00:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f635358c-66fd-11ed-819d-365217e34d84 | InvocationID=f6353906-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:00:46+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f635358c-66fd-11ed-819d-365217e34d84 | InvocationID=f6353906-66fd-11ed-819d-365217e34d84 | 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-18T05:00:46+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f635358c-66fd-11ed-819d-365217e34d84 | InvocationID=f6353906-66fd-11ed-819d-365217e34d84 | 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-18T05:00:56+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed39cfc4-66fd-11ed-819d-365217e34d84 | InvocationID=ed39d35c-66fd-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:00:56+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc28a9b0-66fd-11ed-819d-365217e34d84 | InvocationID=fc28afc8-66fd-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:00:56+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc28a9b0-66fd-11ed-819d-365217e34d84 | InvocationID=fc28afc8-66fd-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:00:56+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc28a9b0-66fd-11ed-819d-365217e34d84 | InvocationID=fc28afc8-66fd-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:01:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f635358c-66fd-11ed-819d-365217e34d84 | InvocationID=f6353906-66fd-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:01:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=022c506e-66fe-11ed-819d-365217e34d84 | InvocationID=022c533e-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:01:06+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=022c506e-66fe-11ed-819d-365217e34d84 | InvocationID=022c533e-66fe-11ed-819d-365217e34d84 | 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-18T05:01:06+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=022c506e-66fe-11ed-819d-365217e34d84 | InvocationID=022c533e-66fe-11ed-819d-365217e34d84 | 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-18T05:01:21+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc28a9b0-66fd-11ed-819d-365217e34d84 | InvocationID=fc28afc8-66fd-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:01:21+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b15fb62-66fe-11ed-819d-365217e34d84 | InvocationID=0b15fdce-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:01:21+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b15fb62-66fe-11ed-819d-365217e34d84 | InvocationID=0b15fdce-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:01:21+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b15fb62-66fe-11ed-819d-365217e34d84 | InvocationID=0b15fdce-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:01:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=022c506e-66fe-11ed-819d-365217e34d84 | InvocationID=022c533e-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:01:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e219582-66fe-11ed-819d-365217e34d84 | InvocationID=0e21976c-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:01:26+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e219582-66fe-11ed-819d-365217e34d84 | InvocationID=0e21976c-66fe-11ed-819d-365217e34d84 | 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-18T05:01:26+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e219582-66fe-11ed-819d-365217e34d84 | InvocationID=0e21976c-66fe-11ed-819d-365217e34d84 | 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-18T05:01:46+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b15fb62-66fe-11ed-819d-365217e34d84 | InvocationID=0b15fdce-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:01:46+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a048e40-66fe-11ed-819d-365217e34d84 | InvocationID=1a049084-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:01:46+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a048e40-66fe-11ed-819d-365217e34d84 | InvocationID=1a049084-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:01:46+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a048e40-66fe-11ed-819d-365217e34d84 | InvocationID=1a049084-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:01:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e219582-66fe-11ed-819d-365217e34d84 | InvocationID=0e21976c-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:01:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1414be-66fe-11ed-819d-365217e34d84 | InvocationID=1a14186a-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:01:46+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1414be-66fe-11ed-819d-365217e34d84 | InvocationID=1a14186a-66fe-11ed-819d-365217e34d84 | 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-18T05:01:46+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a1414be-66fe-11ed-819d-365217e34d84 | InvocationID=1a14186a-66fe-11ed-819d-365217e34d84 | 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-18T05:02:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a1414be-66fe-11ed-819d-365217e34d84 | InvocationID=1a14186a-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:02:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2604b238-66fe-11ed-819d-365217e34d84 | InvocationID=2604b580-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:02:06+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2604b238-66fe-11ed-819d-365217e34d84 | InvocationID=2604b580-66fe-11ed-819d-365217e34d84 | 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-18T05:02:06+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2604b238-66fe-11ed-819d-365217e34d84 | InvocationID=2604b580-66fe-11ed-819d-365217e34d84 | 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-18T05:02:11+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a048e40-66fe-11ed-819d-365217e34d84 | InvocationID=1a049084-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:02:11+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28f2764c-66fe-11ed-819d-365217e34d84 | InvocationID=28f2784a-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:02:11+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28f2764c-66fe-11ed-819d-365217e34d84 | InvocationID=28f2784a-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:02:11+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28f2764c-66fe-11ed-819d-365217e34d84 | InvocationID=28f2784a-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:02:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2604b238-66fe-11ed-819d-365217e34d84 | InvocationID=2604b580-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:02:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f6d120-66fe-11ed-819d-365217e34d84 | InvocationID=31f6d3b4-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:02:26+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f6d120-66fe-11ed-819d-365217e34d84 | InvocationID=31f6d3b4-66fe-11ed-819d-365217e34d84 | 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-18T05:02:26+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f6d120-66fe-11ed-819d-365217e34d84 | InvocationID=31f6d3b4-66fe-11ed-819d-365217e34d84 | 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-18T05:02:36+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28f2764c-66fe-11ed-819d-365217e34d84 | InvocationID=28f2784a-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:02:36+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e1c00e-66fe-11ed-819d-365217e34d84 | InvocationID=37e1c2ac-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:02:36+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e1c00e-66fe-11ed-819d-365217e34d84 | InvocationID=37e1c2ac-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:02:36+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37e1c00e-66fe-11ed-819d-365217e34d84 | InvocationID=37e1c2ac-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:02:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f6d120-66fe-11ed-819d-365217e34d84 | InvocationID=31f6d3b4-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:02:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dea41c4-66fe-11ed-819d-365217e34d84 | InvocationID=3dea43ae-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:02:46+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dea41c4-66fe-11ed-819d-365217e34d84 | InvocationID=3dea43ae-66fe-11ed-819d-365217e34d84 | 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-18T05:02:46+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dea41c4-66fe-11ed-819d-365217e34d84 | InvocationID=3dea43ae-66fe-11ed-819d-365217e34d84 | 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-18T05:03:01+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37e1c00e-66fe-11ed-819d-365217e34d84 | InvocationID=37e1c2ac-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:03:01+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46cdad80-66fe-11ed-819d-365217e34d84 | InvocationID=46cdaf92-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:03:01+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46cdad80-66fe-11ed-819d-365217e34d84 | InvocationID=46cdaf92-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:03:01+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46cdad80-66fe-11ed-819d-365217e34d84 | InvocationID=46cdaf92-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:03:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dea41c4-66fe-11ed-819d-365217e34d84 | InvocationID=3dea43ae-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:03:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49dad9da-66fe-11ed-819d-365217e34d84 | InvocationID=49dadd68-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:03:06+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49dad9da-66fe-11ed-819d-365217e34d84 | InvocationID=49dadd68-66fe-11ed-819d-365217e34d84 | 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-18T05:03:06+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49dad9da-66fe-11ed-819d-365217e34d84 | InvocationID=49dadd68-66fe-11ed-819d-365217e34d84 | 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-18T05:03:26+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46cdad80-66fe-11ed-819d-365217e34d84 | InvocationID=46cdaf92-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:03:26+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55baea06-66fe-11ed-819d-365217e34d84 | InvocationID=55baecb8-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:03:26+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55baea06-66fe-11ed-819d-365217e34d84 | InvocationID=55baecb8-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:03:26+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55baea06-66fe-11ed-819d-365217e34d84 | InvocationID=55baecb8-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:03:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49dad9da-66fe-11ed-819d-365217e34d84 | InvocationID=49dadd68-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:03:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55cdf344-66fe-11ed-819d-365217e34d84 | InvocationID=55cdf542-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:03:26+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55cdf344-66fe-11ed-819d-365217e34d84 | InvocationID=55cdf542-66fe-11ed-819d-365217e34d84 | 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-18T05:03:26+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55cdf344-66fe-11ed-819d-365217e34d84 | InvocationID=55cdf542-66fe-11ed-819d-365217e34d84 | 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-18T05:03:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55cdf344-66fe-11ed-819d-365217e34d84 | InvocationID=55cdf542-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:03:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bebfee-66fe-11ed-819d-365217e34d84 | InvocationID=61bec1ec-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:03:46+0000 | aai_event_thread | 140426547895072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bebfee-66fe-11ed-819d-365217e34d84 | InvocationID=61bec1ec-66fe-11ed-819d-365217e34d84 | 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-18T05:03:46+0000 | aai_event_thread | 140426547895072 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61bebfee-66fe-11ed-819d-365217e34d84 | InvocationID=61bec1ec-66fe-11ed-819d-365217e34d84 | 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-18T05:03:51+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55baea06-66fe-11ed-819d-365217e34d84 | InvocationID=55baecb8-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:03:51+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64aa01e6-66fe-11ed-819d-365217e34d84 | InvocationID=64aa0b14-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:03:51+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64aa01e6-66fe-11ed-819d-365217e34d84 | InvocationID=64aa0b14-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:03:51+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64aa01e6-66fe-11ed-819d-365217e34d84 | InvocationID=64aa0b14-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:04:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61bebfee-66fe-11ed-819d-365217e34d84 | InvocationID=61bec1ec-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:04:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dafcf3c-66fe-11ed-819d-365217e34d84 | InvocationID=6dafd2a2-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:04:16+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64aa01e6-66fe-11ed-819d-365217e34d84 | InvocationID=64aa0b14-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:04:16+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7396da3a-66fe-11ed-819d-365217e34d84 | InvocationID=7396dc2e-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:04:16+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7396da3a-66fe-11ed-819d-365217e34d84 | InvocationID=7396dc2e-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:04:16+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7396da3a-66fe-11ed-819d-365217e34d84 | InvocationID=7396dc2e-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:04:30+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dafcf3c-66fe-11ed-819d-365217e34d84 | InvocationID=6dafd2a2-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:04:30+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c24b906-66fe-11ed-819d-365217e34d84 | InvocationID=7c24bb04-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:04:41+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7396da3a-66fe-11ed-819d-365217e34d84 | InvocationID=7396dc2e-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:04:41+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82822518-66fe-11ed-819d-365217e34d84 | InvocationID=8282278e-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:04:41+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82822518-66fe-11ed-819d-365217e34d84 | InvocationID=8282278e-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:04:41+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82822518-66fe-11ed-819d-365217e34d84 | InvocationID=8282278e-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:04:50+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c24b906-66fe-11ed-819d-365217e34d84 | InvocationID=7c24bb04-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:04:50+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8819aaaa-66fe-11ed-819d-365217e34d84 | InvocationID=8819acb2-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:05:06+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82822518-66fe-11ed-819d-365217e34d84 | InvocationID=8282278e-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:05:06+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91706f4e-66fe-11ed-819d-365217e34d84 | InvocationID=917071ba-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:05:06+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91706f4e-66fe-11ed-819d-365217e34d84 | InvocationID=917071ba-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:05:06+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91706f4e-66fe-11ed-819d-365217e34d84 | InvocationID=917071ba-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:05:11+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8819aaaa-66fe-11ed-819d-365217e34d84 | InvocationID=8819acb2-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:05:11+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94142696-66fe-11ed-819d-365217e34d84 | InvocationID=94142ca4-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:05:31+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94142696-66fe-11ed-819d-365217e34d84 | InvocationID=94142ca4-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:05:31+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02b0b7a-66fe-11ed-819d-365217e34d84 | InvocationID=a02b0df0-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:05:31+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91706f4e-66fe-11ed-819d-365217e34d84 | InvocationID=917071ba-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:05:31+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05c41cc-66fe-11ed-819d-365217e34d84 | InvocationID=a05c43ca-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:05:31+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05c41cc-66fe-11ed-819d-365217e34d84 | InvocationID=a05c43ca-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:05:31+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05c41cc-66fe-11ed-819d-365217e34d84 | InvocationID=a05c43ca-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:05:51+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a02b0b7a-66fe-11ed-819d-365217e34d84 | InvocationID=a02b0df0-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:05:51+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac6e3376-66fe-11ed-819d-365217e34d84 | InvocationID=ac6e3e8e-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:05:56+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05c41cc-66fe-11ed-819d-365217e34d84 | InvocationID=a05c43ca-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:05:56+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af473232-66fe-11ed-819d-365217e34d84 | InvocationID=af473430-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:05:56+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af473232-66fe-11ed-819d-365217e34d84 | InvocationID=af473430-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:05:56+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af473232-66fe-11ed-819d-365217e34d84 | InvocationID=af473430-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:06:16+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac6e3376-66fe-11ed-819d-365217e34d84 | InvocationID=ac6e3e8e-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:06:16+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb35b8fc-66fe-11ed-819d-365217e34d84 | InvocationID=bb35bb0e-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:06:21+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af473232-66fe-11ed-819d-365217e34d84 | InvocationID=af473430-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:06:21+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be33042e-66fe-11ed-819d-365217e34d84 | InvocationID=be33062c-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:06:21+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be33042e-66fe-11ed-819d-365217e34d84 | InvocationID=be33062c-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:06:21+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be33042e-66fe-11ed-819d-365217e34d84 | InvocationID=be33062c-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:06:41+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb35b8fc-66fe-11ed-819d-365217e34d84 | InvocationID=bb35bb0e-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:06:41+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9fc077e-66fe-11ed-819d-365217e34d84 | InvocationID=c9fc0a30-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:06:46+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be33042e-66fe-11ed-819d-365217e34d84 | InvocationID=be33062c-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:06:46+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd1e5060-66fe-11ed-819d-365217e34d84 | InvocationID=cd1e5254-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:06:46+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd1e5060-66fe-11ed-819d-365217e34d84 | InvocationID=cd1e5254-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:06:46+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd1e5060-66fe-11ed-819d-365217e34d84 | InvocationID=cd1e5254-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:07:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9fc077e-66fe-11ed-819d-365217e34d84 | InvocationID=c9fc0a30-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:07:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c46ecc-66fe-11ed-819d-365217e34d84 | InvocationID=d8c47174-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:07:11+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd1e5060-66fe-11ed-819d-365217e34d84 | InvocationID=cd1e5254-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:07:11+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc09e5c6-66fe-11ed-819d-365217e34d84 | InvocationID=dc09e88c-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:07:11+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc09e5c6-66fe-11ed-819d-365217e34d84 | InvocationID=dc09e88c-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:07:11+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc09e5c6-66fe-11ed-819d-365217e34d84 | InvocationID=dc09e88c-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:07:31+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8c46ecc-66fe-11ed-819d-365217e34d84 | InvocationID=d8c47174-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:07:31+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e790273e-66fe-11ed-819d-365217e34d84 | InvocationID=e79029f0-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:07:36+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc09e5c6-66fe-11ed-819d-365217e34d84 | InvocationID=dc09e88c-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:07:36+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf69e26-66fe-11ed-819d-365217e34d84 | InvocationID=eaf6a024-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:07:36+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf69e26-66fe-11ed-819d-365217e34d84 | InvocationID=eaf6a024-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:07:36+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf69e26-66fe-11ed-819d-365217e34d84 | InvocationID=eaf6a024-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:07:55+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e790273e-66fe-11ed-819d-365217e34d84 | InvocationID=e79029f0-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:07:55+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f657e1c6-66fe-11ed-819d-365217e34d84 | InvocationID=f657e45a-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:08:01+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf69e26-66fe-11ed-819d-365217e34d84 | InvocationID=eaf6a024-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:08:01+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e22af4-66fe-11ed-819d-365217e34d84 | InvocationID=f9e23026-66fe-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:08:01+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e22af4-66fe-11ed-819d-365217e34d84 | InvocationID=f9e23026-66fe-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:08:01+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e22af4-66fe-11ed-819d-365217e34d84 | InvocationID=f9e23026-66fe-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:08:20+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f657e1c6-66fe-11ed-819d-365217e34d84 | InvocationID=f657e45a-66fe-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:08:20+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05265d2c-66ff-11ed-819d-365217e34d84 | InvocationID=05266100-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:08:26+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e22af4-66fe-11ed-819d-365217e34d84 | InvocationID=f9e23026-66fe-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:08:26+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cf6662-66ff-11ed-819d-365217e34d84 | InvocationID=08cf73fa-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:08:26+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cf6662-66ff-11ed-819d-365217e34d84 | InvocationID=08cf73fa-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:08:26+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cf6662-66ff-11ed-819d-365217e34d84 | InvocationID=08cf73fa-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:08:45+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05265d2c-66ff-11ed-819d-365217e34d84 | InvocationID=05266100-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:08:45+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ef4f62-66ff-11ed-819d-365217e34d84 | InvocationID=13ef523c-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:08:51+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cf6662-66ff-11ed-819d-365217e34d84 | InvocationID=08cf73fa-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:08:51+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bc2688-66ff-11ed-819d-365217e34d84 | InvocationID=17bc2890-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:08:51+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bc2688-66ff-11ed-819d-365217e34d84 | InvocationID=17bc2890-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:08:51+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bc2688-66ff-11ed-819d-365217e34d84 | InvocationID=17bc2890-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:09:10+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13ef4f62-66ff-11ed-819d-365217e34d84 | InvocationID=13ef523c-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:09:10+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b3fef8-66ff-11ed-819d-365217e34d84 | InvocationID=22b401dc-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:09:16+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bc2688-66ff-11ed-819d-365217e34d84 | InvocationID=17bc2890-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:09:16+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a7ef06-66ff-11ed-819d-365217e34d84 | InvocationID=26a7f0fa-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:09:16+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a7ef06-66ff-11ed-819d-365217e34d84 | InvocationID=26a7f0fa-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:09:16+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a7ef06-66ff-11ed-819d-365217e34d84 | InvocationID=26a7f0fa-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:09:35+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22b3fef8-66ff-11ed-819d-365217e34d84 | InvocationID=22b401dc-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:09:35+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31770318-66ff-11ed-819d-365217e34d84 | InvocationID=31770598-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:09:41+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a7ef06-66ff-11ed-819d-365217e34d84 | InvocationID=26a7f0fa-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:09:41+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3593e1f0-66ff-11ed-819d-365217e34d84 | InvocationID=3593eeac-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:09:42+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3593e1f0-66ff-11ed-819d-365217e34d84 | InvocationID=3593eeac-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:09:42+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3593e1f0-66ff-11ed-819d-365217e34d84 | InvocationID=3593eeac-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:09:59+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31770318-66ff-11ed-819d-365217e34d84 | InvocationID=31770598-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:09:59+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=403b6f6a-66ff-11ed-819d-365217e34d84 | InvocationID=403b7172-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:10:07+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3593e1f0-66ff-11ed-819d-365217e34d84 | InvocationID=3593eeac-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:10:07+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447f7198-66ff-11ed-819d-365217e34d84 | InvocationID=447f7580-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:10:07+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447f7198-66ff-11ed-819d-365217e34d84 | InvocationID=447f7580-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:10:07+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447f7198-66ff-11ed-819d-365217e34d84 | InvocationID=447f7580-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:10:24+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=403b6f6a-66ff-11ed-819d-365217e34d84 | InvocationID=403b7172-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:10:24+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4efd5a36-66ff-11ed-819d-365217e34d84 | InvocationID=4efd5ce8-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:10:32+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447f7198-66ff-11ed-819d-365217e34d84 | InvocationID=447f7580-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:10:32+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5374996c-66ff-11ed-819d-365217e34d84 | InvocationID=53749b6a-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:10:32+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5374996c-66ff-11ed-819d-365217e34d84 | InvocationID=53749b6a-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:10:32+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5374996c-66ff-11ed-819d-365217e34d84 | InvocationID=53749b6a-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:10:49+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4efd5a36-66ff-11ed-819d-365217e34d84 | InvocationID=4efd5ce8-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:10:49+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dbedf9a-66ff-11ed-819d-365217e34d84 | InvocationID=5dbee1e8-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:10:57+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5374996c-66ff-11ed-819d-365217e34d84 | InvocationID=53749b6a-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:10:57+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=625ff836-66ff-11ed-819d-365217e34d84 | InvocationID=625ffa2a-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:10:57+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=625ff836-66ff-11ed-819d-365217e34d84 | InvocationID=625ffa2a-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:10:57+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=625ff836-66ff-11ed-819d-365217e34d84 | InvocationID=625ffa2a-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:11:14+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dbedf9a-66ff-11ed-819d-365217e34d84 | InvocationID=5dbee1e8-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:11:14+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c80b422-66ff-11ed-819d-365217e34d84 | InvocationID=6c80b6f2-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:11:22+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=625ff836-66ff-11ed-819d-365217e34d84 | InvocationID=625ffa2a-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:11:22+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714cac9a-66ff-11ed-819d-365217e34d84 | InvocationID=714caeac-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:11:22+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714cac9a-66ff-11ed-819d-365217e34d84 | InvocationID=714caeac-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:11:22+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=714cac9a-66ff-11ed-819d-365217e34d84 | InvocationID=714caeac-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:11:38+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c80b422-66ff-11ed-819d-365217e34d84 | InvocationID=6c80b6f2-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:11:38+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4521b4-66ff-11ed-819d-365217e34d84 | InvocationID=7b4523bc-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:11:47+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=714cac9a-66ff-11ed-819d-365217e34d84 | InvocationID=714caeac-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:11:47+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80380baa-66ff-11ed-819d-365217e34d84 | InvocationID=80381a0a-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:11:47+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80380baa-66ff-11ed-819d-365217e34d84 | InvocationID=80381a0a-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:11:47+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80380baa-66ff-11ed-819d-365217e34d84 | InvocationID=80381a0a-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:12:03+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4521b4-66ff-11ed-819d-365217e34d84 | InvocationID=7b4523bc-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:12:03+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a06191a-66ff-11ed-819d-365217e34d84 | InvocationID=8a0622fc-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:12:12+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80380baa-66ff-11ed-819d-365217e34d84 | InvocationID=80381a0a-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:12:12+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f23271c-66ff-11ed-819d-365217e34d84 | InvocationID=8f232974-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:12:12+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f23271c-66ff-11ed-819d-365217e34d84 | InvocationID=8f232974-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:12:12+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f23271c-66ff-11ed-819d-365217e34d84 | InvocationID=8f232974-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:12:28+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a06191a-66ff-11ed-819d-365217e34d84 | InvocationID=8a0622fc-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:12:28+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c85832-66ff-11ed-819d-365217e34d84 | InvocationID=98c85b48-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:12:37+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f23271c-66ff-11ed-819d-365217e34d84 | InvocationID=8f232974-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:12:37+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e0ee892-66ff-11ed-819d-365217e34d84 | InvocationID=9e0eecac-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:12:37+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e0ee892-66ff-11ed-819d-365217e34d84 | InvocationID=9e0eecac-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:12:37+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e0ee892-66ff-11ed-819d-365217e34d84 | InvocationID=9e0eecac-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:12:53+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98c85832-66ff-11ed-819d-365217e34d84 | InvocationID=98c85b48-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:12:53+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78b2e80-66ff-11ed-819d-365217e34d84 | InvocationID=a78b32f4-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:13:02+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e0ee892-66ff-11ed-819d-365217e34d84 | InvocationID=9e0eecac-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:13:02+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acfb9c7e-66ff-11ed-819d-365217e34d84 | InvocationID=acfb9eae-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:13:02+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acfb9c7e-66ff-11ed-819d-365217e34d84 | InvocationID=acfb9eae-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:13:02+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acfb9c7e-66ff-11ed-819d-365217e34d84 | InvocationID=acfb9eae-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:13:17+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a78b2e80-66ff-11ed-819d-365217e34d84 | InvocationID=a78b32f4-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:13:17+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65100fc-66ff-11ed-819d-365217e34d84 | InvocationID=b65103ae-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:13:27+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acfb9c7e-66ff-11ed-819d-365217e34d84 | InvocationID=acfb9eae-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:13:27+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe7da90-66ff-11ed-819d-365217e34d84 | InvocationID=bbe7dc70-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:13:27+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe7da90-66ff-11ed-819d-365217e34d84 | InvocationID=bbe7dc70-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:13:27+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe7da90-66ff-11ed-819d-365217e34d84 | InvocationID=bbe7dc70-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:13:42+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b65100fc-66ff-11ed-819d-365217e34d84 | InvocationID=b65103ae-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:13:42+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c51521a4-66ff-11ed-819d-365217e34d84 | InvocationID=c515238e-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:13:52+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe7da90-66ff-11ed-819d-365217e34d84 | InvocationID=bbe7dc70-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:13:52+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad343dc-66ff-11ed-819d-365217e34d84 | InvocationID=cad34698-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:13:52+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad343dc-66ff-11ed-819d-365217e34d84 | InvocationID=cad34698-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:13:52+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad343dc-66ff-11ed-819d-365217e34d84 | InvocationID=cad34698-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:14:07+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c51521a4-66ff-11ed-819d-365217e34d84 | InvocationID=c515238e-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:14:07+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d8d546-66ff-11ed-819d-365217e34d84 | InvocationID=d3d8d74e-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:14:17+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad343dc-66ff-11ed-819d-365217e34d84 | InvocationID=cad34698-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:14:17+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9bf3ef0-66ff-11ed-819d-365217e34d84 | InvocationID=d9bf4dfa-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:14:17+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9bf3ef0-66ff-11ed-819d-365217e34d84 | InvocationID=d9bf4dfa-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:14:17+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9bf3ef0-66ff-11ed-819d-365217e34d84 | InvocationID=d9bf4dfa-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:14:32+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3d8d546-66ff-11ed-819d-365217e34d84 | InvocationID=d3d8d74e-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:14:32+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e29a0eb0-66ff-11ed-819d-365217e34d84 | InvocationID=e29a111c-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:14:42+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9bf3ef0-66ff-11ed-819d-365217e34d84 | InvocationID=d9bf4dfa-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:14:42+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8aadbc2-66ff-11ed-819d-365217e34d84 | InvocationID=e8aae68a-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:14:42+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8aadbc2-66ff-11ed-819d-365217e34d84 | InvocationID=e8aae68a-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:14:42+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8aadbc2-66ff-11ed-819d-365217e34d84 | InvocationID=e8aae68a-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:14:57+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e29a0eb0-66ff-11ed-819d-365217e34d84 | InvocationID=e29a111c-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:14:57+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15c1ef2-66ff-11ed-819d-365217e34d84 | InvocationID=f15c20f0-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:15:07+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8aadbc2-66ff-11ed-819d-365217e34d84 | InvocationID=e8aae68a-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:15:07+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7969cb6-66ff-11ed-819d-365217e34d84 | InvocationID=f7969fe0-66ff-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:15:07+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7969cb6-66ff-11ed-819d-365217e34d84 | InvocationID=f7969fe0-66ff-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:15:07+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7969cb6-66ff-11ed-819d-365217e34d84 | InvocationID=f7969fe0-66ff-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:15:21+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f15c1ef2-66ff-11ed-819d-365217e34d84 | InvocationID=f15c20f0-66ff-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:15:21+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001e8c40-6700-11ed-819d-365217e34d84 | InvocationID=001e8e52-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:15:32+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7969cb6-66ff-11ed-819d-365217e34d84 | InvocationID=f7969fe0-66ff-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:15:32+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0682eb44-6700-11ed-819d-365217e34d84 | InvocationID=0682ee14-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:15:32+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0682eb44-6700-11ed-819d-365217e34d84 | InvocationID=0682ee14-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:15:32+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0682eb44-6700-11ed-819d-365217e34d84 | InvocationID=0682ee14-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:15:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=001e8c40-6700-11ed-819d-365217e34d84 | InvocationID=001e8e52-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:15:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee49a9e-6700-11ed-819d-365217e34d84 | InvocationID=0ee49d78-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:15:57+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0682eb44-6700-11ed-819d-365217e34d84 | InvocationID=0682ee14-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:15:57+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157101a4-6700-11ed-819d-365217e34d84 | InvocationID=15710398-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:15:57+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157101a4-6700-11ed-819d-365217e34d84 | InvocationID=15710398-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:15:57+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=157101a4-6700-11ed-819d-365217e34d84 | InvocationID=15710398-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:16:11+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ee49a9e-6700-11ed-819d-365217e34d84 | InvocationID=0ee49d78-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:16:11+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dab8bbe-6700-11ed-819d-365217e34d84 | InvocationID=1dab8e5c-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:16:22+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=157101a4-6700-11ed-819d-365217e34d84 | InvocationID=15710398-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:16:22+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245c5e48-6700-11ed-819d-365217e34d84 | InvocationID=245c6104-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:16:22+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245c5e48-6700-11ed-819d-365217e34d84 | InvocationID=245c6104-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:16:22+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245c5e48-6700-11ed-819d-365217e34d84 | InvocationID=245c6104-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:16:36+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dab8bbe-6700-11ed-819d-365217e34d84 | InvocationID=1dab8e5c-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:16:36+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6fbbc0-6700-11ed-819d-365217e34d84 | InvocationID=2c6fbdb4-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:16:47+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245c5e48-6700-11ed-819d-365217e34d84 | InvocationID=245c6104-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:16:47+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33480678-6700-11ed-819d-365217e34d84 | InvocationID=33480b1e-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:16:47+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33480678-6700-11ed-819d-365217e34d84 | InvocationID=33480b1e-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:16:47+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33480678-6700-11ed-819d-365217e34d84 | InvocationID=33480b1e-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:17:00+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c6fbbc0-6700-11ed-819d-365217e34d84 | InvocationID=2c6fbdb4-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:17:00+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b38a338-6700-11ed-819d-365217e34d84 | InvocationID=3b38a63a-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:17:12+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33480678-6700-11ed-819d-365217e34d84 | InvocationID=33480b1e-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:17:12+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423458b2-6700-11ed-819d-365217e34d84 | InvocationID=42345b50-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:17:12+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423458b2-6700-11ed-819d-365217e34d84 | InvocationID=42345b50-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:17:12+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423458b2-6700-11ed-819d-365217e34d84 | InvocationID=42345b50-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:17:25+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b38a338-6700-11ed-819d-365217e34d84 | InvocationID=3b38a63a-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:17:25+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49fd254c-6700-11ed-819d-365217e34d84 | InvocationID=49fd2844-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:17:37+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423458b2-6700-11ed-819d-365217e34d84 | InvocationID=42345b50-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:17:37+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5120fb00-6700-11ed-819d-365217e34d84 | InvocationID=5120fdbc-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:17:37+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5120fb00-6700-11ed-819d-365217e34d84 | InvocationID=5120fdbc-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:17:37+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5120fb00-6700-11ed-819d-365217e34d84 | InvocationID=5120fdbc-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:17:50+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49fd254c-6700-11ed-819d-365217e34d84 | InvocationID=49fd2844-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:17:50+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c67e3e-6700-11ed-819d-365217e34d84 | InvocationID=58c68122-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:18:02+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5120fb00-6700-11ed-819d-365217e34d84 | InvocationID=5120fdbc-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:18:02+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6014eaa4-6700-11ed-819d-365217e34d84 | InvocationID=6014ed38-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:18:02+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6014eaa4-6700-11ed-819d-365217e34d84 | InvocationID=6014ed38-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:18:02+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6014eaa4-6700-11ed-819d-365217e34d84 | InvocationID=6014ed38-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:18:15+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58c67e3e-6700-11ed-819d-365217e34d84 | InvocationID=58c68122-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:18:15+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678badae-6700-11ed-819d-365217e34d84 | InvocationID=678bb088-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:18:27+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6014eaa4-6700-11ed-819d-365217e34d84 | InvocationID=6014ed38-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:18:27+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f00858c-6700-11ed-819d-365217e34d84 | InvocationID=6f00876c-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:18:27+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f00858c-6700-11ed-819d-365217e34d84 | InvocationID=6f00876c-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:18:27+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f00858c-6700-11ed-819d-365217e34d84 | InvocationID=6f00876c-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:18:40+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=678badae-6700-11ed-819d-365217e34d84 | InvocationID=678bb088-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:18:40+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764f84aa-6700-11ed-819d-365217e34d84 | InvocationID=764f869e-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:18:52+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f00858c-6700-11ed-819d-365217e34d84 | InvocationID=6f00876c-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:18:52+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7decb94e-6700-11ed-819d-365217e34d84 | InvocationID=7decbc82-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:18:52+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7decb94e-6700-11ed-819d-365217e34d84 | InvocationID=7decbc82-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:18:52+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7decb94e-6700-11ed-819d-365217e34d84 | InvocationID=7decbc82-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:19:04+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=764f84aa-6700-11ed-819d-365217e34d84 | InvocationID=764f869e-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:19:04+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=851217fa-6700-11ed-819d-365217e34d84 | InvocationID=85121a3e-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:19:17+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7decb94e-6700-11ed-819d-365217e34d84 | InvocationID=7decbc82-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:19:17+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd984b4-6700-11ed-819d-365217e34d84 | InvocationID=8cd986c6-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:19:17+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd984b4-6700-11ed-819d-365217e34d84 | InvocationID=8cd986c6-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:19:17+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd984b4-6700-11ed-819d-365217e34d84 | InvocationID=8cd986c6-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:19:29+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=851217fa-6700-11ed-819d-365217e34d84 | InvocationID=85121a3e-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:19:29+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93d52e80-6700-11ed-819d-365217e34d84 | InvocationID=93d531e6-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:19:42+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd984b4-6700-11ed-819d-365217e34d84 | InvocationID=8cd986c6-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:19:42+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bc5aa7a-6700-11ed-819d-365217e34d84 | InvocationID=9bc5adae-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:19:42+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bc5aa7a-6700-11ed-819d-365217e34d84 | InvocationID=9bc5adae-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:19:42+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bc5aa7a-6700-11ed-819d-365217e34d84 | InvocationID=9bc5adae-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:19:54+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93d52e80-6700-11ed-819d-365217e34d84 | InvocationID=93d531e6-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:19:54+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29583ca-6700-11ed-819d-365217e34d84 | InvocationID=a29585b4-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:20:07+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bc5aa7a-6700-11ed-819d-365217e34d84 | InvocationID=9bc5adae-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:20:07+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab1fdc2-6700-11ed-819d-365217e34d84 | InvocationID=aab2065a-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:20:08+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab1fdc2-6700-11ed-819d-365217e34d84 | InvocationID=aab2065a-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:20:08+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aab1fdc2-6700-11ed-819d-365217e34d84 | InvocationID=aab2065a-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:20:19+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a29583ca-6700-11ed-819d-365217e34d84 | InvocationID=a29585b4-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:20:19+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b158c8ae-6700-11ed-819d-365217e34d84 | InvocationID=b158cb74-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:20:33+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aab1fdc2-6700-11ed-819d-365217e34d84 | InvocationID=aab2065a-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:20:33+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a58a6a-6700-11ed-819d-365217e34d84 | InvocationID=b9a58cb8-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:20:33+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a58a6a-6700-11ed-819d-365217e34d84 | InvocationID=b9a58cb8-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:20:33+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9a58a6a-6700-11ed-819d-365217e34d84 | InvocationID=b9a58cb8-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:20:43+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b158c8ae-6700-11ed-819d-365217e34d84 | InvocationID=b158cb74-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:20:43+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01d2f1a-6700-11ed-819d-365217e34d84 | InvocationID=c01d3168-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:20:58+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9a58a6a-6700-11ed-819d-365217e34d84 | InvocationID=b9a58cb8-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:20:58+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8927ec0-6700-11ed-819d-365217e34d84 | InvocationID=c8928230-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:20:58+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8927ec0-6700-11ed-819d-365217e34d84 | InvocationID=c8928230-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:20:58+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8927ec0-6700-11ed-819d-365217e34d84 | InvocationID=c8928230-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:21:08+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c01d2f1a-6700-11ed-819d-365217e34d84 | InvocationID=c01d3168-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:21:08+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee00cd4-6700-11ed-819d-365217e34d84 | InvocationID=cee00ee6-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:21:23+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8927ec0-6700-11ed-819d-365217e34d84 | InvocationID=c8928230-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:21:23+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77dad06-6700-11ed-819d-365217e34d84 | InvocationID=d77db044-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:21:23+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77dad06-6700-11ed-819d-365217e34d84 | InvocationID=d77db044-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:21:23+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d77dad06-6700-11ed-819d-365217e34d84 | InvocationID=d77db044-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:21:33+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee00cd4-6700-11ed-819d-365217e34d84 | InvocationID=cee00ee6-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:21:33+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda62578-6700-11ed-819d-365217e34d84 | InvocationID=dda62816-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:21:48+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d77dad06-6700-11ed-819d-365217e34d84 | InvocationID=d77db044-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:21:48+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6693f38-6700-11ed-819d-365217e34d84 | InvocationID=e6694276-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:21:48+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6693f38-6700-11ed-819d-365217e34d84 | InvocationID=e6694276-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:21:48+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6693f38-6700-11ed-819d-365217e34d84 | InvocationID=e6694276-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:21:58+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda62578-6700-11ed-819d-365217e34d84 | InvocationID=dda62816-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:21:58+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec6af502-6700-11ed-819d-365217e34d84 | InvocationID=ec6af7c8-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:22:13+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6693f38-6700-11ed-819d-365217e34d84 | InvocationID=e6694276-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:22:13+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f55541ea-6700-11ed-819d-365217e34d84 | InvocationID=f55544b0-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:22:13+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f55541ea-6700-11ed-819d-365217e34d84 | InvocationID=f55544b0-6700-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:22:13+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f55541ea-6700-11ed-819d-365217e34d84 | InvocationID=f55544b0-6700-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:22:23+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec6af502-6700-11ed-819d-365217e34d84 | InvocationID=ec6af7c8-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:22:23+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb34f40c-6700-11ed-819d-365217e34d84 | InvocationID=fb34f61e-6700-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:22:38+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f55541ea-6700-11ed-819d-365217e34d84 | InvocationID=f55544b0-6700-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:22:38+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=044345ee-6701-11ed-819d-365217e34d84 | InvocationID=0443480a-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:22:38+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=044345ee-6701-11ed-819d-365217e34d84 | InvocationID=0443480a-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:22:38+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=044345ee-6701-11ed-819d-365217e34d84 | InvocationID=0443480a-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:22:47+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb34f40c-6700-11ed-819d-365217e34d84 | InvocationID=fb34f61e-6700-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:22:47+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f8cac2-6701-11ed-819d-365217e34d84 | InvocationID=09f8cd88-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:23:03+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=044345ee-6701-11ed-819d-365217e34d84 | InvocationID=0443480a-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:23:03+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132fc442-6701-11ed-819d-365217e34d84 | InvocationID=132fc690-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:23:03+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132fc442-6701-11ed-819d-365217e34d84 | InvocationID=132fc690-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:23:03+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=132fc442-6701-11ed-819d-365217e34d84 | InvocationID=132fc690-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:23:12+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f8cac2-6701-11ed-819d-365217e34d84 | InvocationID=09f8cd88-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:23:12+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b9c3a4-6701-11ed-819d-365217e34d84 | InvocationID=18b9c598-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:23:28+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=132fc442-6701-11ed-819d-365217e34d84 | InvocationID=132fc690-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:23:28+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=221c5f74-6701-11ed-819d-365217e34d84 | InvocationID=221c6abe-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:23:28+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=221c5f74-6701-11ed-819d-365217e34d84 | InvocationID=221c6abe-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:23:28+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=221c5f74-6701-11ed-819d-365217e34d84 | InvocationID=221c6abe-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:23:37+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18b9c3a4-6701-11ed-819d-365217e34d84 | InvocationID=18b9c598-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:23:37+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277c29fe-6701-11ed-819d-365217e34d84 | InvocationID=277c31d8-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:23:53+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=221c5f74-6701-11ed-819d-365217e34d84 | InvocationID=221c6abe-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:23:53+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3108103c-6701-11ed-819d-365217e34d84 | InvocationID=31081230-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:23:53+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3108103c-6701-11ed-819d-365217e34d84 | InvocationID=31081230-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:23:53+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3108103c-6701-11ed-819d-365217e34d84 | InvocationID=31081230-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:24:02+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277c29fe-6701-11ed-819d-365217e34d84 | InvocationID=277c31d8-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:24:02+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363eba74-6701-11ed-819d-365217e34d84 | InvocationID=363ebcf4-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:24:18+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3108103c-6701-11ed-819d-365217e34d84 | InvocationID=31081230-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:24:18+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff35804-6701-11ed-819d-365217e34d84 | InvocationID=3ff35ae8-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:24:18+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff35804-6701-11ed-819d-365217e34d84 | InvocationID=3ff35ae8-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:24:18+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ff35804-6701-11ed-819d-365217e34d84 | InvocationID=3ff35ae8-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:24:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363eba74-6701-11ed-819d-365217e34d84 | InvocationID=363ebcf4-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:24:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45026b0a-6701-11ed-819d-365217e34d84 | InvocationID=45026dd0-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:24:43+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ff35804-6701-11ed-819d-365217e34d84 | InvocationID=3ff35ae8-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:24:43+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ee0a2ae-6701-11ed-819d-365217e34d84 | InvocationID=4ee0a4fc-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:24:43+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ee0a2ae-6701-11ed-819d-365217e34d84 | InvocationID=4ee0a4fc-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:24:43+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ee0a2ae-6701-11ed-819d-365217e34d84 | InvocationID=4ee0a4fc-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:24:51+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45026b0a-6701-11ed-819d-365217e34d84 | InvocationID=45026dd0-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:24:51+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c361ee-6701-11ed-819d-365217e34d84 | InvocationID=53c363f6-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:25:08+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ee0a2ae-6701-11ed-819d-365217e34d84 | InvocationID=4ee0a4fc-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:25:08+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dcbd9a0-6701-11ed-819d-365217e34d84 | InvocationID=5dcbdc70-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:25:08+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dcbd9a0-6701-11ed-819d-365217e34d84 | InvocationID=5dcbdc70-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:25:08+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dcbd9a0-6701-11ed-819d-365217e34d84 | InvocationID=5dcbdc70-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:25:16+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53c361ee-6701-11ed-819d-365217e34d84 | InvocationID=53c363f6-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:25:16+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6285be8e-6701-11ed-819d-365217e34d84 | InvocationID=6285c38e-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:25:33+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dcbd9a0-6701-11ed-819d-365217e34d84 | InvocationID=5dcbdc70-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:25:33+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb7f5b6-6701-11ed-819d-365217e34d84 | InvocationID=6cb7f85e-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:25:33+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb7f5b6-6701-11ed-819d-365217e34d84 | InvocationID=6cb7f85e-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:25:33+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb7f5b6-6701-11ed-819d-365217e34d84 | InvocationID=6cb7f85e-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:25:41+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6285be8e-6701-11ed-819d-365217e34d84 | InvocationID=6285c38e-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:25:41+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71486084-6701-11ed-819d-365217e34d84 | InvocationID=7148632c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:25:58+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb7f5b6-6701-11ed-819d-365217e34d84 | InvocationID=6cb7f85e-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:25:58+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba5e31c-6701-11ed-819d-365217e34d84 | InvocationID=7ba5e52e-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:25:58+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba5e31c-6701-11ed-819d-365217e34d84 | InvocationID=7ba5e52e-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:25:58+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba5e31c-6701-11ed-819d-365217e34d84 | InvocationID=7ba5e52e-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:26:05+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71486084-6701-11ed-819d-365217e34d84 | InvocationID=7148632c-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:26:05+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800b8830-6701-11ed-819d-365217e34d84 | InvocationID=800b8b3c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:26:23+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba5e31c-6701-11ed-819d-365217e34d84 | InvocationID=7ba5e52e-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:26:23+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a932c86-6701-11ed-819d-365217e34d84 | InvocationID=8a93306e-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:26:23+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a932c86-6701-11ed-819d-365217e34d84 | InvocationID=8a93306e-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:26:23+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a932c86-6701-11ed-819d-365217e34d84 | InvocationID=8a93306e-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:26:30+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=800b8830-6701-11ed-819d-365217e34d84 | InvocationID=800b8b3c-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:26:30+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ecf8e7a-6701-11ed-819d-365217e34d84 | InvocationID=8ecf9096-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:26:48+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a932c86-6701-11ed-819d-365217e34d84 | InvocationID=8a93306e-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:26:48+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=997e42da-6701-11ed-819d-365217e34d84 | InvocationID=997e458c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:26:48+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=997e42da-6701-11ed-819d-365217e34d84 | InvocationID=997e458c-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:26:48+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=997e42da-6701-11ed-819d-365217e34d84 | InvocationID=997e458c-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:26:55+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ecf8e7a-6701-11ed-819d-365217e34d84 | InvocationID=8ecf9096-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:26:55+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8fa134-6701-11ed-819d-365217e34d84 | InvocationID=9d8fa51c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:27:13+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=997e42da-6701-11ed-819d-365217e34d84 | InvocationID=997e458c-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:27:13+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a869ef60-6701-11ed-819d-365217e34d84 | InvocationID=a869f3a2-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:27:13+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a869ef60-6701-11ed-819d-365217e34d84 | InvocationID=a869f3a2-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:27:13+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a869ef60-6701-11ed-819d-365217e34d84 | InvocationID=a869f3a2-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:27:20+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8fa134-6701-11ed-819d-365217e34d84 | InvocationID=9d8fa51c-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:27:20+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac56e31c-6701-11ed-819d-365217e34d84 | InvocationID=ac56e8b2-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:27:38+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a869ef60-6701-11ed-819d-365217e34d84 | InvocationID=a869f3a2-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:27:38+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b755f122-6701-11ed-819d-365217e34d84 | InvocationID=b755f320-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:27:38+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b755f122-6701-11ed-819d-365217e34d84 | InvocationID=b755f320-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:27:38+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b755f122-6701-11ed-819d-365217e34d84 | InvocationID=b755f320-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:27:44+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac56e31c-6701-11ed-819d-365217e34d84 | InvocationID=ac56e8b2-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:27:44+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb1784ce-6701-11ed-819d-365217e34d84 | InvocationID=bb1786ea-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:28:03+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b755f122-6701-11ed-819d-365217e34d84 | InvocationID=b755f320-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:28:03+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64140b0-6701-11ed-819d-365217e34d84 | InvocationID=c6414b8c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:28:03+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64140b0-6701-11ed-819d-365217e34d84 | InvocationID=c6414b8c-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:03+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64140b0-6701-11ed-819d-365217e34d84 | InvocationID=c6414b8c-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:09+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb1784ce-6701-11ed-819d-365217e34d84 | InvocationID=bb1786ea-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:28:09+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d953c0-6701-11ed-819d-365217e34d84 | InvocationID=c9d95dca-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:28:28+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64140b0-6701-11ed-819d-365217e34d84 | InvocationID=c6414b8c-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:28:28+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52d9a92-6701-11ed-819d-365217e34d84 | InvocationID=d52d9c7c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:28:28+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52d9a92-6701-11ed-819d-365217e34d84 | InvocationID=d52d9c7c-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:28+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52d9a92-6701-11ed-819d-365217e34d84 | InvocationID=d52d9c7c-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:34+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d953c0-6701-11ed-819d-365217e34d84 | InvocationID=c9d95dca-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:28:34+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89e64b8-6701-11ed-819d-365217e34d84 | InvocationID=d89e66ac-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:28:53+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52d9a92-6701-11ed-819d-365217e34d84 | InvocationID=d52d9c7c-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:28:53+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e418c662-6701-11ed-819d-365217e34d84 | InvocationID=e418c91e-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:28:53+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e418c662-6701-11ed-819d-365217e34d84 | InvocationID=e418c91e-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:53+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e418c662-6701-11ed-819d-365217e34d84 | InvocationID=e418c91e-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:28:59+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89e64b8-6701-11ed-819d-365217e34d84 | InvocationID=d89e66ac-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:28:59+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76077c0-6701-11ed-819d-365217e34d84 | InvocationID=e7608b0c-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:29:18+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e418c662-6701-11ed-819d-365217e34d84 | InvocationID=e418c91e-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:29:18+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f304c7de-6701-11ed-819d-365217e34d84 | InvocationID=f304caa4-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:29:18+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f304c7de-6701-11ed-819d-365217e34d84 | InvocationID=f304caa4-6701-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:29:18+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f304c7de-6701-11ed-819d-365217e34d84 | InvocationID=f304caa4-6701-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:29:24+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e76077c0-6701-11ed-819d-365217e34d84 | InvocationID=e7608b0c-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:29:24+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6254d94-6701-11ed-819d-365217e34d84 | InvocationID=f6254f6a-6701-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:29:43+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f304c7de-6701-11ed-819d-365217e34d84 | InvocationID=f304caa4-6701-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:29:43+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01f0af4c-6702-11ed-819d-365217e34d84 | InvocationID=01f0b1fe-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:29:43+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01f0af4c-6702-11ed-819d-365217e34d84 | InvocationID=01f0b1fe-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:29:43+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01f0af4c-6702-11ed-819d-365217e34d84 | InvocationID=01f0b1fe-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:29:48+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6254d94-6701-11ed-819d-365217e34d84 | InvocationID=f6254f6a-6701-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:29:48+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e77e92-6702-11ed-819d-365217e34d84 | InvocationID=04e78ae0-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:30:08+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01f0af4c-6702-11ed-819d-365217e34d84 | InvocationID=01f0b1fe-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:30:08+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10df9234-6702-11ed-819d-365217e34d84 | InvocationID=10df94d2-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:30:08+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10df9234-6702-11ed-819d-365217e34d84 | InvocationID=10df94d2-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:30:08+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10df9234-6702-11ed-819d-365217e34d84 | InvocationID=10df94d2-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:30:13+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e77e92-6702-11ed-819d-365217e34d84 | InvocationID=04e78ae0-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:30:13+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13aa2aba-6702-11ed-819d-365217e34d84 | InvocationID=13aa3bf4-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:30:33+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10df9234-6702-11ed-819d-365217e34d84 | InvocationID=10df94d2-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:30:33+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fcdbfaa-6702-11ed-819d-365217e34d84 | InvocationID=1fcdc3ba-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:30:33+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fcdbfaa-6702-11ed-819d-365217e34d84 | InvocationID=1fcdc3ba-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:30:33+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fcdbfaa-6702-11ed-819d-365217e34d84 | InvocationID=1fcdc3ba-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:30:38+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13aa2aba-6702-11ed-819d-365217e34d84 | InvocationID=13aa3bf4-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:30:38+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226d4ffa-6702-11ed-819d-365217e34d84 | InvocationID=226d525c-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:30:58+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fcdbfaa-6702-11ed-819d-365217e34d84 | InvocationID=1fcdc3ba-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:30:58+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb93634-6702-11ed-819d-365217e34d84 | InvocationID=2eb938aa-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:30:59+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb93634-6702-11ed-819d-365217e34d84 | InvocationID=2eb938aa-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:30:59+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb93634-6702-11ed-819d-365217e34d84 | InvocationID=2eb938aa-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:31:03+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226d4ffa-6702-11ed-819d-365217e34d84 | InvocationID=226d525c-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:31:03+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312e480a-6702-11ed-819d-365217e34d84 | InvocationID=312e49f4-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:31:24+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb93634-6702-11ed-819d-365217e34d84 | InvocationID=2eb938aa-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:31:24+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da5430e-6702-11ed-819d-365217e34d84 | InvocationID=3da5478c-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:31:24+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da5430e-6702-11ed-819d-365217e34d84 | InvocationID=3da5478c-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:31:24+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da5430e-6702-11ed-819d-365217e34d84 | InvocationID=3da5478c-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:31:27+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312e480a-6702-11ed-819d-365217e34d84 | InvocationID=312e49f4-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:31:27+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fefabcc-6702-11ed-819d-365217e34d84 | InvocationID=3fefadb6-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:31:49+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da5430e-6702-11ed-819d-365217e34d84 | InvocationID=3da5478c-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:31:49+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c91bb86-6702-11ed-819d-365217e34d84 | InvocationID=4c91c1ee-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:31:49+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c91bb86-6702-11ed-819d-365217e34d84 | InvocationID=4c91c1ee-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:31:49+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c91bb86-6702-11ed-819d-365217e34d84 | InvocationID=4c91c1ee-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:31:52+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fefabcc-6702-11ed-819d-365217e34d84 | InvocationID=3fefadb6-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:31:52+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb28b7a-6702-11ed-819d-365217e34d84 | InvocationID=4eb28e40-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:32:14+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c91bb86-6702-11ed-819d-365217e34d84 | InvocationID=4c91c1ee-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:32:14+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7cbab0-6702-11ed-819d-365217e34d84 | InvocationID=5b7cbd80-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:32:14+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7cbab0-6702-11ed-819d-365217e34d84 | InvocationID=5b7cbd80-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:32:14+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7cbab0-6702-11ed-819d-365217e34d84 | InvocationID=5b7cbd80-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:32:17+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb28b7a-6702-11ed-819d-365217e34d84 | InvocationID=4eb28e40-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:32:17+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d75b1aa-6702-11ed-819d-365217e34d84 | InvocationID=5d75b394-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:32:39+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7cbab0-6702-11ed-819d-365217e34d84 | InvocationID=5b7cbd80-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:32:39+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6ab806-6702-11ed-819d-365217e34d84 | InvocationID=6a6abbb2-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:32:39+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6ab806-6702-11ed-819d-365217e34d84 | InvocationID=6a6abbb2-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:32:39+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6ab806-6702-11ed-819d-365217e34d84 | InvocationID=6a6abbb2-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:32:42+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d75b1aa-6702-11ed-819d-365217e34d84 | InvocationID=5d75b394-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:32:42+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c37d056-6702-11ed-819d-365217e34d84 | InvocationID=6c37d47a-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:33:04+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6ab806-6702-11ed-819d-365217e34d84 | InvocationID=6a6abbb2-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:33:04+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79568fa2-6702-11ed-819d-365217e34d84 | InvocationID=795691be-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:33:04+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79568fa2-6702-11ed-819d-365217e34d84 | InvocationID=795691be-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:04+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79568fa2-6702-11ed-819d-365217e34d84 | InvocationID=795691be-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c37d056-6702-11ed-819d-365217e34d84 | InvocationID=6c37d47a-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:33:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aff1216-6702-11ed-819d-365217e34d84 | InvocationID=7aff141e-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:33:29+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79568fa2-6702-11ed-819d-365217e34d84 | InvocationID=795691be-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:33:29+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88422d3c-6702-11ed-819d-365217e34d84 | InvocationID=88422f76-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:33:29+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88422d3c-6702-11ed-819d-365217e34d84 | InvocationID=88422f76-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:29+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88422d3c-6702-11ed-819d-365217e34d84 | InvocationID=88422f76-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:31+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aff1216-6702-11ed-819d-365217e34d84 | InvocationID=7aff141e-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:33:31+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c0d780-6702-11ed-819d-365217e34d84 | InvocationID=89c0da5a-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:33:54+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88422d3c-6702-11ed-819d-365217e34d84 | InvocationID=88422f76-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:33:54+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972e3192-6702-11ed-819d-365217e34d84 | InvocationID=972e37f0-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:33:54+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972e3192-6702-11ed-819d-365217e34d84 | InvocationID=972e37f0-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:54+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972e3192-6702-11ed-819d-365217e34d84 | InvocationID=972e37f0-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:33:56+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89c0d780-6702-11ed-819d-365217e34d84 | InvocationID=89c0da5a-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:33:56+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9882e6be-6702-11ed-819d-365217e34d84 | InvocationID=9882e998-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:34:19+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972e3192-6702-11ed-819d-365217e34d84 | InvocationID=972e37f0-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:34:19+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61addc2-6702-11ed-819d-365217e34d84 | InvocationID=a61ae056-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:34:19+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61addc2-6702-11ed-819d-365217e34d84 | InvocationID=a61ae056-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:34:19+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61addc2-6702-11ed-819d-365217e34d84 | InvocationID=a61ae056-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:34:21+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9882e6be-6702-11ed-819d-365217e34d84 | InvocationID=9882e998-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:34:21+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7443a86-6702-11ed-819d-365217e34d84 | InvocationID=a7443c66-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:34:44+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61addc2-6702-11ed-819d-365217e34d84 | InvocationID=a61ae056-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:34:44+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5073f06-6702-11ed-819d-365217e34d84 | InvocationID=b507421c-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:34:44+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5073f06-6702-11ed-819d-365217e34d84 | InvocationID=b507421c-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:34:44+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5073f06-6702-11ed-819d-365217e34d84 | InvocationID=b507421c-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:34:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7443a86-6702-11ed-819d-365217e34d84 | InvocationID=a7443c66-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:34:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60a3ab6-6702-11ed-819d-365217e34d84 | InvocationID=b60a3d86-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:35:09+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5073f06-6702-11ed-819d-365217e34d84 | InvocationID=b507421c-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:35:09+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f277e2-6702-11ed-819d-365217e34d84 | InvocationID=c3f28700-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:35:09+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f277e2-6702-11ed-819d-365217e34d84 | InvocationID=c3f28700-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:35:09+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f277e2-6702-11ed-819d-365217e34d84 | InvocationID=c3f28700-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:35:10+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b60a3ab6-6702-11ed-819d-365217e34d84 | InvocationID=b60a3d86-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:35:10+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cc0f0c-6702-11ed-819d-365217e34d84 | InvocationID=c4cc10ec-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:35:34+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f277e2-6702-11ed-819d-365217e34d84 | InvocationID=c3f28700-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:35:34+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ddb078-6702-11ed-819d-365217e34d84 | InvocationID=d2ddb302-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:35:34+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ddb078-6702-11ed-819d-365217e34d84 | InvocationID=d2ddb302-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:35:34+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2ddb078-6702-11ed-819d-365217e34d84 | InvocationID=d2ddb302-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:35:35+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4cc0f0c-6702-11ed-819d-365217e34d84 | InvocationID=c4cc10ec-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:35:35+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38f1eb2-6702-11ed-819d-365217e34d84 | InvocationID=d38f20e2-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:35:59+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2ddb078-6702-11ed-819d-365217e34d84 | InvocationID=d2ddb302-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:35:59+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c8c712-6702-11ed-819d-365217e34d84 | InvocationID=e1c8ca0a-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:35:59+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c8c712-6702-11ed-819d-365217e34d84 | InvocationID=e1c8ca0a-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:35:59+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c8c712-6702-11ed-819d-365217e34d84 | InvocationID=e1c8ca0a-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:36:00+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d38f1eb2-6702-11ed-819d-365217e34d84 | InvocationID=d38f20e2-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:36:00+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e250e1ec-6702-11ed-819d-365217e34d84 | InvocationID=e250ed36-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:36:24+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c8c712-6702-11ed-819d-365217e34d84 | InvocationID=e1c8ca0a-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:36:24+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b46dbc-6702-11ed-819d-365217e34d84 | InvocationID=f0b46f9c-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:36:24+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b46dbc-6702-11ed-819d-365217e34d84 | InvocationID=f0b46f9c-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:36:24+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b46dbc-6702-11ed-819d-365217e34d84 | InvocationID=f0b46f9c-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:36:25+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e250e1ec-6702-11ed-819d-365217e34d84 | InvocationID=e250ed36-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:36:25+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1124e32-6702-11ed-819d-365217e34d84 | InvocationID=f1125300-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:36:49+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b46dbc-6702-11ed-819d-365217e34d84 | InvocationID=f0b46f9c-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:36:49+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa0016a-6702-11ed-819d-365217e34d84 | InvocationID=ffa003c2-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:36:49+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa0016a-6702-11ed-819d-365217e34d84 | InvocationID=ffa003c2-6702-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:36:49+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa0016a-6702-11ed-819d-365217e34d84 | InvocationID=ffa003c2-6702-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:36:49+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1124e32-6702-11ed-819d-365217e34d84 | InvocationID=f1125300-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:36:49+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffd4111c-6702-11ed-819d-365217e34d84 | InvocationID=ffd41356-6702-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:37:14+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa0016a-6702-11ed-819d-365217e34d84 | InvocationID=ffa003c2-6702-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:37:14+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8d6dd4-6703-11ed-819d-365217e34d84 | InvocationID=0e8d7090-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:37:14+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8d6dd4-6703-11ed-819d-365217e34d84 | InvocationID=0e8d7090-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:37:14+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8d6dd4-6703-11ed-819d-365217e34d84 | InvocationID=0e8d7090-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:37:14+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffd4111c-6702-11ed-819d-365217e34d84 | InvocationID=ffd41356-6702-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:37:14+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e95f120-6703-11ed-819d-365217e34d84 | InvocationID=0e95f3dc-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:37:39+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e95f120-6703-11ed-819d-365217e34d84 | InvocationID=0e95f3dc-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:37:39+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d5ae490-6703-11ed-819d-365217e34d84 | InvocationID=1d5ae738-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:37:39+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8d6dd4-6703-11ed-819d-365217e34d84 | InvocationID=0e8d7090-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:37:39+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7b6666-6703-11ed-819d-365217e34d84 | InvocationID=1d7b68e6-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:37:39+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7b6666-6703-11ed-819d-365217e34d84 | InvocationID=1d7b68e6-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:37:39+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7b6666-6703-11ed-819d-365217e34d84 | InvocationID=1d7b68e6-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:04+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d5ae490-6703-11ed-819d-365217e34d84 | InvocationID=1d5ae738-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:38:04+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1e972e-6703-11ed-819d-365217e34d84 | InvocationID=2c1e9a08-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:38:04+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7b6666-6703-11ed-819d-365217e34d84 | InvocationID=1d7b68e6-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:38:04+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c677296-6703-11ed-819d-365217e34d84 | InvocationID=2c6774a8-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:38:04+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c677296-6703-11ed-819d-365217e34d84 | InvocationID=2c6774a8-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:04+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c677296-6703-11ed-819d-365217e34d84 | InvocationID=2c6774a8-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:28+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c1e972e-6703-11ed-819d-365217e34d84 | InvocationID=2c1e9a08-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:38:28+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adfef74-6703-11ed-819d-365217e34d84 | InvocationID=3adff1a4-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:38:29+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c677296-6703-11ed-819d-365217e34d84 | InvocationID=2c6774a8-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:38:29+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b52d73c-6703-11ed-819d-365217e34d84 | InvocationID=3b52d944-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:38:29+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b52d73c-6703-11ed-819d-365217e34d84 | InvocationID=3b52d944-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:29+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b52d73c-6703-11ed-819d-365217e34d84 | InvocationID=3b52d944-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:53+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3adfef74-6703-11ed-819d-365217e34d84 | InvocationID=3adff1a4-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:38:53+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49a1476a-6703-11ed-819d-365217e34d84 | InvocationID=49a14cd8-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:38:54+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b52d73c-6703-11ed-819d-365217e34d84 | InvocationID=3b52d944-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:38:54+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3e0aaa-6703-11ed-819d-365217e34d84 | InvocationID=4a3e0d34-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:38:54+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3e0aaa-6703-11ed-819d-365217e34d84 | InvocationID=4a3e0d34-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:38:54+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a3e0aaa-6703-11ed-819d-365217e34d84 | InvocationID=4a3e0d34-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:39:18+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49a1476a-6703-11ed-819d-365217e34d84 | InvocationID=49a14cd8-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:39:18+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5863c908-6703-11ed-819d-365217e34d84 | InvocationID=5863cb92-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:39:19+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a3e0aaa-6703-11ed-819d-365217e34d84 | InvocationID=4a3e0d34-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:39:19+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592b595a-6703-11ed-819d-365217e34d84 | InvocationID=592b5bb2-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:39:19+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592b595a-6703-11ed-819d-365217e34d84 | InvocationID=592b5bb2-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:39:19+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592b595a-6703-11ed-819d-365217e34d84 | InvocationID=592b5bb2-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:39:43+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5863c908-6703-11ed-819d-365217e34d84 | InvocationID=5863cb92-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:39:43+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6725f100-6703-11ed-819d-365217e34d84 | InvocationID=6725f2f4-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:39:44+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592b595a-6703-11ed-819d-365217e34d84 | InvocationID=592b5bb2-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:39:44+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6817b102-6703-11ed-819d-365217e34d84 | InvocationID=6817b3be-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:39:44+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6817b102-6703-11ed-819d-365217e34d84 | InvocationID=6817b3be-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:39:44+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6817b102-6703-11ed-819d-365217e34d84 | InvocationID=6817b3be-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:07+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6725f100-6703-11ed-819d-365217e34d84 | InvocationID=6725f2f4-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:40:07+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75e71f20-6703-11ed-819d-365217e34d84 | InvocationID=75e721e6-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:40:09+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6817b102-6703-11ed-819d-365217e34d84 | InvocationID=6817b3be-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:40:09+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77027e22-6703-11ed-819d-365217e34d84 | InvocationID=770280e8-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:40:09+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77027e22-6703-11ed-819d-365217e34d84 | InvocationID=770280e8-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:09+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77027e22-6703-11ed-819d-365217e34d84 | InvocationID=770280e8-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:32+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75e71f20-6703-11ed-819d-365217e34d84 | InvocationID=75e721e6-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:40:32+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a9e3d0-6703-11ed-819d-365217e34d84 | InvocationID=84a9e790-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:40:34+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77027e22-6703-11ed-819d-365217e34d84 | InvocationID=770280e8-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:40:34+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f3cada-6703-11ed-819d-365217e34d84 | InvocationID=85f3cdf0-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:40:34+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f3cada-6703-11ed-819d-365217e34d84 | InvocationID=85f3cdf0-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:34+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f3cada-6703-11ed-819d-365217e34d84 | InvocationID=85f3cdf0-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:57+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a9e3d0-6703-11ed-819d-365217e34d84 | InvocationID=84a9e790-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:40:57+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=936c5f74-6703-11ed-819d-365217e34d84 | InvocationID=936c62b2-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:40:59+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f3cada-6703-11ed-819d-365217e34d84 | InvocationID=85f3cdf0-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:40:59+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94df2fc6-6703-11ed-819d-365217e34d84 | InvocationID=94df32d2-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:40:59+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94df2fc6-6703-11ed-819d-365217e34d84 | InvocationID=94df32d2-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:40:59+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94df2fc6-6703-11ed-819d-365217e34d84 | InvocationID=94df32d2-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:41:22+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=936c5f74-6703-11ed-819d-365217e34d84 | InvocationID=936c62b2-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:41:22+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a22fa908-6703-11ed-819d-365217e34d84 | InvocationID=a22fb10a-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:41:24+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94df2fc6-6703-11ed-819d-365217e34d84 | InvocationID=94df32d2-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:41:24+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ca8332-6703-11ed-819d-365217e34d84 | InvocationID=a3ca8526-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:41:24+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ca8332-6703-11ed-819d-365217e34d84 | InvocationID=a3ca8526-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:41:24+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3ca8332-6703-11ed-819d-365217e34d84 | InvocationID=a3ca8526-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:41:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a22fa908-6703-11ed-819d-365217e34d84 | InvocationID=a22fb10a-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:41:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f1db28-6703-11ed-819d-365217e34d84 | InvocationID=b0f1dda8-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:41:49+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3ca8332-6703-11ed-819d-365217e34d84 | InvocationID=a3ca8526-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:41:49+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b5ba60-6703-11ed-819d-365217e34d84 | InvocationID=b2b5befc-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:41:49+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b5ba60-6703-11ed-819d-365217e34d84 | InvocationID=b2b5befc-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:41:49+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b5ba60-6703-11ed-819d-365217e34d84 | InvocationID=b2b5befc-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:42:11+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f1db28-6703-11ed-819d-365217e34d84 | InvocationID=b0f1dda8-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:42:11+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb70a2a-6703-11ed-819d-365217e34d84 | InvocationID=bfb70cf0-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:42:14+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b5ba60-6703-11ed-819d-365217e34d84 | InvocationID=b2b5befc-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:42:14+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a0b282-6703-11ed-819d-365217e34d84 | InvocationID=c1a0bc5a-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:42:14+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a0b282-6703-11ed-819d-365217e34d84 | InvocationID=c1a0bc5a-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:42:14+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a0b282-6703-11ed-819d-365217e34d84 | InvocationID=c1a0bc5a-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:42:36+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfb70a2a-6703-11ed-819d-365217e34d84 | InvocationID=bfb70cf0-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:42:36+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce78e61e-6703-11ed-819d-365217e34d84 | InvocationID=ce78ea2e-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:42:39+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a0b282-6703-11ed-819d-365217e34d84 | InvocationID=c1a0bc5a-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:42:39+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d08b84a2-6703-11ed-819d-365217e34d84 | InvocationID=d08b86be-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:42:39+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d08b84a2-6703-11ed-819d-365217e34d84 | InvocationID=d08b86be-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:42:40+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d08b84a2-6703-11ed-819d-365217e34d84 | InvocationID=d08b86be-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:01+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce78e61e-6703-11ed-819d-365217e34d84 | InvocationID=ce78ea2e-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:43:01+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd3c59b0-6703-11ed-819d-365217e34d84 | InvocationID=dd3c5c1c-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:43:05+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d08b84a2-6703-11ed-819d-365217e34d84 | InvocationID=d08b86be-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:43:05+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df76e146-6703-11ed-819d-365217e34d84 | InvocationID=df76e34e-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:43:05+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df76e146-6703-11ed-819d-365217e34d84 | InvocationID=df76e34e-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:05+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df76e146-6703-11ed-819d-365217e34d84 | InvocationID=df76e34e-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:26+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd3c59b0-6703-11ed-819d-365217e34d84 | InvocationID=dd3c5c1c-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:43:26+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec010edc-6703-11ed-819d-365217e34d84 | InvocationID=ec011170-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:43:30+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df76e146-6703-11ed-819d-365217e34d84 | InvocationID=df76e34e-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:43:30+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee621c16-6703-11ed-819d-365217e34d84 | InvocationID=ee621e50-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:43:30+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee621c16-6703-11ed-819d-365217e34d84 | InvocationID=ee621e50-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:30+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee621c16-6703-11ed-819d-365217e34d84 | InvocationID=ee621e50-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:50+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec010edc-6703-11ed-819d-365217e34d84 | InvocationID=ec011170-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:43:50+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac16e3a-6703-11ed-819d-365217e34d84 | InvocationID=fac1711e-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:43:55+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee621c16-6703-11ed-819d-365217e34d84 | InvocationID=ee621e50-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:43:55+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4de674-6703-11ed-819d-365217e34d84 | InvocationID=fd4de840-6703-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:43:55+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4de674-6703-11ed-819d-365217e34d84 | InvocationID=fd4de840-6703-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:43:55+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4de674-6703-11ed-819d-365217e34d84 | InvocationID=fd4de840-6703-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:44:15+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac16e3a-6703-11ed-819d-365217e34d84 | InvocationID=fac1711e-6703-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:44:15+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0986433c-6704-11ed-819d-365217e34d84 | InvocationID=09864620-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:44:20+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4de674-6703-11ed-819d-365217e34d84 | InvocationID=fd4de840-6703-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:44:20+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c391406-6704-11ed-819d-365217e34d84 | InvocationID=0c39169a-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:44:20+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c391406-6704-11ed-819d-365217e34d84 | InvocationID=0c39169a-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:44:20+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c391406-6704-11ed-819d-365217e34d84 | InvocationID=0c39169a-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:44:40+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0986433c-6704-11ed-819d-365217e34d84 | InvocationID=09864620-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:44:40+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184a3428-6704-11ed-819d-365217e34d84 | InvocationID=184a36f8-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:44:45+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c391406-6704-11ed-819d-365217e34d84 | InvocationID=0c39169a-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:44:45+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b258486-6704-11ed-819d-365217e34d84 | InvocationID=1b25868e-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:44:45+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b258486-6704-11ed-819d-365217e34d84 | InvocationID=1b25868e-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:44:45+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b258486-6704-11ed-819d-365217e34d84 | InvocationID=1b25868e-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:45:05+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=184a3428-6704-11ed-819d-365217e34d84 | InvocationID=184a36f8-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:45:05+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=270bb40a-6704-11ed-819d-365217e34d84 | InvocationID=270bb676-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:45:10+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b258486-6704-11ed-819d-365217e34d84 | InvocationID=1b25868e-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:45:10+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a10bf10-6704-11ed-819d-365217e34d84 | InvocationID=2a10c118-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:45:10+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a10bf10-6704-11ed-819d-365217e34d84 | InvocationID=2a10c118-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:45:10+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a10bf10-6704-11ed-819d-365217e34d84 | InvocationID=2a10c118-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:45:29+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=270bb40a-6704-11ed-819d-365217e34d84 | InvocationID=270bb676-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:45:29+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ce590c-6704-11ed-819d-365217e34d84 | InvocationID=35ce5b00-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:45:35+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a10bf10-6704-11ed-819d-365217e34d84 | InvocationID=2a10c118-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:45:35+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fc839c-6704-11ed-819d-365217e34d84 | InvocationID=38fc857c-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:45:35+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fc839c-6704-11ed-819d-365217e34d84 | InvocationID=38fc857c-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:45:35+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fc839c-6704-11ed-819d-365217e34d84 | InvocationID=38fc857c-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:45:54+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35ce590c-6704-11ed-819d-365217e34d84 | InvocationID=35ce5b00-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:45:54+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449294e4-6704-11ed-819d-365217e34d84 | InvocationID=44929714-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:46:00+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fc839c-6704-11ed-819d-365217e34d84 | InvocationID=38fc857c-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:46:00+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e7bbb0-6704-11ed-819d-365217e34d84 | InvocationID=47e7bf0c-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:46:00+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e7bbb0-6704-11ed-819d-365217e34d84 | InvocationID=47e7bf0c-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:46:00+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e7bbb0-6704-11ed-819d-365217e34d84 | InvocationID=47e7bf0c-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:46:19+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=449294e4-6704-11ed-819d-365217e34d84 | InvocationID=44929714-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:46:19+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5355f854-6704-11ed-819d-365217e34d84 | InvocationID=5355fac0-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:46:25+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e7bbb0-6704-11ed-819d-365217e34d84 | InvocationID=47e7bf0c-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:46:25+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d2f892-6704-11ed-819d-365217e34d84 | InvocationID=56d2fa86-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:46:25+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d2f892-6704-11ed-819d-365217e34d84 | InvocationID=56d2fa86-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:46:25+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d2f892-6704-11ed-819d-365217e34d84 | InvocationID=56d2fa86-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:46:44+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5355f854-6704-11ed-819d-365217e34d84 | InvocationID=5355fac0-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:46:44+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6219339c-6704-11ed-819d-365217e34d84 | InvocationID=6219364e-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:46:50+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d2f892-6704-11ed-819d-365217e34d84 | InvocationID=56d2fa86-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:46:50+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bdcbe8-6704-11ed-819d-365217e34d84 | InvocationID=65bdcdf0-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:46:50+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bdcbe8-6704-11ed-819d-365217e34d84 | InvocationID=65bdcdf0-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:46:50+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bdcbe8-6704-11ed-819d-365217e34d84 | InvocationID=65bdcdf0-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:47:08+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6219339c-6704-11ed-819d-365217e34d84 | InvocationID=6219364e-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:47:08+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ddb8a8-6704-11ed-819d-365217e34d84 | InvocationID=70ddbc22-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:47:15+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bdcbe8-6704-11ed-819d-365217e34d84 | InvocationID=65bdcdf0-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:47:15+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a8dbb6-6704-11ed-819d-365217e34d84 | InvocationID=74a8dda0-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:47:15+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a8dbb6-6704-11ed-819d-365217e34d84 | InvocationID=74a8dda0-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:47:15+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a8dbb6-6704-11ed-819d-365217e34d84 | InvocationID=74a8dda0-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:47:33+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70ddb8a8-6704-11ed-819d-365217e34d84 | InvocationID=70ddbc22-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:47:33+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa09e96-6704-11ed-819d-365217e34d84 | InvocationID=7fa0a0f8-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:47:40+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a8dbb6-6704-11ed-819d-365217e34d84 | InvocationID=74a8dda0-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:47:40+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839495d4-6704-11ed-819d-365217e34d84 | InvocationID=839499b2-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:47:40+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839495d4-6704-11ed-819d-365217e34d84 | InvocationID=839499b2-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:47:40+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839495d4-6704-11ed-819d-365217e34d84 | InvocationID=839499b2-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:47:58+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fa09e96-6704-11ed-819d-365217e34d84 | InvocationID=7fa0a0f8-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:47:58+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e61ad76-6704-11ed-819d-365217e34d84 | InvocationID=8e61b154-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:48:05+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839495d4-6704-11ed-819d-365217e34d84 | InvocationID=839499b2-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:48:05+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927fd4a0-6704-11ed-819d-365217e34d84 | InvocationID=927fda36-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:48:05+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927fd4a0-6704-11ed-819d-365217e34d84 | InvocationID=927fda36-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:48:05+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927fd4a0-6704-11ed-819d-365217e34d84 | InvocationID=927fda36-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:48:23+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e61ad76-6704-11ed-819d-365217e34d84 | InvocationID=8e61b154-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:48:23+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d2490bc-6704-11ed-819d-365217e34d84 | InvocationID=9d24931e-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:48:30+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927fd4a0-6704-11ed-819d-365217e34d84 | InvocationID=927fda36-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:48:30+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16c9d40-6704-11ed-819d-365217e34d84 | InvocationID=a16ca236-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:48:30+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16c9d40-6704-11ed-819d-365217e34d84 | InvocationID=a16ca236-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:48:30+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16c9d40-6704-11ed-819d-365217e34d84 | InvocationID=a16ca236-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:48:47+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d2490bc-6704-11ed-819d-365217e34d84 | InvocationID=9d24931e-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:48:47+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe7a3e6-6704-11ed-819d-365217e34d84 | InvocationID=abe7a68e-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:48:55+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16c9d40-6704-11ed-819d-365217e34d84 | InvocationID=a16ca236-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:48:55+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0595b86-6704-11ed-819d-365217e34d84 | InvocationID=b0595e10-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:48:55+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0595b86-6704-11ed-819d-365217e34d84 | InvocationID=b0595e10-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:48:55+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0595b86-6704-11ed-819d-365217e34d84 | InvocationID=b0595e10-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:49:12+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe7a3e6-6704-11ed-819d-365217e34d84 | InvocationID=abe7a68e-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:49:12+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa9698c-6704-11ed-819d-365217e34d84 | InvocationID=baa96c0c-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:49:20+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0595b86-6704-11ed-819d-365217e34d84 | InvocationID=b0595e10-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:49:20+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf45ebfa-6704-11ed-819d-365217e34d84 | InvocationID=bf45ee0c-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:49:20+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf45ebfa-6704-11ed-819d-365217e34d84 | InvocationID=bf45ee0c-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:49:20+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf45ebfa-6704-11ed-819d-365217e34d84 | InvocationID=bf45ee0c-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:49:37+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa9698c-6704-11ed-819d-365217e34d84 | InvocationID=baa96c0c-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:49:37+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c96eaedc-6704-11ed-819d-365217e34d84 | InvocationID=c96eb198-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:49:45+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf45ebfa-6704-11ed-819d-365217e34d84 | InvocationID=bf45ee0c-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:49:45+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce30cb58-6704-11ed-819d-365217e34d84 | InvocationID=ce30cd4c-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:49:45+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce30cb58-6704-11ed-819d-365217e34d84 | InvocationID=ce30cd4c-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:49:45+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce30cb58-6704-11ed-819d-365217e34d84 | InvocationID=ce30cd4c-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:50:02+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c96eaedc-6704-11ed-819d-365217e34d84 | InvocationID=c96eb198-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:50:02+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d830b6ea-6704-11ed-819d-365217e34d84 | InvocationID=d830baf0-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:50:10+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce30cb58-6704-11ed-819d-365217e34d84 | InvocationID=ce30cd4c-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:50:10+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1c15e6-6704-11ed-819d-365217e34d84 | InvocationID=dd1c20b8-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:50:10+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1c15e6-6704-11ed-819d-365217e34d84 | InvocationID=dd1c20b8-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:50:10+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1c15e6-6704-11ed-819d-365217e34d84 | InvocationID=dd1c20b8-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:50:27+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d830b6ea-6704-11ed-819d-365217e34d84 | InvocationID=d830baf0-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:50:27+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f566b2-6704-11ed-819d-365217e34d84 | InvocationID=e6f56888-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:50:35+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1c15e6-6704-11ed-819d-365217e34d84 | InvocationID=dd1c20b8-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:50:35+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec0b1016-6704-11ed-819d-365217e34d84 | InvocationID=ec0b12d2-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:50:35+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec0b1016-6704-11ed-819d-365217e34d84 | InvocationID=ec0b12d2-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:50:35+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec0b1016-6704-11ed-819d-365217e34d84 | InvocationID=ec0b12d2-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:50:51+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6f566b2-6704-11ed-819d-365217e34d84 | InvocationID=e6f56888-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:50:51+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b783ce-6704-11ed-819d-365217e34d84 | InvocationID=f5b791d4-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:51:00+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec0b1016-6704-11ed-819d-365217e34d84 | InvocationID=ec0b12d2-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:51:00+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf6b166-6704-11ed-819d-365217e34d84 | InvocationID=faf6b40e-6704-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:51:00+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf6b166-6704-11ed-819d-365217e34d84 | InvocationID=faf6b40e-6704-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:51:00+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf6b166-6704-11ed-819d-365217e34d84 | InvocationID=faf6b40e-6704-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:51:16+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b783ce-6704-11ed-819d-365217e34d84 | InvocationID=f5b791d4-6704-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:51:16+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04805c6e-6705-11ed-819d-365217e34d84 | InvocationID=04805f0c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:51:25+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf6b166-6704-11ed-819d-365217e34d84 | InvocationID=faf6b40e-6704-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:51:25+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e24a50-6705-11ed-819d-365217e34d84 | InvocationID=09e24c3a-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:51:25+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e24a50-6705-11ed-819d-365217e34d84 | InvocationID=09e24c3a-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:51:25+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e24a50-6705-11ed-819d-365217e34d84 | InvocationID=09e24c3a-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:51:41+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04805c6e-6705-11ed-819d-365217e34d84 | InvocationID=04805f0c-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:51:41+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13432efc-6705-11ed-819d-365217e34d84 | InvocationID=1343321c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:51:50+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e24a50-6705-11ed-819d-365217e34d84 | InvocationID=09e24c3a-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:51:50+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cf4284-6705-11ed-819d-365217e34d84 | InvocationID=18cf4536-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:51:50+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cf4284-6705-11ed-819d-365217e34d84 | InvocationID=18cf4536-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:51:50+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cf4284-6705-11ed-819d-365217e34d84 | InvocationID=18cf4536-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:52:06+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13432efc-6705-11ed-819d-365217e34d84 | InvocationID=1343321c-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:52:06+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2205d688-6705-11ed-819d-365217e34d84 | InvocationID=2205dbba-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:52:15+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cf4284-6705-11ed-819d-365217e34d84 | InvocationID=18cf4536-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:52:15+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27bae898-6705-11ed-819d-365217e34d84 | InvocationID=27baea78-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:52:15+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27bae898-6705-11ed-819d-365217e34d84 | InvocationID=27baea78-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:52:15+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27bae898-6705-11ed-819d-365217e34d84 | InvocationID=27baea78-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:52:30+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2205d688-6705-11ed-819d-365217e34d84 | InvocationID=2205dbba-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:52:30+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c8f254-6705-11ed-819d-365217e34d84 | InvocationID=30c8f434-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:52:40+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27bae898-6705-11ed-819d-365217e34d84 | InvocationID=27baea78-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:52:40+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a65a5e-6705-11ed-819d-365217e34d84 | InvocationID=36a65f22-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:52:40+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a65a5e-6705-11ed-819d-365217e34d84 | InvocationID=36a65f22-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:52:40+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a65a5e-6705-11ed-819d-365217e34d84 | InvocationID=36a65f22-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:52:55+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c8f254-6705-11ed-819d-365217e34d84 | InvocationID=30c8f434-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:52:55+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f894a78-6705-11ed-819d-365217e34d84 | InvocationID=3f894c6c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:53:05+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a65a5e-6705-11ed-819d-365217e34d84 | InvocationID=36a65f22-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:53:05+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4592e690-6705-11ed-819d-365217e34d84 | InvocationID=4592e8fc-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:53:05+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4592e690-6705-11ed-819d-365217e34d84 | InvocationID=4592e8fc-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:53:05+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4592e690-6705-11ed-819d-365217e34d84 | InvocationID=4592e8fc-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:53:20+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f894a78-6705-11ed-819d-365217e34d84 | InvocationID=3f894c6c-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:53:20+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e4b9c14-6705-11ed-819d-365217e34d84 | InvocationID=4e4b9e62-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:53:30+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4592e690-6705-11ed-819d-365217e34d84 | InvocationID=4592e8fc-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:53:30+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547f1fd4-6705-11ed-819d-365217e34d84 | InvocationID=547f2218-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:53:30+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547f1fd4-6705-11ed-819d-365217e34d84 | InvocationID=547f2218-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:53:30+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547f1fd4-6705-11ed-819d-365217e34d84 | InvocationID=547f2218-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:53:45+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e4b9c14-6705-11ed-819d-365217e34d84 | InvocationID=4e4b9e62-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:53:45+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0fa8d0-6705-11ed-819d-365217e34d84 | InvocationID=5d0fab5a-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:53:55+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547f1fd4-6705-11ed-819d-365217e34d84 | InvocationID=547f2218-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:53:55+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636a351a-6705-11ed-819d-365217e34d84 | InvocationID=636a3718-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:53:55+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636a351a-6705-11ed-819d-365217e34d84 | InvocationID=636a3718-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:53:55+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636a351a-6705-11ed-819d-365217e34d84 | InvocationID=636a3718-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:54:09+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d0fa8d0-6705-11ed-819d-365217e34d84 | InvocationID=5d0fab5a-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:54:09+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bd39a48-6705-11ed-819d-365217e34d84 | InvocationID=6bd39d0e-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:54:20+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636a351a-6705-11ed-819d-365217e34d84 | InvocationID=636a3718-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:54:20+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725629c6-6705-11ed-819d-365217e34d84 | InvocationID=72562bba-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:54:20+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725629c6-6705-11ed-819d-365217e34d84 | InvocationID=72562bba-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:54:20+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725629c6-6705-11ed-819d-365217e34d84 | InvocationID=72562bba-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:54:34+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bd39a48-6705-11ed-819d-365217e34d84 | InvocationID=6bd39d0e-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:54:34+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a96ac96-6705-11ed-819d-365217e34d84 | InvocationID=7a96af20-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:54:45+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725629c6-6705-11ed-819d-365217e34d84 | InvocationID=72562bba-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:54:45+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814141f0-6705-11ed-819d-365217e34d84 | InvocationID=8141470e-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:54:45+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814141f0-6705-11ed-819d-365217e34d84 | InvocationID=8141470e-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:54:45+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814141f0-6705-11ed-819d-365217e34d84 | InvocationID=8141470e-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:54:59+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a96ac96-6705-11ed-819d-365217e34d84 | InvocationID=7a96af20-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:54:59+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895792c2-6705-11ed-819d-365217e34d84 | InvocationID=8957957e-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:55:10+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=814141f0-6705-11ed-819d-365217e34d84 | InvocationID=8141470e-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:55:10+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902cb8ca-6705-11ed-819d-365217e34d84 | InvocationID=902cbb5e-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:55:10+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902cb8ca-6705-11ed-819d-365217e34d84 | InvocationID=902cbb5e-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:55:10+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902cb8ca-6705-11ed-819d-365217e34d84 | InvocationID=902cbb5e-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:55:24+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=895792c2-6705-11ed-819d-365217e34d84 | InvocationID=8957957e-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:55:24+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981a1ef6-6705-11ed-819d-365217e34d84 | InvocationID=981a2798-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:55:36+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902cb8ca-6705-11ed-819d-365217e34d84 | InvocationID=902cbb5e-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:55:36+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f184610-6705-11ed-819d-365217e34d84 | InvocationID=9f18491c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:55:36+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f184610-6705-11ed-819d-365217e34d84 | InvocationID=9f18491c-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:55:36+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f184610-6705-11ed-819d-365217e34d84 | InvocationID=9f18491c-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:55:49+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=981a1ef6-6705-11ed-819d-365217e34d84 | InvocationID=981a2798-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:55:49+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e06d0a-6705-11ed-819d-365217e34d84 | InvocationID=a6e06f62-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:56:01+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f184610-6705-11ed-819d-365217e34d84 | InvocationID=9f18491c-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:56:01+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae03c5be-6705-11ed-819d-365217e34d84 | InvocationID=ae03c794-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:56:01+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae03c5be-6705-11ed-819d-365217e34d84 | InvocationID=ae03c794-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:56:01+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae03c5be-6705-11ed-819d-365217e34d84 | InvocationID=ae03c794-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:56:13+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6e06d0a-6705-11ed-819d-365217e34d84 | InvocationID=a6e06f62-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:56:13+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a21da2-6705-11ed-819d-365217e34d84 | InvocationID=b5a2204a-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:56:26+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae03c5be-6705-11ed-819d-365217e34d84 | InvocationID=ae03c794-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:56:26+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf05b1e-6705-11ed-819d-365217e34d84 | InvocationID=bcf05d1c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:56:26+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf05b1e-6705-11ed-819d-365217e34d84 | InvocationID=bcf05d1c-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:56:26+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf05b1e-6705-11ed-819d-365217e34d84 | InvocationID=bcf05d1c-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:56:38+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5a21da2-6705-11ed-819d-365217e34d84 | InvocationID=b5a2204a-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:56:38+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4665c86-6705-11ed-819d-365217e34d84 | InvocationID=c4665e7a-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:56:51+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf05b1e-6705-11ed-819d-365217e34d84 | InvocationID=bcf05d1c-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:56:51+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdb3f9a-6705-11ed-819d-365217e34d84 | InvocationID=cbdb41d4-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:56:51+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdb3f9a-6705-11ed-819d-365217e34d84 | InvocationID=cbdb41d4-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:56:51+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbdb3f9a-6705-11ed-819d-365217e34d84 | InvocationID=cbdb41d4-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:57:03+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4665c86-6705-11ed-819d-365217e34d84 | InvocationID=c4665e7a-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:57:03+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3270b30-6705-11ed-819d-365217e34d84 | InvocationID=d3270e0a-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:57:16+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbdb3f9a-6705-11ed-819d-365217e34d84 | InvocationID=cbdb41d4-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:57:16+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac72320-6705-11ed-819d-365217e34d84 | InvocationID=dac725aa-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:57:16+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac72320-6705-11ed-819d-365217e34d84 | InvocationID=dac725aa-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:57:16+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dac72320-6705-11ed-819d-365217e34d84 | InvocationID=dac725aa-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:57:28+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3270b30-6705-11ed-819d-365217e34d84 | InvocationID=d3270e0a-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:57:28+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e7c5ce-6705-11ed-819d-365217e34d84 | InvocationID=e1e7c7cc-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:57:41+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dac72320-6705-11ed-819d-365217e34d84 | InvocationID=dac725aa-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:57:41+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b30fa2-6705-11ed-819d-365217e34d84 | InvocationID=e9b31268-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:57:41+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b30fa2-6705-11ed-819d-365217e34d84 | InvocationID=e9b31268-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:57:41+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b30fa2-6705-11ed-819d-365217e34d84 | InvocationID=e9b31268-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:57:52+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1e7c5ce-6705-11ed-819d-365217e34d84 | InvocationID=e1e7c7cc-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:57:52+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a93494-6705-11ed-819d-365217e34d84 | InvocationID=f0a93692-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:58:06+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b30fa2-6705-11ed-819d-365217e34d84 | InvocationID=e9b31268-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:58:06+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f89ec0a6-6705-11ed-819d-365217e34d84 | InvocationID=f89ec36c-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:58:06+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f89ec0a6-6705-11ed-819d-365217e34d84 | InvocationID=f89ec36c-6705-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:58:06+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f89ec0a6-6705-11ed-819d-365217e34d84 | InvocationID=f89ec36c-6705-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:58:17+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0a93494-6705-11ed-819d-365217e34d84 | InvocationID=f0a93692-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:58:17+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff7154ca-6705-11ed-819d-365217e34d84 | InvocationID=ff7158d0-6705-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:58:31+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f89ec0a6-6705-11ed-819d-365217e34d84 | InvocationID=f89ec36c-6705-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:58:31+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078a2a7e-6706-11ed-819d-365217e34d84 | InvocationID=078a2c72-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:58:31+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078a2a7e-6706-11ed-819d-365217e34d84 | InvocationID=078a2c72-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:58:31+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=078a2a7e-6706-11ed-819d-365217e34d84 | InvocationID=078a2c72-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:58:42+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff7154ca-6705-11ed-819d-365217e34d84 | InvocationID=ff7158d0-6705-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:58:42+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e32eb36-6706-11ed-819d-365217e34d84 | InvocationID=0e32ed2a-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:58:56+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=078a2a7e-6706-11ed-819d-365217e34d84 | InvocationID=078a2c72-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:58:56+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1676d302-6706-11ed-819d-365217e34d84 | InvocationID=1676d618-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:58:56+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1676d302-6706-11ed-819d-365217e34d84 | InvocationID=1676d618-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:58:56+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1676d302-6706-11ed-819d-365217e34d84 | InvocationID=1676d618-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:59:07+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e32eb36-6706-11ed-819d-365217e34d84 | InvocationID=0e32ed2a-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:59:07+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf3d5a4-6706-11ed-819d-365217e34d84 | InvocationID=1cf3d7b6-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:59:21+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1676d302-6706-11ed-819d-365217e34d84 | InvocationID=1676d618-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:59:21+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256290cc-6706-11ed-819d-365217e34d84 | InvocationID=25629ab8-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:59:21+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256290cc-6706-11ed-819d-365217e34d84 | InvocationID=25629ab8-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:59:21+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256290cc-6706-11ed-819d-365217e34d84 | InvocationID=25629ab8-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:59:31+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cf3d5a4-6706-11ed-819d-365217e34d84 | InvocationID=1cf3d7b6-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:59:31+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb6fed6-6706-11ed-819d-365217e34d84 | InvocationID=2bb70188-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T05:59:46+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256290cc-6706-11ed-819d-365217e34d84 | InvocationID=25629ab8-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T05:59:46+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344e8096-6706-11ed-819d-365217e34d84 | InvocationID=344e8280-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T05:59:46+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344e8096-6706-11ed-819d-365217e34d84 | InvocationID=344e8280-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:59:46+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344e8096-6706-11ed-819d-365217e34d84 | InvocationID=344e8280-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T05:59:56+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb6fed6-6706-11ed-819d-365217e34d84 | InvocationID=2bb70188-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T05:59:56+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a7d8ade-6706-11ed-819d-365217e34d84 | InvocationID=3a7d8cd2-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:00:11+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344e8096-6706-11ed-819d-365217e34d84 | InvocationID=344e8280-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:00:11+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43398c22-6706-11ed-819d-365217e34d84 | InvocationID=43398f24-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:00:11+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43398c22-6706-11ed-819d-365217e34d84 | InvocationID=43398f24-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:00:11+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43398c22-6706-11ed-819d-365217e34d84 | InvocationID=43398f24-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:00:21+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a7d8ade-6706-11ed-819d-365217e34d84 | InvocationID=3a7d8cd2-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:00:21+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494109d8-6706-11ed-819d-365217e34d84 | InvocationID=49410bea-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:00:36+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43398c22-6706-11ed-819d-365217e34d84 | InvocationID=43398f24-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:00:36+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5229f532-6706-11ed-819d-365217e34d84 | InvocationID=5229f73a-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:00:36+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5229f532-6706-11ed-819d-365217e34d84 | InvocationID=5229f73a-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:00:36+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5229f532-6706-11ed-819d-365217e34d84 | InvocationID=5229f73a-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:00:46+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=494109d8-6706-11ed-819d-365217e34d84 | InvocationID=49410bea-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:00:46+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=580230a0-6706-11ed-819d-365217e34d84 | InvocationID=5802329e-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:01:01+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5229f532-6706-11ed-819d-365217e34d84 | InvocationID=5229f73a-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:01:01+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61168664-6706-11ed-819d-365217e34d84 | InvocationID=61168862-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:01:01+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61168664-6706-11ed-819d-365217e34d84 | InvocationID=61168862-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:01+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61168664-6706-11ed-819d-365217e34d84 | InvocationID=61168862-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:11+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=580230a0-6706-11ed-819d-365217e34d84 | InvocationID=5802329e-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:01:11+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66caa716-6706-11ed-819d-365217e34d84 | InvocationID=66caa9dc-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:01:26+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61168664-6706-11ed-819d-365217e34d84 | InvocationID=61168862-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:01:26+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700400f2-6706-11ed-819d-365217e34d84 | InvocationID=700403d6-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:01:26+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700400f2-6706-11ed-819d-365217e34d84 | InvocationID=700403d6-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:26+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=700400f2-6706-11ed-819d-365217e34d84 | InvocationID=700403d6-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:35+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66caa716-6706-11ed-819d-365217e34d84 | InvocationID=66caa9dc-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:01:35+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75961546-6706-11ed-819d-365217e34d84 | InvocationID=75961820-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:01:51+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=700400f2-6706-11ed-819d-365217e34d84 | InvocationID=700403d6-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:01:51+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef1a862-6706-11ed-819d-365217e34d84 | InvocationID=7ef1af4c-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:01:51+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef1a862-6706-11ed-819d-365217e34d84 | InvocationID=7ef1af4c-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:51+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ef1a862-6706-11ed-819d-365217e34d84 | InvocationID=7ef1af4c-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:01:56+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75961546-6706-11ed-819d-365217e34d84 | InvocationID=75961820-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:01:56+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e5d5f2-6706-11ed-819d-365217e34d84 | InvocationID=81e5d7d2-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:02:16+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ef1a862-6706-11ed-819d-365217e34d84 | InvocationID=7ef1af4c-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:02:16+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ddde07a-6706-11ed-819d-365217e34d84 | InvocationID=8ddde282-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:02:16+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ddde07a-6706-11ed-819d-365217e34d84 | InvocationID=8ddde282-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:02:16+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ddde07a-6706-11ed-819d-365217e34d84 | InvocationID=8ddde282-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:02:16+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81e5d5f2-6706-11ed-819d-365217e34d84 | InvocationID=81e5d7d2-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:02:16+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8de68216-6706-11ed-819d-365217e34d84 | InvocationID=8de684aa-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:02:37+0000 | aai_event_thread | 140426547895072 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8de68216-6706-11ed-819d-365217e34d84 | InvocationID=8de684aa-6706-11ed-819d-365217e34d84 | Polling MR for XNF AAI events.
2022-11-18T06:02:37+0000 | aai_event_thread | 140426547895072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a2701e0-6706-11ed-819d-365217e34d84 | InvocationID=9a2704ba-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T06:02:41+0000 | policy_event_thread | 140426548955936 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ddde07a-6706-11ed-819d-365217e34d84 | InvocationID=8ddde282-6706-11ed-819d-365217e34d84 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T06:02:41+0000 | policy_event_thread | 140426548955936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc939b8-6706-11ed-819d-365217e34d84 | InvocationID=9cc93bac-6706-11ed-819d-365217e34d84 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T06:02:41+0000 | policy_event_thread | 140426548955936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc939b8-6706-11ed-819d-365217e34d84 | InvocationID=9cc93bac-6706-11ed-819d-365217e34d84 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T06:02:41+0000 | policy_event_thread | 140426548955936 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc939b8-6706-11ed-819d-365217e34d84 | InvocationID=9cc93bac-6706-11ed-819d-365217e34d84 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)