Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-12-01T14:11:36+0000 | MainThread | 140512440929608 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-01T14:11:36+0000 | MainThread | 140512440929608 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-12-01T14:11:36+0000 | MainThread | 140512440929608 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-01T14:11:36+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:11:36+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1101cf68-7182-11ed-987b-ee390a3f06c1 | InvocationID=1101d1ca-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:11:36+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-01T14:11:36+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1104c790-7182-11ed-987b-ee390a3f06c1 | InvocationID=1104c92a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:11:36+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1101cf68-7182-11ed-987b-ee390a3f06c1 | InvocationID=1101d1ca-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:11:36+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1101cf68-7182-11ed-987b-ee390a3f06c1 | InvocationID=1101d1ca-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:11:36+0000 | MainThread | 140512440929608 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-01T14:12:01+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1101cf68-7182-11ed-987b-ee390a3f06c1 | InvocationID=1101d1ca-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:12:01+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff2ffa6-7182-11ed-987b-ee390a3f06c1 | InvocationID=1ff301fe-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:12:01+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff2ffa6-7182-11ed-987b-ee390a3f06c1 | InvocationID=1ff301fe-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:01+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ff2ffa6-7182-11ed-987b-ee390a3f06c1 | InvocationID=1ff301fe-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:01+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1104c790-7182-11ed-987b-ee390a3f06c1 | InvocationID=1104c92a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:12:01+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2049a7d4-7182-11ed-987b-ee390a3f06c1 | InvocationID=2049aa04-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:12:26+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ff2ffa6-7182-11ed-987b-ee390a3f06c1 | InvocationID=1ff301fe-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:12:26+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee5fc34-7182-11ed-987b-ee390a3f06c1 | InvocationID=2ee5fe3c-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:12:26+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee5fc34-7182-11ed-987b-ee390a3f06c1 | InvocationID=2ee5fe3c-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:26+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ee5fc34-7182-11ed-987b-ee390a3f06c1 | InvocationID=2ee5fe3c-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:27+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2049a7d4-7182-11ed-987b-ee390a3f06c1 | InvocationID=2049aa04-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:12:27+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f3c6d62-7182-11ed-987b-ee390a3f06c1 | InvocationID=2f3c6f88-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:12:51+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ee5fc34-7182-11ed-987b-ee390a3f06c1 | InvocationID=2ee5fe3c-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:12:51+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3de6c1f0-7182-11ed-987b-ee390a3f06c1 | InvocationID=3de6c42a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:12:51+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3de6c1f0-7182-11ed-987b-ee390a3f06c1 | InvocationID=3de6c42a-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:51+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3de6c1f0-7182-11ed-987b-ee390a3f06c1 | InvocationID=3de6c42a-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:12:52+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f3c6d62-7182-11ed-987b-ee390a3f06c1 | InvocationID=2f3c6f88-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:12:52+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3ea488-7182-11ed-987b-ee390a3f06c1 | InvocationID=3e3ea654-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:13:16+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3de6c1f0-7182-11ed-987b-ee390a3f06c1 | InvocationID=3de6c42a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:13:16+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd24dce-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cd25292-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:13:16+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd24dce-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cd25292-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:13:16+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cd24dce-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cd25292-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:13:16+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e3ea488-7182-11ed-987b-ee390a3f06c1 | InvocationID=3e3ea654-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:13:16+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfffc60-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cfffe36-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:13:41+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cd24dce-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cd25292-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:13:41+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbf9d64-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bbfa02a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:13:41+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cfffc60-7182-11ed-987b-ee390a3f06c1 | InvocationID=4cfffe36-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:13:41+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bc3be4e-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bc3c02e-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:13:41+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbf9d64-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bbfa02a-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:13:41+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbf9d64-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bbfa02a-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:06+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bc3be4e-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bc3c02e-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:14:06+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a884d96-7182-11ed-987b-ee390a3f06c1 | InvocationID=6a884fe4-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:14:06+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbf9d64-7182-11ed-987b-ee390a3f06c1 | InvocationID=5bbfa02a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:14:06+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aadcd00-7182-11ed-987b-ee390a3f06c1 | InvocationID=6aadcfa8-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:14:06+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aadcd00-7182-11ed-987b-ee390a3f06c1 | InvocationID=6aadcfa8-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:06+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aadcd00-7182-11ed-987b-ee390a3f06c1 | InvocationID=6aadcfa8-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:31+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a884d96-7182-11ed-987b-ee390a3f06c1 | InvocationID=6a884fe4-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:14:31+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794aa81a-7182-11ed-987b-ee390a3f06c1 | InvocationID=794aaa04-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:14:31+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aadcd00-7182-11ed-987b-ee390a3f06c1 | InvocationID=6aadcfa8-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:14:31+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79990096-7182-11ed-987b-ee390a3f06c1 | InvocationID=799902d0-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:14:31+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79990096-7182-11ed-987b-ee390a3f06c1 | InvocationID=799902d0-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:31+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79990096-7182-11ed-987b-ee390a3f06c1 | InvocationID=799902d0-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:56+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794aa81a-7182-11ed-987b-ee390a3f06c1 | InvocationID=794aaa04-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:14:56+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=880cf0ba-7182-11ed-987b-ee390a3f06c1 | InvocationID=880cf646-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:14:56+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79990096-7182-11ed-987b-ee390a3f06c1 | InvocationID=799902d0-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:14:56+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8887eb08-7182-11ed-987b-ee390a3f06c1 | InvocationID=8887ecde-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:14:56+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8887eb08-7182-11ed-987b-ee390a3f06c1 | InvocationID=8887ecde-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:14:56+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8887eb08-7182-11ed-987b-ee390a3f06c1 | InvocationID=8887ecde-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:15:20+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=880cf0ba-7182-11ed-987b-ee390a3f06c1 | InvocationID=880cf646-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:15:20+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96cdfe1e-7182-11ed-987b-ee390a3f06c1 | InvocationID=96ce03b4-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:15:21+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8887eb08-7182-11ed-987b-ee390a3f06c1 | InvocationID=8887ecde-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:15:21+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9773ae72-7182-11ed-987b-ee390a3f06c1 | InvocationID=9773b052-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:15:21+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9773ae72-7182-11ed-987b-ee390a3f06c1 | InvocationID=9773b052-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:15:21+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9773ae72-7182-11ed-987b-ee390a3f06c1 | InvocationID=9773b052-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:15:45+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96cdfe1e-7182-11ed-987b-ee390a3f06c1 | InvocationID=96ce03b4-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:15:45+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a591985c-7182-11ed-987b-ee390a3f06c1 | InvocationID=a5919a96-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:15:46+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9773ae72-7182-11ed-987b-ee390a3f06c1 | InvocationID=9773b052-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:15:46+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65ee424-7182-11ed-987b-ee390a3f06c1 | InvocationID=a65eefe6-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:15:46+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65ee424-7182-11ed-987b-ee390a3f06c1 | InvocationID=a65eefe6-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:15:46+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a65ee424-7182-11ed-987b-ee390a3f06c1 | InvocationID=a65eefe6-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:16:10+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a591985c-7182-11ed-987b-ee390a3f06c1 | InvocationID=a5919a96-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:16:10+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b45241c0-7182-11ed-987b-ee390a3f06c1 | InvocationID=b45243a0-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:16:11+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a65ee424-7182-11ed-987b-ee390a3f06c1 | InvocationID=a65eefe6-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:16:11+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54a9d3e-7182-11ed-987b-ee390a3f06c1 | InvocationID=b54a9fa0-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:16:11+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54a9d3e-7182-11ed-987b-ee390a3f06c1 | InvocationID=b54a9fa0-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:16:11+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54a9d3e-7182-11ed-987b-ee390a3f06c1 | InvocationID=b54a9fa0-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:16:35+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b45241c0-7182-11ed-987b-ee390a3f06c1 | InvocationID=b45243a0-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:16:35+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c313b0a4-7182-11ed-987b-ee390a3f06c1 | InvocationID=c313b360-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:16:37+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54a9d3e-7182-11ed-987b-ee390a3f06c1 | InvocationID=b54a9fa0-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:16:37+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4377042-7182-11ed-987b-ee390a3f06c1 | InvocationID=c4377236-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:16:37+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4377042-7182-11ed-987b-ee390a3f06c1 | InvocationID=c4377236-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:16:37+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4377042-7182-11ed-987b-ee390a3f06c1 | InvocationID=c4377236-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:16:59+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c313b0a4-7182-11ed-987b-ee390a3f06c1 | InvocationID=c313b360-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:16:59+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d505de-7182-11ed-987b-ee390a3f06c1 | InvocationID=d1d5084a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:17:02+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4377042-7182-11ed-987b-ee390a3f06c1 | InvocationID=c4377236-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:17:02+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3229c62-7182-11ed-987b-ee390a3f06c1 | InvocationID=d3229e24-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:17:02+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3229c62-7182-11ed-987b-ee390a3f06c1 | InvocationID=d3229e24-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:17:02+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3229c62-7182-11ed-987b-ee390a3f06c1 | InvocationID=d3229e24-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:17:24+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1d505de-7182-11ed-987b-ee390a3f06c1 | InvocationID=d1d5084a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:17:24+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0974ae6-7182-11ed-987b-ee390a3f06c1 | InvocationID=e0974d2a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:17:27+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3229c62-7182-11ed-987b-ee390a3f06c1 | InvocationID=d3229e24-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:17:27+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20f1db8-7182-11ed-987b-ee390a3f06c1 | InvocationID=e20f207e-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:17:27+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20f1db8-7182-11ed-987b-ee390a3f06c1 | InvocationID=e20f207e-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:17:27+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e20f1db8-7182-11ed-987b-ee390a3f06c1 | InvocationID=e20f207e-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:17:49+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0974ae6-7182-11ed-987b-ee390a3f06c1 | InvocationID=e0974d2a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:17:49+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef5ad8ae-7182-11ed-987b-ee390a3f06c1 | InvocationID=ef5adb10-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:17:52+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e20f1db8-7182-11ed-987b-ee390a3f06c1 | InvocationID=e20f207e-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:17:52+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fa20de-7182-11ed-987b-ee390a3f06c1 | InvocationID=f0fa22be-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:17:52+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fa20de-7182-11ed-987b-ee390a3f06c1 | InvocationID=f0fa22be-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:17:52+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fa20de-7182-11ed-987b-ee390a3f06c1 | InvocationID=f0fa22be-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:18:14+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef5ad8ae-7182-11ed-987b-ee390a3f06c1 | InvocationID=ef5adb10-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:18:14+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1f55ae-7182-11ed-987b-ee390a3f06c1 | InvocationID=fe1f5c2a-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:18:17+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fa20de-7182-11ed-987b-ee390a3f06c1 | InvocationID=f0fa22be-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:18:17+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe4d9cc-7182-11ed-987b-ee390a3f06c1 | InvocationID=ffe4dcc4-7182-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:18:17+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe4d9cc-7182-11ed-987b-ee390a3f06c1 | InvocationID=ffe4dcc4-7182-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:18:17+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffe4d9cc-7182-11ed-987b-ee390a3f06c1 | InvocationID=ffe4dcc4-7182-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:18:38+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe1f55ae-7182-11ed-987b-ee390a3f06c1 | InvocationID=fe1f5c2a-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:18:38+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce09ea4-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ce0a232-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:18:42+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffe4d9cc-7182-11ed-987b-ee390a3f06c1 | InvocationID=ffe4dcc4-7182-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:18:42+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ecff4ee-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ecff732-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:18:42+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ecff4ee-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ecff732-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:18:42+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ecff4ee-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ecff732-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:03+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce09ea4-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ce0a232-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:19:03+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba3560c-7183-11ed-987b-ee390a3f06c1 | InvocationID=1ba3580a-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:19:07+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ecff4ee-7183-11ed-987b-ee390a3f06c1 | InvocationID=0ecff732-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:19:07+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dbb3e50-7183-11ed-987b-ee390a3f06c1 | InvocationID=1dbb40e4-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:19:07+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dbb3e50-7183-11ed-987b-ee390a3f06c1 | InvocationID=1dbb40e4-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:07+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dbb3e50-7183-11ed-987b-ee390a3f06c1 | InvocationID=1dbb40e4-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:28+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba3560c-7183-11ed-987b-ee390a3f06c1 | InvocationID=1ba3580a-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:19:28+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a6af7d0-7183-11ed-987b-ee390a3f06c1 | InvocationID=2a6af9c4-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:19:32+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dbb3e50-7183-11ed-987b-ee390a3f06c1 | InvocationID=1dbb40e4-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:19:32+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca6490a-7183-11ed-987b-ee390a3f06c1 | InvocationID=2ca64c02-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:19:32+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca6490a-7183-11ed-987b-ee390a3f06c1 | InvocationID=2ca64c02-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:32+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca6490a-7183-11ed-987b-ee390a3f06c1 | InvocationID=2ca64c02-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:53+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a6af7d0-7183-11ed-987b-ee390a3f06c1 | InvocationID=2a6af9c4-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:19:53+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392cadcc-7183-11ed-987b-ee390a3f06c1 | InvocationID=392cafc0-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:19:57+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca6490a-7183-11ed-987b-ee390a3f06c1 | InvocationID=2ca64c02-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:19:57+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b91cf8e-7183-11ed-987b-ee390a3f06c1 | InvocationID=3b91d15a-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:19:57+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b91cf8e-7183-11ed-987b-ee390a3f06c1 | InvocationID=3b91d15a-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:19:57+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b91cf8e-7183-11ed-987b-ee390a3f06c1 | InvocationID=3b91d15a-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:20:17+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392cadcc-7183-11ed-987b-ee390a3f06c1 | InvocationID=392cafc0-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:20:17+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47ee4276-7183-11ed-987b-ee390a3f06c1 | InvocationID=47ee4474-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:20:22+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b91cf8e-7183-11ed-987b-ee390a3f06c1 | InvocationID=3b91d15a-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:20:22+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7cb0cc-7183-11ed-987b-ee390a3f06c1 | InvocationID=4a7cb2fc-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:20:22+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7cb0cc-7183-11ed-987b-ee390a3f06c1 | InvocationID=4a7cb2fc-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:20:22+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7cb0cc-7183-11ed-987b-ee390a3f06c1 | InvocationID=4a7cb2fc-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:20:42+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47ee4276-7183-11ed-987b-ee390a3f06c1 | InvocationID=47ee4474-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:20:42+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56aff6a6-7183-11ed-987b-ee390a3f06c1 | InvocationID=56aff908-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:20:47+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7cb0cc-7183-11ed-987b-ee390a3f06c1 | InvocationID=4a7cb2fc-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:20:47+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59683610-7183-11ed-987b-ee390a3f06c1 | InvocationID=59683a5c-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:20:47+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59683610-7183-11ed-987b-ee390a3f06c1 | InvocationID=59683a5c-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:20:47+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59683610-7183-11ed-987b-ee390a3f06c1 | InvocationID=59683a5c-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:21:07+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56aff6a6-7183-11ed-987b-ee390a3f06c1 | InvocationID=56aff908-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:21:07+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65720206-7183-11ed-987b-ee390a3f06c1 | InvocationID=657203fa-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:21:12+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59683610-7183-11ed-987b-ee390a3f06c1 | InvocationID=59683a5c-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:21:12+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68534e8a-7183-11ed-987b-ee390a3f06c1 | InvocationID=6853522c-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:21:12+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68534e8a-7183-11ed-987b-ee390a3f06c1 | InvocationID=6853522c-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:21:12+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68534e8a-7183-11ed-987b-ee390a3f06c1 | InvocationID=6853522c-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:21:32+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65720206-7183-11ed-987b-ee390a3f06c1 | InvocationID=657203fa-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:21:32+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74328cac-7183-11ed-987b-ee390a3f06c1 | InvocationID=74328f18-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:21:37+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68534e8a-7183-11ed-987b-ee390a3f06c1 | InvocationID=6853522c-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:21:37+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=773e963e-7183-11ed-987b-ee390a3f06c1 | InvocationID=773e9832-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:21:37+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=773e963e-7183-11ed-987b-ee390a3f06c1 | InvocationID=773e9832-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:21:37+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=773e963e-7183-11ed-987b-ee390a3f06c1 | InvocationID=773e9832-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:21:57+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74328cac-7183-11ed-987b-ee390a3f06c1 | InvocationID=74328f18-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:21:57+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f553be-7183-11ed-987b-ee390a3f06c1 | InvocationID=82f555d0-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:22:02+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=773e963e-7183-11ed-987b-ee390a3f06c1 | InvocationID=773e9832-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:22:02+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862cbe00-7183-11ed-987b-ee390a3f06c1 | InvocationID=862cc03a-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:22:02+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862cbe00-7183-11ed-987b-ee390a3f06c1 | InvocationID=862cc03a-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:22:02+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=862cbe00-7183-11ed-987b-ee390a3f06c1 | InvocationID=862cc03a-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:22:21+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82f553be-7183-11ed-987b-ee390a3f06c1 | InvocationID=82f555d0-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:22:21+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b686ac-7183-11ed-987b-ee390a3f06c1 | InvocationID=91b68bfc-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:22:27+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=862cbe00-7183-11ed-987b-ee390a3f06c1 | InvocationID=862cc03a-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:22:27+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=951931be-7183-11ed-987b-ee390a3f06c1 | InvocationID=951933ee-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:22:27+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=951931be-7183-11ed-987b-ee390a3f06c1 | InvocationID=951933ee-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:22:27+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=951931be-7183-11ed-987b-ee390a3f06c1 | InvocationID=951933ee-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:22:46+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91b686ac-7183-11ed-987b-ee390a3f06c1 | InvocationID=91b68bfc-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:22:46+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a079ffb6-7183-11ed-987b-ee390a3f06c1 | InvocationID=a07a01b4-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:22:52+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=951931be-7183-11ed-987b-ee390a3f06c1 | InvocationID=951933ee-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:22:52+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4048fac-7183-11ed-987b-ee390a3f06c1 | InvocationID=a404918c-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:22:52+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4048fac-7183-11ed-987b-ee390a3f06c1 | InvocationID=a404918c-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:22:52+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4048fac-7183-11ed-987b-ee390a3f06c1 | InvocationID=a404918c-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:23:11+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a079ffb6-7183-11ed-987b-ee390a3f06c1 | InvocationID=a07a01b4-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:23:11+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3ea218-7183-11ed-987b-ee390a3f06c1 | InvocationID=af3ea40c-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:23:17+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4048fac-7183-11ed-987b-ee390a3f06c1 | InvocationID=a404918c-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:23:17+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f03f84-7183-11ed-987b-ee390a3f06c1 | InvocationID=b2f04682-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:23:17+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f03f84-7183-11ed-987b-ee390a3f06c1 | InvocationID=b2f04682-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:23:17+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f03f84-7183-11ed-987b-ee390a3f06c1 | InvocationID=b2f04682-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:23:36+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af3ea218-7183-11ed-987b-ee390a3f06c1 | InvocationID=af3ea40c-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:23:36+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be02e818-7183-11ed-987b-ee390a3f06c1 | InvocationID=be02ea7a-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:23:42+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f03f84-7183-11ed-987b-ee390a3f06c1 | InvocationID=b2f04682-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:23:42+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1db62e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=c1db66a4-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:23:42+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1db62e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=c1db66a4-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:23:42+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1db62e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=c1db66a4-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:00+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be02e818-7183-11ed-987b-ee390a3f06c1 | InvocationID=be02ea7a-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:24:00+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc3a7fc-7183-11ed-987b-ee390a3f06c1 | InvocationID=ccc3aa5e-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:24:07+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1db62e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=c1db66a4-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:24:07+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0c6898c-7183-11ed-987b-ee390a3f06c1 | InvocationID=d0c68c70-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:24:07+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0c6898c-7183-11ed-987b-ee390a3f06c1 | InvocationID=d0c68c70-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:07+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0c6898c-7183-11ed-987b-ee390a3f06c1 | InvocationID=d0c68c70-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:25+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccc3a7fc-7183-11ed-987b-ee390a3f06c1 | InvocationID=ccc3aa5e-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:24:25+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db84dd60-7183-11ed-987b-ee390a3f06c1 | InvocationID=db84e166-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:24:32+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0c6898c-7183-11ed-987b-ee390a3f06c1 | InvocationID=d0c68c70-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:24:32+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfb3f790-7183-11ed-987b-ee390a3f06c1 | InvocationID=dfb3f984-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:24:32+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfb3f790-7183-11ed-987b-ee390a3f06c1 | InvocationID=dfb3f984-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:32+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfb3f790-7183-11ed-987b-ee390a3f06c1 | InvocationID=dfb3f984-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:50+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db84dd60-7183-11ed-987b-ee390a3f06c1 | InvocationID=db84e166-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:24:50+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea4614ae-7183-11ed-987b-ee390a3f06c1 | InvocationID=ea4619b8-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:24:57+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfb3f790-7183-11ed-987b-ee390a3f06c1 | InvocationID=dfb3f984-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:24:57+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9f7f54-7183-11ed-987b-ee390a3f06c1 | InvocationID=ee9f827e-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:24:57+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9f7f54-7183-11ed-987b-ee390a3f06c1 | InvocationID=ee9f827e-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:24:57+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee9f7f54-7183-11ed-987b-ee390a3f06c1 | InvocationID=ee9f827e-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:25:15+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea4614ae-7183-11ed-987b-ee390a3f06c1 | InvocationID=ea4619b8-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:25:15+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f909e7e0-7183-11ed-987b-ee390a3f06c1 | InvocationID=f909eac4-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:25:22+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee9f7f54-7183-11ed-987b-ee390a3f06c1 | InvocationID=ee9f827e-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:25:22+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd8b30e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=fd8b3382-7183-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:25:22+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd8b30e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=fd8b3382-7183-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:25:22+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd8b30e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=fd8b3382-7183-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:25:39+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f909e7e0-7183-11ed-987b-ee390a3f06c1 | InvocationID=f909eac4-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:25:39+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07cb3c98-7184-11ed-987b-ee390a3f06c1 | InvocationID=07cb3f18-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:25:47+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd8b30e4-7183-11ed-987b-ee390a3f06c1 | InvocationID=fd8b3382-7183-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:25:47+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7dd264-7184-11ed-987b-ee390a3f06c1 | InvocationID=0c7dd43a-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:25:47+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7dd264-7184-11ed-987b-ee390a3f06c1 | InvocationID=0c7dd43a-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:25:47+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7dd264-7184-11ed-987b-ee390a3f06c1 | InvocationID=0c7dd43a-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:26:04+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07cb3c98-7184-11ed-987b-ee390a3f06c1 | InvocationID=07cb3f18-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:26:04+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168ca9a6-7184-11ed-987b-ee390a3f06c1 | InvocationID=168cac3a-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:26:12+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7dd264-7184-11ed-987b-ee390a3f06c1 | InvocationID=0c7dd43a-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:26:12+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b68e444-7184-11ed-987b-ee390a3f06c1 | InvocationID=1b68e624-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:26:12+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b68e444-7184-11ed-987b-ee390a3f06c1 | InvocationID=1b68e624-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:26:12+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b68e444-7184-11ed-987b-ee390a3f06c1 | InvocationID=1b68e624-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:26:29+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=168ca9a6-7184-11ed-987b-ee390a3f06c1 | InvocationID=168cac3a-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:26:29+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=254dd1e0-7184-11ed-987b-ee390a3f06c1 | InvocationID=254dd456-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:26:37+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b68e444-7184-11ed-987b-ee390a3f06c1 | InvocationID=1b68e624-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:26:37+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a53c140-7184-11ed-987b-ee390a3f06c1 | InvocationID=2a53c334-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:26:37+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a53c140-7184-11ed-987b-ee390a3f06c1 | InvocationID=2a53c334-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:26:37+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a53c140-7184-11ed-987b-ee390a3f06c1 | InvocationID=2a53c334-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:26:54+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=254dd1e0-7184-11ed-987b-ee390a3f06c1 | InvocationID=254dd456-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:26:54+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3415fc7a-7184-11ed-987b-ee390a3f06c1 | InvocationID=3415fe5a-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:27:02+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a53c140-7184-11ed-987b-ee390a3f06c1 | InvocationID=2a53c334-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:27:02+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=393f4ad0-7184-11ed-987b-ee390a3f06c1 | InvocationID=393f5412-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:27:02+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=393f4ad0-7184-11ed-987b-ee390a3f06c1 | InvocationID=393f5412-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:27:02+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=393f4ad0-7184-11ed-987b-ee390a3f06c1 | InvocationID=393f5412-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:27:18+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3415fc7a-7184-11ed-987b-ee390a3f06c1 | InvocationID=3415fe5a-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:27:18+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d9a1b2-7184-11ed-987b-ee390a3f06c1 | InvocationID=42d9a644-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:27:27+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=393f4ad0-7184-11ed-987b-ee390a3f06c1 | InvocationID=393f5412-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:27:27+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482b1c7c-7184-11ed-987b-ee390a3f06c1 | InvocationID=482b1f88-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:27:27+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482b1c7c-7184-11ed-987b-ee390a3f06c1 | InvocationID=482b1f88-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:27:27+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482b1c7c-7184-11ed-987b-ee390a3f06c1 | InvocationID=482b1f88-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:27:43+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d9a1b2-7184-11ed-987b-ee390a3f06c1 | InvocationID=42d9a644-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:27:43+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519cd4a8-7184-11ed-987b-ee390a3f06c1 | InvocationID=519cd872-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:27:52+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482b1c7c-7184-11ed-987b-ee390a3f06c1 | InvocationID=482b1f88-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:27:52+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5718de22-7184-11ed-987b-ee390a3f06c1 | InvocationID=5718e052-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:27:52+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5718de22-7184-11ed-987b-ee390a3f06c1 | InvocationID=5718e052-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:27:52+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5718de22-7184-11ed-987b-ee390a3f06c1 | InvocationID=5718e052-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:28:08+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519cd4a8-7184-11ed-987b-ee390a3f06c1 | InvocationID=519cd872-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:28:08+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605ebd44-7184-11ed-987b-ee390a3f06c1 | InvocationID=605ebf24-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:28:17+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5718de22-7184-11ed-987b-ee390a3f06c1 | InvocationID=5718e052-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:28:17+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66069c08-7184-11ed-987b-ee390a3f06c1 | InvocationID=66069dd4-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:28:17+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66069c08-7184-11ed-987b-ee390a3f06c1 | InvocationID=66069dd4-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:28:17+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66069c08-7184-11ed-987b-ee390a3f06c1 | InvocationID=66069dd4-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:28:33+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=605ebd44-7184-11ed-987b-ee390a3f06c1 | InvocationID=605ebf24-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:28:33+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f22967a-7184-11ed-987b-ee390a3f06c1 | InvocationID=6f2298dc-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:28:42+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66069c08-7184-11ed-987b-ee390a3f06c1 | InvocationID=66069dd4-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:28:42+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f1ba54-7184-11ed-987b-ee390a3f06c1 | InvocationID=74f1bc2a-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:28:43+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f1ba54-7184-11ed-987b-ee390a3f06c1 | InvocationID=74f1bc2a-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:28:43+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74f1ba54-7184-11ed-987b-ee390a3f06c1 | InvocationID=74f1bc2a-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:28:58+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f22967a-7184-11ed-987b-ee390a3f06c1 | InvocationID=6f2298dc-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:28:58+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de5caba-7184-11ed-987b-ee390a3f06c1 | InvocationID=7de5d5c8-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:29:08+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74f1ba54-7184-11ed-987b-ee390a3f06c1 | InvocationID=74f1bc2a-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:29:08+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83dd23d2-7184-11ed-987b-ee390a3f06c1 | InvocationID=83dd27c4-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:29:08+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83dd23d2-7184-11ed-987b-ee390a3f06c1 | InvocationID=83dd27c4-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:29:08+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83dd23d2-7184-11ed-987b-ee390a3f06c1 | InvocationID=83dd27c4-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:29:22+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7de5caba-7184-11ed-987b-ee390a3f06c1 | InvocationID=7de5d5c8-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:29:22+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca6a484-7184-11ed-987b-ee390a3f06c1 | InvocationID=8ca6a7cc-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:29:33+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83dd23d2-7184-11ed-987b-ee390a3f06c1 | InvocationID=83dd27c4-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:29:33+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c84868-7184-11ed-987b-ee390a3f06c1 | InvocationID=92c84bf6-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:29:33+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c84868-7184-11ed-987b-ee390a3f06c1 | InvocationID=92c84bf6-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:29:33+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c84868-7184-11ed-987b-ee390a3f06c1 | InvocationID=92c84bf6-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:29:47+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ca6a484-7184-11ed-987b-ee390a3f06c1 | InvocationID=8ca6a7cc-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:29:47+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b68012a-7184-11ed-987b-ee390a3f06c1 | InvocationID=9b680454-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:29:58+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c84868-7184-11ed-987b-ee390a3f06c1 | InvocationID=92c84bf6-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:29:58+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b610f8-7184-11ed-987b-ee390a3f06c1 | InvocationID=a1b612e2-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:29:58+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b610f8-7184-11ed-987b-ee390a3f06c1 | InvocationID=a1b612e2-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:29:58+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b610f8-7184-11ed-987b-ee390a3f06c1 | InvocationID=a1b612e2-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:30:12+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b68012a-7184-11ed-987b-ee390a3f06c1 | InvocationID=9b680454-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:30:12+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa2a11da-7184-11ed-987b-ee390a3f06c1 | InvocationID=aa2a1464-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:30:23+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b610f8-7184-11ed-987b-ee390a3f06c1 | InvocationID=a1b612e2-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:30:23+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a1fe7e-7184-11ed-987b-ee390a3f06c1 | InvocationID=b0a200cc-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:30:23+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a1fe7e-7184-11ed-987b-ee390a3f06c1 | InvocationID=b0a200cc-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:30:23+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a1fe7e-7184-11ed-987b-ee390a3f06c1 | InvocationID=b0a200cc-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:30:37+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa2a11da-7184-11ed-987b-ee390a3f06c1 | InvocationID=aa2a1464-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:30:37+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ee8fd4-7184-11ed-987b-ee390a3f06c1 | InvocationID=b8ee922c-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:30:48+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a1fe7e-7184-11ed-987b-ee390a3f06c1 | InvocationID=b0a200cc-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:30:48+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8d6e6e-7184-11ed-987b-ee390a3f06c1 | InvocationID=bf8d7116-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:30:48+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8d6e6e-7184-11ed-987b-ee390a3f06c1 | InvocationID=bf8d7116-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:30:48+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8d6e6e-7184-11ed-987b-ee390a3f06c1 | InvocationID=bf8d7116-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:31:01+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8ee8fd4-7184-11ed-987b-ee390a3f06c1 | InvocationID=b8ee922c-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:31:01+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7af9478-7184-11ed-987b-ee390a3f06c1 | InvocationID=c7af9644-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:31:13+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8d6e6e-7184-11ed-987b-ee390a3f06c1 | InvocationID=bf8d7116-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:31:13+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce789c28-7184-11ed-987b-ee390a3f06c1 | InvocationID=ce789e12-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:31:13+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce789c28-7184-11ed-987b-ee390a3f06c1 | InvocationID=ce789e12-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:31:13+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce789c28-7184-11ed-987b-ee390a3f06c1 | InvocationID=ce789e12-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:31:26+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7af9478-7184-11ed-987b-ee390a3f06c1 | InvocationID=c7af9644-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:31:26+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6730f4e-7184-11ed-987b-ee390a3f06c1 | InvocationID=d6731138-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:31:38+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce789c28-7184-11ed-987b-ee390a3f06c1 | InvocationID=ce789e12-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:31:38+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd64093e-7184-11ed-987b-ee390a3f06c1 | InvocationID=dd640b14-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:31:38+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd64093e-7184-11ed-987b-ee390a3f06c1 | InvocationID=dd640b14-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:31:38+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd64093e-7184-11ed-987b-ee390a3f06c1 | InvocationID=dd640b14-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:31:51+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6730f4e-7184-11ed-987b-ee390a3f06c1 | InvocationID=d6731138-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:31:51+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5361f1c-7184-11ed-987b-ee390a3f06c1 | InvocationID=e5362160-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:32:03+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd64093e-7184-11ed-987b-ee390a3f06c1 | InvocationID=dd640b14-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:32:03+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec54c4ec-7184-11ed-987b-ee390a3f06c1 | InvocationID=ec54c726-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:32:03+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec54c4ec-7184-11ed-987b-ee390a3f06c1 | InvocationID=ec54c726-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:32:03+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec54c4ec-7184-11ed-987b-ee390a3f06c1 | InvocationID=ec54c726-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:32:16+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5361f1c-7184-11ed-987b-ee390a3f06c1 | InvocationID=e5362160-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:32:16+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3fa2e6c-7184-11ed-987b-ee390a3f06c1 | InvocationID=f3fa316e-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:32:28+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec54c4ec-7184-11ed-987b-ee390a3f06c1 | InvocationID=ec54c726-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:32:28+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb40294c-7184-11ed-987b-ee390a3f06c1 | InvocationID=fb402b22-7184-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:32:28+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb40294c-7184-11ed-987b-ee390a3f06c1 | InvocationID=fb402b22-7184-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:32:28+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb40294c-7184-11ed-987b-ee390a3f06c1 | InvocationID=fb402b22-7184-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:32:40+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3fa2e6c-7184-11ed-987b-ee390a3f06c1 | InvocationID=f3fa316e-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:32:40+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bc2a7c-7185-11ed-987b-ee390a3f06c1 | InvocationID=02bc2cfc-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:32:53+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb40294c-7184-11ed-987b-ee390a3f06c1 | InvocationID=fb402b22-7184-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:32:53+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2b506c-7185-11ed-987b-ee390a3f06c1 | InvocationID=0a2b5256-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:32:53+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2b506c-7185-11ed-987b-ee390a3f06c1 | InvocationID=0a2b5256-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:32:53+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2b506c-7185-11ed-987b-ee390a3f06c1 | InvocationID=0a2b5256-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:33:05+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02bc2a7c-7185-11ed-987b-ee390a3f06c1 | InvocationID=02bc2cfc-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:33:05+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118052b8-7185-11ed-987b-ee390a3f06c1 | InvocationID=118054e8-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:33:18+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2b506c-7185-11ed-987b-ee390a3f06c1 | InvocationID=0a2b5256-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:33:18+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19173b18-7185-11ed-987b-ee390a3f06c1 | InvocationID=1917475c-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:33:18+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19173b18-7185-11ed-987b-ee390a3f06c1 | InvocationID=1917475c-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:33:18+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19173b18-7185-11ed-987b-ee390a3f06c1 | InvocationID=1917475c-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:33:30+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=118052b8-7185-11ed-987b-ee390a3f06c1 | InvocationID=118054e8-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:33:30+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2041f7d4-7185-11ed-987b-ee390a3f06c1 | InvocationID=2041fa2c-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:33:43+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19173b18-7185-11ed-987b-ee390a3f06c1 | InvocationID=1917475c-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:33:43+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28029870-7185-11ed-987b-ee390a3f06c1 | InvocationID=28029ab4-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:33:43+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28029870-7185-11ed-987b-ee390a3f06c1 | InvocationID=28029ab4-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:33:43+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28029870-7185-11ed-987b-ee390a3f06c1 | InvocationID=28029ab4-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:33:55+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2041f7d4-7185-11ed-987b-ee390a3f06c1 | InvocationID=2041fa2c-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:33:55+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f084f48-7185-11ed-987b-ee390a3f06c1 | InvocationID=2f085312-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:34:08+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28029870-7185-11ed-987b-ee390a3f06c1 | InvocationID=28029ab4-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:34:08+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36eed704-7185-11ed-987b-ee390a3f06c1 | InvocationID=36eed920-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:34:08+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36eed704-7185-11ed-987b-ee390a3f06c1 | InvocationID=36eed920-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:34:08+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36eed704-7185-11ed-987b-ee390a3f06c1 | InvocationID=36eed920-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:34:19+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f084f48-7185-11ed-987b-ee390a3f06c1 | InvocationID=2f085312-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:34:19+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc9c0de-7185-11ed-987b-ee390a3f06c1 | InvocationID=3dc9c3c2-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:34:33+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36eed704-7185-11ed-987b-ee390a3f06c1 | InvocationID=36eed920-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:34:33+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45da0112-7185-11ed-987b-ee390a3f06c1 | InvocationID=45da0342-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:34:33+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45da0112-7185-11ed-987b-ee390a3f06c1 | InvocationID=45da0342-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:34:33+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45da0112-7185-11ed-987b-ee390a3f06c1 | InvocationID=45da0342-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:34:44+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc9c0de-7185-11ed-987b-ee390a3f06c1 | InvocationID=3dc9c3c2-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:34:44+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8cad7a-7185-11ed-987b-ee390a3f06c1 | InvocationID=4c8cafe6-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:34:58+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45da0112-7185-11ed-987b-ee390a3f06c1 | InvocationID=45da0342-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:34:58+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c711e2-7185-11ed-987b-ee390a3f06c1 | InvocationID=54c71c0a-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:34:58+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c711e2-7185-11ed-987b-ee390a3f06c1 | InvocationID=54c71c0a-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:34:58+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c711e2-7185-11ed-987b-ee390a3f06c1 | InvocationID=54c71c0a-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:35:09+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c8cad7a-7185-11ed-987b-ee390a3f06c1 | InvocationID=4c8cafe6-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:35:09+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b4d78bc-7185-11ed-987b-ee390a3f06c1 | InvocationID=5b4d7c04-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:35:23+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c711e2-7185-11ed-987b-ee390a3f06c1 | InvocationID=54c71c0a-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:35:23+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b489b4-7185-11ed-987b-ee390a3f06c1 | InvocationID=63b48c98-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:35:23+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b489b4-7185-11ed-987b-ee390a3f06c1 | InvocationID=63b48c98-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:35:23+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63b489b4-7185-11ed-987b-ee390a3f06c1 | InvocationID=63b48c98-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:35:34+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b4d78bc-7185-11ed-987b-ee390a3f06c1 | InvocationID=5b4d7c04-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:35:34+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0f5c62-7185-11ed-987b-ee390a3f06c1 | InvocationID=6a0f5ed8-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:35:48+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63b489b4-7185-11ed-987b-ee390a3f06c1 | InvocationID=63b48c98-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:35:48+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=729f6994-7185-11ed-987b-ee390a3f06c1 | InvocationID=729f6be2-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:35:48+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=729f6994-7185-11ed-987b-ee390a3f06c1 | InvocationID=729f6be2-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:35:48+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=729f6994-7185-11ed-987b-ee390a3f06c1 | InvocationID=729f6be2-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:35:58+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a0f5c62-7185-11ed-987b-ee390a3f06c1 | InvocationID=6a0f5ed8-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:35:58+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d00792-7185-11ed-987b-ee390a3f06c1 | InvocationID=78d019f8-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:36:13+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=729f6994-7185-11ed-987b-ee390a3f06c1 | InvocationID=729f6be2-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:36:13+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818aa0ea-7185-11ed-987b-ee390a3f06c1 | InvocationID=818aa31a-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:36:13+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818aa0ea-7185-11ed-987b-ee390a3f06c1 | InvocationID=818aa31a-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:36:13+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818aa0ea-7185-11ed-987b-ee390a3f06c1 | InvocationID=818aa31a-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:36:23+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78d00792-7185-11ed-987b-ee390a3f06c1 | InvocationID=78d019f8-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:36:23+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8791aa06-7185-11ed-987b-ee390a3f06c1 | InvocationID=8791ac9a-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:36:38+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818aa0ea-7185-11ed-987b-ee390a3f06c1 | InvocationID=818aa31a-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:36:38+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9075898a-7185-11ed-987b-ee390a3f06c1 | InvocationID=90758c14-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:36:38+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9075898a-7185-11ed-987b-ee390a3f06c1 | InvocationID=90758c14-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:36:38+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9075898a-7185-11ed-987b-ee390a3f06c1 | InvocationID=90758c14-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:36:48+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8791aa06-7185-11ed-987b-ee390a3f06c1 | InvocationID=8791ac9a-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:36:48+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=965456c4-7185-11ed-987b-ee390a3f06c1 | InvocationID=96545994-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:37:03+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9075898a-7185-11ed-987b-ee390a3f06c1 | InvocationID=90758c14-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:37:03+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6167de-7185-11ed-987b-ee390a3f06c1 | InvocationID=9f61776a-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:37:03+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6167de-7185-11ed-987b-ee390a3f06c1 | InvocationID=9f61776a-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:37:03+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f6167de-7185-11ed-987b-ee390a3f06c1 | InvocationID=9f61776a-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:37:13+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=965456c4-7185-11ed-987b-ee390a3f06c1 | InvocationID=96545994-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:37:13+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a517362c-7185-11ed-987b-ee390a3f06c1 | InvocationID=a5173870-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:37:28+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f6167de-7185-11ed-987b-ee390a3f06c1 | InvocationID=9f61776a-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:37:28+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4e0f04-7185-11ed-987b-ee390a3f06c1 | InvocationID=ae4e1346-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:37:28+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4e0f04-7185-11ed-987b-ee390a3f06c1 | InvocationID=ae4e1346-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:37:28+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4e0f04-7185-11ed-987b-ee390a3f06c1 | InvocationID=ae4e1346-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:37:38+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a517362c-7185-11ed-987b-ee390a3f06c1 | InvocationID=a5173870-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:37:38+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d8effc-7185-11ed-987b-ee390a3f06c1 | InvocationID=b3d8f1dc-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:37:53+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4e0f04-7185-11ed-987b-ee390a3f06c1 | InvocationID=ae4e1346-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:37:53+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd390348-7185-11ed-987b-ee390a3f06c1 | InvocationID=bd390622-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:37:53+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd390348-7185-11ed-987b-ee390a3f06c1 | InvocationID=bd390622-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:37:53+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd390348-7185-11ed-987b-ee390a3f06c1 | InvocationID=bd390622-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:38:02+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d8effc-7185-11ed-987b-ee390a3f06c1 | InvocationID=b3d8f1dc-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:38:02+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29a2a74-7185-11ed-987b-ee390a3f06c1 | InvocationID=c29a2c4a-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:38:18+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd390348-7185-11ed-987b-ee390a3f06c1 | InvocationID=bd390622-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:38:18+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc24559c-7185-11ed-987b-ee390a3f06c1 | InvocationID=cc245772-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:38:18+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc24559c-7185-11ed-987b-ee390a3f06c1 | InvocationID=cc245772-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:38:18+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc24559c-7185-11ed-987b-ee390a3f06c1 | InvocationID=cc245772-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:38:27+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c29a2a74-7185-11ed-987b-ee390a3f06c1 | InvocationID=c29a2c4a-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:38:27+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15d79f8-7185-11ed-987b-ee390a3f06c1 | InvocationID=d15d7bce-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:38:43+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc24559c-7185-11ed-987b-ee390a3f06c1 | InvocationID=cc245772-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:38:43+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0f7f78-7185-11ed-987b-ee390a3f06c1 | InvocationID=db0f8158-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:38:43+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0f7f78-7185-11ed-987b-ee390a3f06c1 | InvocationID=db0f8158-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:38:43+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0f7f78-7185-11ed-987b-ee390a3f06c1 | InvocationID=db0f8158-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:38:52+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d15d79f8-7185-11ed-987b-ee390a3f06c1 | InvocationID=d15d7bce-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:38:52+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e01e1196-7185-11ed-987b-ee390a3f06c1 | InvocationID=e01e1416-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:39:08+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0f7f78-7185-11ed-987b-ee390a3f06c1 | InvocationID=db0f8158-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:39:08+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9fa837a-7185-11ed-987b-ee390a3f06c1 | InvocationID=e9fa856e-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:39:08+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9fa837a-7185-11ed-987b-ee390a3f06c1 | InvocationID=e9fa856e-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:39:08+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9fa837a-7185-11ed-987b-ee390a3f06c1 | InvocationID=e9fa856e-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:39:17+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e01e1196-7185-11ed-987b-ee390a3f06c1 | InvocationID=e01e1416-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:39:17+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eede7fa4-7185-11ed-987b-ee390a3f06c1 | InvocationID=eede8242-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:39:33+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9fa837a-7185-11ed-987b-ee390a3f06c1 | InvocationID=e9fa856e-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:39:33+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e59046-7185-11ed-987b-ee390a3f06c1 | InvocationID=f8e593a2-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:39:33+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e59046-7185-11ed-987b-ee390a3f06c1 | InvocationID=f8e593a2-7185-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:39:33+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e59046-7185-11ed-987b-ee390a3f06c1 | InvocationID=f8e593a2-7185-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:39:41+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eede7fa4-7185-11ed-987b-ee390a3f06c1 | InvocationID=eede8242-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:39:41+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda08c44-7185-11ed-987b-ee390a3f06c1 | InvocationID=fda08e24-7185-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:39:58+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e59046-7185-11ed-987b-ee390a3f06c1 | InvocationID=f8e593a2-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:39:58+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d107e8-7186-11ed-987b-ee390a3f06c1 | InvocationID=07d10ad6-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:39:58+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d107e8-7186-11ed-987b-ee390a3f06c1 | InvocationID=07d10ad6-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:39:58+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d107e8-7186-11ed-987b-ee390a3f06c1 | InvocationID=07d10ad6-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:40:06+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fda08c44-7185-11ed-987b-ee390a3f06c1 | InvocationID=fda08e24-7185-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:40:06+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c617b1c-7186-11ed-987b-ee390a3f06c1 | InvocationID=0c617d06-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:40:23+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d107e8-7186-11ed-987b-ee390a3f06c1 | InvocationID=07d10ad6-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:40:23+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16beb0f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=16beb2dc-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:40:23+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16beb0f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=16beb2dc-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:40:23+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16beb0f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=16beb2dc-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:40:31+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c617b1c-7186-11ed-987b-ee390a3f06c1 | InvocationID=0c617d06-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:40:31+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b22b7b0-7186-11ed-987b-ee390a3f06c1 | InvocationID=1b22b9e0-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:40:48+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16beb0f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=16beb2dc-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:40:48+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a9d45c-7186-11ed-987b-ee390a3f06c1 | InvocationID=25a9d826-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:40:49+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a9d45c-7186-11ed-987b-ee390a3f06c1 | InvocationID=25a9d826-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:40:49+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a9d45c-7186-11ed-987b-ee390a3f06c1 | InvocationID=25a9d826-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:40:56+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b22b7b0-7186-11ed-987b-ee390a3f06c1 | InvocationID=1b22b9e0-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:40:56+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29e3ce38-7186-11ed-987b-ee390a3f06c1 | InvocationID=29e3d00e-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:41:14+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a9d45c-7186-11ed-987b-ee390a3f06c1 | InvocationID=25a9d826-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:41:14+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3494b310-7186-11ed-987b-ee390a3f06c1 | InvocationID=3494b50e-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:41:14+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3494b310-7186-11ed-987b-ee390a3f06c1 | InvocationID=3494b50e-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:41:14+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3494b310-7186-11ed-987b-ee390a3f06c1 | InvocationID=3494b50e-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:41:20+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29e3ce38-7186-11ed-987b-ee390a3f06c1 | InvocationID=29e3d00e-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:41:20+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a4b3a6-7186-11ed-987b-ee390a3f06c1 | InvocationID=38a4b586-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:41:39+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3494b310-7186-11ed-987b-ee390a3f06c1 | InvocationID=3494b50e-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:41:39+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437fbeec-7186-11ed-987b-ee390a3f06c1 | InvocationID=437fc0ea-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:41:39+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437fbeec-7186-11ed-987b-ee390a3f06c1 | InvocationID=437fc0ea-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:41:39+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437fbeec-7186-11ed-987b-ee390a3f06c1 | InvocationID=437fc0ea-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:41:45+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38a4b3a6-7186-11ed-987b-ee390a3f06c1 | InvocationID=38a4b586-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:41:45+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4765e752-7186-11ed-987b-ee390a3f06c1 | InvocationID=4765ea22-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:42:04+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437fbeec-7186-11ed-987b-ee390a3f06c1 | InvocationID=437fc0ea-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:42:04+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526dc25a-7186-11ed-987b-ee390a3f06c1 | InvocationID=526dc462-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:42:04+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526dc25a-7186-11ed-987b-ee390a3f06c1 | InvocationID=526dc462-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:04+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=526dc25a-7186-11ed-987b-ee390a3f06c1 | InvocationID=526dc462-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:10+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4765e752-7186-11ed-987b-ee390a3f06c1 | InvocationID=4765ea22-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:42:10+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562631f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=5626344a-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:42:29+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=526dc25a-7186-11ed-987b-ee390a3f06c1 | InvocationID=526dc462-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:42:29+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=615a35fa-7186-11ed-987b-ee390a3f06c1 | InvocationID=615a37d0-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:42:29+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=615a35fa-7186-11ed-987b-ee390a3f06c1 | InvocationID=615a37d0-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:29+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=615a35fa-7186-11ed-987b-ee390a3f06c1 | InvocationID=615a37d0-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:35+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=562631f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=5626344a-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:42:35+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e6c0f8-7186-11ed-987b-ee390a3f06c1 | InvocationID=64e6c2c4-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:42:54+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=615a35fa-7186-11ed-987b-ee390a3f06c1 | InvocationID=615a37d0-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:42:54+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7045a9dc-7186-11ed-987b-ee390a3f06c1 | InvocationID=7045ac70-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:42:54+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7045a9dc-7186-11ed-987b-ee390a3f06c1 | InvocationID=7045ac70-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:54+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7045a9dc-7186-11ed-987b-ee390a3f06c1 | InvocationID=7045ac70-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:42:59+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64e6c0f8-7186-11ed-987b-ee390a3f06c1 | InvocationID=64e6c2c4-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:42:59+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73a78bfe-7186-11ed-987b-ee390a3f06c1 | InvocationID=73a79a22-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:43:19+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7045a9dc-7186-11ed-987b-ee390a3f06c1 | InvocationID=7045ac70-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:43:19+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f30a0a0-7186-11ed-987b-ee390a3f06c1 | InvocationID=7f30b6e4-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:43:19+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f30a0a0-7186-11ed-987b-ee390a3f06c1 | InvocationID=7f30b6e4-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:43:19+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f30a0a0-7186-11ed-987b-ee390a3f06c1 | InvocationID=7f30b6e4-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:43:24+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73a78bfe-7186-11ed-987b-ee390a3f06c1 | InvocationID=73a79a22-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:43:24+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8268928c-7186-11ed-987b-ee390a3f06c1 | InvocationID=8268958e-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:43:44+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f30a0a0-7186-11ed-987b-ee390a3f06c1 | InvocationID=7f30b6e4-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:43:44+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1c08f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=8e1c0b40-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:43:44+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1c08f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=8e1c0b40-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:43:44+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1c08f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=8e1c0b40-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:43:49+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8268928c-7186-11ed-987b-ee390a3f06c1 | InvocationID=8268958e-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:43:49+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912a392e-7186-11ed-987b-ee390a3f06c1 | InvocationID=912a3b54-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:44:09+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e1c08f2-7186-11ed-987b-ee390a3f06c1 | InvocationID=8e1c0b40-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:44:09+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d075970-7186-11ed-987b-ee390a3f06c1 | InvocationID=9d075bb4-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:44:09+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d075970-7186-11ed-987b-ee390a3f06c1 | InvocationID=9d075bb4-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:44:09+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d075970-7186-11ed-987b-ee390a3f06c1 | InvocationID=9d075bb4-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:44:14+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912a392e-7186-11ed-987b-ee390a3f06c1 | InvocationID=912a3b54-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:44:14+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fec04e2-7186-11ed-987b-ee390a3f06c1 | InvocationID=9fec06ae-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:44:34+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d075970-7186-11ed-987b-ee390a3f06c1 | InvocationID=9d075bb4-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:44:34+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf26ad8-7186-11ed-987b-ee390a3f06c1 | InvocationID=abf26d58-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:44:34+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf26ad8-7186-11ed-987b-ee390a3f06c1 | InvocationID=abf26d58-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:44:34+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abf26ad8-7186-11ed-987b-ee390a3f06c1 | InvocationID=abf26d58-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:44:38+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fec04e2-7186-11ed-987b-ee390a3f06c1 | InvocationID=9fec06ae-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:44:38+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeacebc2-7186-11ed-987b-ee390a3f06c1 | InvocationID=aeacee74-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:44:59+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abf26ad8-7186-11ed-987b-ee390a3f06c1 | InvocationID=abf26d58-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:44:59+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baddaa58-7186-11ed-987b-ee390a3f06c1 | InvocationID=baddaca6-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:44:59+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baddaa58-7186-11ed-987b-ee390a3f06c1 | InvocationID=baddaca6-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:44:59+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baddaa58-7186-11ed-987b-ee390a3f06c1 | InvocationID=baddaca6-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:45:03+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeacebc2-7186-11ed-987b-ee390a3f06c1 | InvocationID=aeacee74-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:45:03+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd6ebb54-7186-11ed-987b-ee390a3f06c1 | InvocationID=bd6ec3f6-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:45:24+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baddaa58-7186-11ed-987b-ee390a3f06c1 | InvocationID=baddaca6-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:45:24+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c8d3c6-7186-11ed-987b-ee390a3f06c1 | InvocationID=c9c8d614-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:45:24+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c8d3c6-7186-11ed-987b-ee390a3f06c1 | InvocationID=c9c8d614-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:45:24+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c8d3c6-7186-11ed-987b-ee390a3f06c1 | InvocationID=c9c8d614-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:45:28+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd6ebb54-7186-11ed-987b-ee390a3f06c1 | InvocationID=bd6ec3f6-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:45:28+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc31fdcc-7186-11ed-987b-ee390a3f06c1 | InvocationID=cc32015a-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:45:49+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c8d3c6-7186-11ed-987b-ee390a3f06c1 | InvocationID=c9c8d614-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:45:49+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b3cabc-7186-11ed-987b-ee390a3f06c1 | InvocationID=d8b3cdc8-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:45:49+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b3cabc-7186-11ed-987b-ee390a3f06c1 | InvocationID=d8b3cdc8-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:45:49+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b3cabc-7186-11ed-987b-ee390a3f06c1 | InvocationID=d8b3cdc8-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:45:53+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc31fdcc-7186-11ed-987b-ee390a3f06c1 | InvocationID=cc32015a-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:45:53+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf2dc5a-7186-11ed-987b-ee390a3f06c1 | InvocationID=daf2df3e-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:46:14+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8b3cabc-7186-11ed-987b-ee390a3f06c1 | InvocationID=d8b3cdc8-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:46:14+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79f618a-7186-11ed-987b-ee390a3f06c1 | InvocationID=e79f65c2-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:46:14+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79f618a-7186-11ed-987b-ee390a3f06c1 | InvocationID=e79f65c2-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:46:14+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79f618a-7186-11ed-987b-ee390a3f06c1 | InvocationID=e79f65c2-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:46:17+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf2dc5a-7186-11ed-987b-ee390a3f06c1 | InvocationID=daf2df3e-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:46:17+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b38a46-7186-11ed-987b-ee390a3f06c1 | InvocationID=e9b38c12-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:46:39+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79f618a-7186-11ed-987b-ee390a3f06c1 | InvocationID=e79f65c2-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:46:39+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68b2a6c-7186-11ed-987b-ee390a3f06c1 | InvocationID=f68b312e-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:46:39+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68b2a6c-7186-11ed-987b-ee390a3f06c1 | InvocationID=f68b312e-7186-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:46:39+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68b2a6c-7186-11ed-987b-ee390a3f06c1 | InvocationID=f68b312e-7186-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:46:42+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b38a46-7186-11ed-987b-ee390a3f06c1 | InvocationID=e9b38c12-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:46:42+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87439e0-7186-11ed-987b-ee390a3f06c1 | InvocationID=f8743dd2-7186-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:47:04+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68b2a6c-7186-11ed-987b-ee390a3f06c1 | InvocationID=f68b312e-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:47:04+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057772a6-7187-11ed-987b-ee390a3f06c1 | InvocationID=05777aa8-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:47:04+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057772a6-7187-11ed-987b-ee390a3f06c1 | InvocationID=05777aa8-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:04+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057772a6-7187-11ed-987b-ee390a3f06c1 | InvocationID=05777aa8-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:07+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f87439e0-7186-11ed-987b-ee390a3f06c1 | InvocationID=f8743dd2-7186-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:47:07+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07354b9a-7187-11ed-987b-ee390a3f06c1 | InvocationID=07354e24-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:47:29+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057772a6-7187-11ed-987b-ee390a3f06c1 | InvocationID=05777aa8-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:47:29+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1462b488-7187-11ed-987b-ee390a3f06c1 | InvocationID=1462b8a2-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:47:29+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1462b488-7187-11ed-987b-ee390a3f06c1 | InvocationID=1462b8a2-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:29+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1462b488-7187-11ed-987b-ee390a3f06c1 | InvocationID=1462b8a2-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:32+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07354b9a-7187-11ed-987b-ee390a3f06c1 | InvocationID=07354e24-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:47:32+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f58258-7187-11ed-987b-ee390a3f06c1 | InvocationID=15f584e2-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:47:54+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1462b488-7187-11ed-987b-ee390a3f06c1 | InvocationID=1462b8a2-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:47:54+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234dcbe0-7187-11ed-987b-ee390a3f06c1 | InvocationID=234dcdb6-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:47:54+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234dcbe0-7187-11ed-987b-ee390a3f06c1 | InvocationID=234dcdb6-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:54+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=234dcbe0-7187-11ed-987b-ee390a3f06c1 | InvocationID=234dcdb6-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:47:56+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f58258-7187-11ed-987b-ee390a3f06c1 | InvocationID=15f584e2-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:47:56+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b7463c-7187-11ed-987b-ee390a3f06c1 | InvocationID=24b74808-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:48:19+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=234dcbe0-7187-11ed-987b-ee390a3f06c1 | InvocationID=234dcdb6-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:48:19+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3239f8e0-7187-11ed-987b-ee390a3f06c1 | InvocationID=3239fcaa-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:48:19+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3239f8e0-7187-11ed-987b-ee390a3f06c1 | InvocationID=3239fcaa-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:48:19+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3239f8e0-7187-11ed-987b-ee390a3f06c1 | InvocationID=3239fcaa-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:48:21+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24b7463c-7187-11ed-987b-ee390a3f06c1 | InvocationID=24b74808-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:48:21+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33776bf2-7187-11ed-987b-ee390a3f06c1 | InvocationID=33776e40-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:48:44+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3239f8e0-7187-11ed-987b-ee390a3f06c1 | InvocationID=3239fcaa-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:48:44+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4125d694-7187-11ed-987b-ee390a3f06c1 | InvocationID=4125d982-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:48:44+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4125d694-7187-11ed-987b-ee390a3f06c1 | InvocationID=4125d982-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:48:44+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4125d694-7187-11ed-987b-ee390a3f06c1 | InvocationID=4125d982-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:48:46+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33776bf2-7187-11ed-987b-ee390a3f06c1 | InvocationID=33776e40-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:48:46+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423df8a4-7187-11ed-987b-ee390a3f06c1 | InvocationID=423dfa66-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:49:09+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4125d694-7187-11ed-987b-ee390a3f06c1 | InvocationID=4125d982-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:49:09+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50110c1e-7187-11ed-987b-ee390a3f06c1 | InvocationID=50110e08-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:49:09+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50110c1e-7187-11ed-987b-ee390a3f06c1 | InvocationID=50110e08-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:49:09+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50110c1e-7187-11ed-987b-ee390a3f06c1 | InvocationID=50110e08-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:49:11+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=423df8a4-7187-11ed-987b-ee390a3f06c1 | InvocationID=423dfa66-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:49:11+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50fec1ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=50fec486-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:49:34+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50110c1e-7187-11ed-987b-ee390a3f06c1 | InvocationID=50110e08-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:49:34+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efbf63a-7187-11ed-987b-ee390a3f06c1 | InvocationID=5efbf892-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:49:34+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efbf63a-7187-11ed-987b-ee390a3f06c1 | InvocationID=5efbf892-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:49:34+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efbf63a-7187-11ed-987b-ee390a3f06c1 | InvocationID=5efbf892-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:49:35+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50fec1ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=50fec486-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:49:35+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fbfda78-7187-11ed-987b-ee390a3f06c1 | InvocationID=5fbfdcb2-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:49:59+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efbf63a-7187-11ed-987b-ee390a3f06c1 | InvocationID=5efbf892-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:49:59+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de6f5b4-7187-11ed-987b-ee390a3f06c1 | InvocationID=6de6f834-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:49:59+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de6f5b4-7187-11ed-987b-ee390a3f06c1 | InvocationID=6de6f834-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:49:59+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de6f5b4-7187-11ed-987b-ee390a3f06c1 | InvocationID=6de6f834-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:50:00+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fbfda78-7187-11ed-987b-ee390a3f06c1 | InvocationID=5fbfdcb2-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:50:00+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e81a08c-7187-11ed-987b-ee390a3f06c1 | InvocationID=6e81a58c-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:50:24+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de6f5b4-7187-11ed-987b-ee390a3f06c1 | InvocationID=6de6f834-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:50:24+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd4c56a-7187-11ed-987b-ee390a3f06c1 | InvocationID=7cd4c7c2-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:50:24+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd4c56a-7187-11ed-987b-ee390a3f06c1 | InvocationID=7cd4c7c2-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:50:24+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd4c56a-7187-11ed-987b-ee390a3f06c1 | InvocationID=7cd4c7c2-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:50:25+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e81a08c-7187-11ed-987b-ee390a3f06c1 | InvocationID=6e81a58c-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:50:25+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d428b22-7187-11ed-987b-ee390a3f06c1 | InvocationID=7d428dca-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:50:49+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd4c56a-7187-11ed-987b-ee390a3f06c1 | InvocationID=7cd4c7c2-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:50:49+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc0006c-7187-11ed-987b-ee390a3f06c1 | InvocationID=8bc00256-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:50:49+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc0006c-7187-11ed-987b-ee390a3f06c1 | InvocationID=8bc00256-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:50:49+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc0006c-7187-11ed-987b-ee390a3f06c1 | InvocationID=8bc00256-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:50:50+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d428b22-7187-11ed-987b-ee390a3f06c1 | InvocationID=7d428dca-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:50:50+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c033bde-7187-11ed-987b-ee390a3f06c1 | InvocationID=8c033daa-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:51:14+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc0006c-7187-11ed-987b-ee390a3f06c1 | InvocationID=8bc00256-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:51:14+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aaaea88-7187-11ed-987b-ee390a3f06c1 | InvocationID=9aaaed1c-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:51:14+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aaaea88-7187-11ed-987b-ee390a3f06c1 | InvocationID=9aaaed1c-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:51:14+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aaaea88-7187-11ed-987b-ee390a3f06c1 | InvocationID=9aaaed1c-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:51:14+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c033bde-7187-11ed-987b-ee390a3f06c1 | InvocationID=8c033daa-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:51:14+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac424b2-7187-11ed-987b-ee390a3f06c1 | InvocationID=9ac426a6-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:51:39+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac424b2-7187-11ed-987b-ee390a3f06c1 | InvocationID=9ac426a6-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:51:39+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9853c5c-7187-11ed-987b-ee390a3f06c1 | InvocationID=a9853e46-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:51:39+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aaaea88-7187-11ed-987b-ee390a3f06c1 | InvocationID=9aaaed1c-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:51:39+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a997f1f8-7187-11ed-987b-ee390a3f06c1 | InvocationID=a997f3ce-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:51:39+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a997f1f8-7187-11ed-987b-ee390a3f06c1 | InvocationID=a997f3ce-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:51:39+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a997f1f8-7187-11ed-987b-ee390a3f06c1 | InvocationID=a997f3ce-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:04+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9853c5c-7187-11ed-987b-ee390a3f06c1 | InvocationID=a9853e46-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:52:04+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84b89ee-7187-11ed-987b-ee390a3f06c1 | InvocationID=b84b8c1e-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:52:04+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a997f1f8-7187-11ed-987b-ee390a3f06c1 | InvocationID=a997f3ce-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:52:04+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b885003e-7187-11ed-987b-ee390a3f06c1 | InvocationID=b8850264-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:52:04+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b885003e-7187-11ed-987b-ee390a3f06c1 | InvocationID=b8850264-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:04+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b885003e-7187-11ed-987b-ee390a3f06c1 | InvocationID=b8850264-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:29+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b84b89ee-7187-11ed-987b-ee390a3f06c1 | InvocationID=b84b8c1e-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:52:29+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c70e74dc-7187-11ed-987b-ee390a3f06c1 | InvocationID=c70e775c-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:52:29+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b885003e-7187-11ed-987b-ee390a3f06c1 | InvocationID=b8850264-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:52:29+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77079ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=c7707c54-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:52:29+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77079ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=c7707c54-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:29+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77079ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=c7707c54-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:53+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c70e74dc-7187-11ed-987b-ee390a3f06c1 | InvocationID=c70e775c-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:52:53+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ceda84-7187-11ed-987b-ee390a3f06c1 | InvocationID=d5cedc5a-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:52:54+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77079ca-7187-11ed-987b-ee390a3f06c1 | InvocationID=c7707c54-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:52:54+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65b53ce-7187-11ed-987b-ee390a3f06c1 | InvocationID=d65b5644-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:52:54+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65b53ce-7187-11ed-987b-ee390a3f06c1 | InvocationID=d65b5644-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:52:54+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65b53ce-7187-11ed-987b-ee390a3f06c1 | InvocationID=d65b5644-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:53:18+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5ceda84-7187-11ed-987b-ee390a3f06c1 | InvocationID=d5cedc5a-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:53:18+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48f9914-7187-11ed-987b-ee390a3f06c1 | InvocationID=e48f9afe-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:53:19+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65b53ce-7187-11ed-987b-ee390a3f06c1 | InvocationID=d65b5644-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:53:19+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e546492a-7187-11ed-987b-ee390a3f06c1 | InvocationID=e5464b46-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:53:19+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e546492a-7187-11ed-987b-ee390a3f06c1 | InvocationID=e5464b46-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:53:19+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e546492a-7187-11ed-987b-ee390a3f06c1 | InvocationID=e5464b46-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:53:43+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48f9914-7187-11ed-987b-ee390a3f06c1 | InvocationID=e48f9afe-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:53:43+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3508f94-7187-11ed-987b-ee390a3f06c1 | InvocationID=f350921e-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:53:44+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e546492a-7187-11ed-987b-ee390a3f06c1 | InvocationID=e5464b46-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:53:44+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4313fb2-7187-11ed-987b-ee390a3f06c1 | InvocationID=f43141ec-7187-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:53:45+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4313fb2-7187-11ed-987b-ee390a3f06c1 | InvocationID=f43141ec-7187-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:53:45+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4313fb2-7187-11ed-987b-ee390a3f06c1 | InvocationID=f43141ec-7187-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:54:08+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3508f94-7187-11ed-987b-ee390a3f06c1 | InvocationID=f350921e-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:54:08+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02110572-7188-11ed-987b-ee390a3f06c1 | InvocationID=021116e8-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:54:10+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4313fb2-7187-11ed-987b-ee390a3f06c1 | InvocationID=f43141ec-7187-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:54:10+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031c53cc-7188-11ed-987b-ee390a3f06c1 | InvocationID=031c5660-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:54:10+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031c53cc-7188-11ed-987b-ee390a3f06c1 | InvocationID=031c5660-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:54:10+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=031c53cc-7188-11ed-987b-ee390a3f06c1 | InvocationID=031c5660-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:54:33+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02110572-7188-11ed-987b-ee390a3f06c1 | InvocationID=021116e8-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:54:33+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d2066a-7188-11ed-987b-ee390a3f06c1 | InvocationID=10d20c6e-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:54:35+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=031c53cc-7188-11ed-987b-ee390a3f06c1 | InvocationID=031c5660-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:54:35+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1206fe3c-7188-11ed-987b-ee390a3f06c1 | InvocationID=12070012-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:54:35+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1206fe3c-7188-11ed-987b-ee390a3f06c1 | InvocationID=12070012-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:54:35+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1206fe3c-7188-11ed-987b-ee390a3f06c1 | InvocationID=12070012-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:54:57+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d2066a-7188-11ed-987b-ee390a3f06c1 | InvocationID=10d20c6e-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:54:57+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f935e42-7188-11ed-987b-ee390a3f06c1 | InvocationID=1f9361c6-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:55:00+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1206fe3c-7188-11ed-987b-ee390a3f06c1 | InvocationID=12070012-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:55:00+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f1d3ea-7188-11ed-987b-ee390a3f06c1 | InvocationID=20f1d5c0-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:55:00+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f1d3ea-7188-11ed-987b-ee390a3f06c1 | InvocationID=20f1d5c0-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:55:00+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f1d3ea-7188-11ed-987b-ee390a3f06c1 | InvocationID=20f1d5c0-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:55:22+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f935e42-7188-11ed-987b-ee390a3f06c1 | InvocationID=1f9361c6-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:55:22+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e55666e-7188-11ed-987b-ee390a3f06c1 | InvocationID=2e556858-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:55:25+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f1d3ea-7188-11ed-987b-ee390a3f06c1 | InvocationID=20f1d5c0-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:55:25+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdcb8de-7188-11ed-987b-ee390a3f06c1 | InvocationID=2fdcbaaa-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:55:25+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdcb8de-7188-11ed-987b-ee390a3f06c1 | InvocationID=2fdcbaaa-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:55:25+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdcb8de-7188-11ed-987b-ee390a3f06c1 | InvocationID=2fdcbaaa-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:55:47+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e55666e-7188-11ed-987b-ee390a3f06c1 | InvocationID=2e556858-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:55:47+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d16e4c0-7188-11ed-987b-ee390a3f06c1 | InvocationID=3d16e740-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:55:50+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdcb8de-7188-11ed-987b-ee390a3f06c1 | InvocationID=2fdcbaaa-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:55:50+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec9d598-7188-11ed-987b-ee390a3f06c1 | InvocationID=3ec9d7b4-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:55:50+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec9d598-7188-11ed-987b-ee390a3f06c1 | InvocationID=3ec9d7b4-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:55:50+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec9d598-7188-11ed-987b-ee390a3f06c1 | InvocationID=3ec9d7b4-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:56:12+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d16e4c0-7188-11ed-987b-ee390a3f06c1 | InvocationID=3d16e740-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:56:12+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd8b8da-7188-11ed-987b-ee390a3f06c1 | InvocationID=4bd8bc0e-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:56:15+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec9d598-7188-11ed-987b-ee390a3f06c1 | InvocationID=3ec9d7b4-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:56:15+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db4bc4e-7188-11ed-987b-ee390a3f06c1 | InvocationID=4db4be24-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:56:15+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db4bc4e-7188-11ed-987b-ee390a3f06c1 | InvocationID=4db4be24-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:56:15+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db4bc4e-7188-11ed-987b-ee390a3f06c1 | InvocationID=4db4be24-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:56:36+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd8b8da-7188-11ed-987b-ee390a3f06c1 | InvocationID=4bd8bc0e-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:56:36+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a992f44-7188-11ed-987b-ee390a3f06c1 | InvocationID=5a99319c-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:56:40+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db4bc4e-7188-11ed-987b-ee390a3f06c1 | InvocationID=4db4be24-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:56:40+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9fb9e8-7188-11ed-987b-ee390a3f06c1 | InvocationID=5c9fbbaa-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:56:40+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9fb9e8-7188-11ed-987b-ee390a3f06c1 | InvocationID=5c9fbbaa-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:56:40+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9fb9e8-7188-11ed-987b-ee390a3f06c1 | InvocationID=5c9fbbaa-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:01+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a992f44-7188-11ed-987b-ee390a3f06c1 | InvocationID=5a99319c-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:57:01+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695a9342-7188-11ed-987b-ee390a3f06c1 | InvocationID=695a952c-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:57:05+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9fb9e8-7188-11ed-987b-ee390a3f06c1 | InvocationID=5c9fbbaa-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:57:05+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8ae3d8-7188-11ed-987b-ee390a3f06c1 | InvocationID=6b8ae61c-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:57:05+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8ae3d8-7188-11ed-987b-ee390a3f06c1 | InvocationID=6b8ae61c-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:05+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8ae3d8-7188-11ed-987b-ee390a3f06c1 | InvocationID=6b8ae61c-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:26+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695a9342-7188-11ed-987b-ee390a3f06c1 | InvocationID=695a952c-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:57:26+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781ba632-7188-11ed-987b-ee390a3f06c1 | InvocationID=781ba812-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:57:30+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8ae3d8-7188-11ed-987b-ee390a3f06c1 | InvocationID=6b8ae61c-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:57:30+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7695b8-7188-11ed-987b-ee390a3f06c1 | InvocationID=7a769856-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:57:30+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7695b8-7188-11ed-987b-ee390a3f06c1 | InvocationID=7a769856-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:30+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7695b8-7188-11ed-987b-ee390a3f06c1 | InvocationID=7a769856-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:51+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=781ba632-7188-11ed-987b-ee390a3f06c1 | InvocationID=781ba812-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:57:51+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dd95a4-7188-11ed-987b-ee390a3f06c1 | InvocationID=86dd978e-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:57:55+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7695b8-7188-11ed-987b-ee390a3f06c1 | InvocationID=7a769856-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:57:55+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89627a7e-7188-11ed-987b-ee390a3f06c1 | InvocationID=89627c5e-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:57:55+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89627a7e-7188-11ed-987b-ee390a3f06c1 | InvocationID=89627c5e-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:57:55+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89627a7e-7188-11ed-987b-ee390a3f06c1 | InvocationID=89627c5e-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:58:15+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dd95a4-7188-11ed-987b-ee390a3f06c1 | InvocationID=86dd978e-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:58:15+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959fcc60-7188-11ed-987b-ee390a3f06c1 | InvocationID=959fd070-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:58:20+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89627a7e-7188-11ed-987b-ee390a3f06c1 | InvocationID=89627c5e-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:58:20+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984d8542-7188-11ed-987b-ee390a3f06c1 | InvocationID=984d8826-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:58:20+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984d8542-7188-11ed-987b-ee390a3f06c1 | InvocationID=984d8826-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:58:20+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984d8542-7188-11ed-987b-ee390a3f06c1 | InvocationID=984d8826-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:58:40+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=959fcc60-7188-11ed-987b-ee390a3f06c1 | InvocationID=959fd070-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:58:40+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4613810-7188-11ed-987b-ee390a3f06c1 | InvocationID=a4613a86-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:58:45+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984d8542-7188-11ed-987b-ee390a3f06c1 | InvocationID=984d8826-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:58:45+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73acf10-7188-11ed-987b-ee390a3f06c1 | InvocationID=a73ad14a-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:58:45+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73acf10-7188-11ed-987b-ee390a3f06c1 | InvocationID=a73ad14a-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:58:45+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73acf10-7188-11ed-987b-ee390a3f06c1 | InvocationID=a73ad14a-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:59:05+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4613810-7188-11ed-987b-ee390a3f06c1 | InvocationID=a4613a86-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:59:05+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b322753a-7188-11ed-987b-ee390a3f06c1 | InvocationID=b3227738-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:59:10+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73acf10-7188-11ed-987b-ee390a3f06c1 | InvocationID=a73ad14a-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:59:10+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b625e3a2-7188-11ed-987b-ee390a3f06c1 | InvocationID=b625e58c-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:59:10+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b625e3a2-7188-11ed-987b-ee390a3f06c1 | InvocationID=b625e58c-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:59:10+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b625e3a2-7188-11ed-987b-ee390a3f06c1 | InvocationID=b625e58c-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:59:30+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b322753a-7188-11ed-987b-ee390a3f06c1 | InvocationID=b3227738-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:59:30+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e388ca-7188-11ed-987b-ee390a3f06c1 | InvocationID=c1e38f82-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T14:59:35+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b625e3a2-7188-11ed-987b-ee390a3f06c1 | InvocationID=b625e58c-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T14:59:35+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5110130-7188-11ed-987b-ee390a3f06c1 | InvocationID=c511037e-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T14:59:35+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5110130-7188-11ed-987b-ee390a3f06c1 | InvocationID=c511037e-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:59:35+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5110130-7188-11ed-987b-ee390a3f06c1 | InvocationID=c511037e-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T14:59:54+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1e388ca-7188-11ed-987b-ee390a3f06c1 | InvocationID=c1e38f82-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T14:59:54+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a44b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d0a44e44-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:00:00+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5110130-7188-11ed-987b-ee390a3f06c1 | InvocationID=c511037e-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:00:00+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fc8b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d3fc8d2c-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:00:00+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fc8b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d3fc8d2c-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:00:00+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fc8b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d3fc8d2c-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:00:19+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a44b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d0a44e44-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:00:19+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df653772-7188-11ed-987b-ee390a3f06c1 | InvocationID=df6539ca-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:00:25+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fc8b56-7188-11ed-987b-ee390a3f06c1 | InvocationID=d3fc8d2c-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:00:25+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e94910-7188-11ed-987b-ee390a3f06c1 | InvocationID=e2e94c08-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:00:25+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e94910-7188-11ed-987b-ee390a3f06c1 | InvocationID=e2e94c08-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:00:25+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e94910-7188-11ed-987b-ee390a3f06c1 | InvocationID=e2e94c08-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:00:44+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df653772-7188-11ed-987b-ee390a3f06c1 | InvocationID=df6539ca-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:00:44+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2947f8-7188-11ed-987b-ee390a3f06c1 | InvocationID=ee2949ec-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:00:50+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e94910-7188-11ed-987b-ee390a3f06c1 | InvocationID=e2e94c08-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:00:50+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d4b6c6-7188-11ed-987b-ee390a3f06c1 | InvocationID=f1d4b8a6-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:00:50+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d4b6c6-7188-11ed-987b-ee390a3f06c1 | InvocationID=f1d4b8a6-7188-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:00:50+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d4b6c6-7188-11ed-987b-ee390a3f06c1 | InvocationID=f1d4b8a6-7188-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:01:09+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2947f8-7188-11ed-987b-ee390a3f06c1 | InvocationID=ee2949ec-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:01:09+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcea16f0-7188-11ed-987b-ee390a3f06c1 | InvocationID=fcea1902-7188-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:01:15+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d4b6c6-7188-11ed-987b-ee390a3f06c1 | InvocationID=f1d4b8a6-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:01:15+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bfac22-7189-11ed-987b-ee390a3f06c1 | InvocationID=00bfae0c-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:01:15+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bfac22-7189-11ed-987b-ee390a3f06c1 | InvocationID=00bfae0c-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:01:15+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bfac22-7189-11ed-987b-ee390a3f06c1 | InvocationID=00bfae0c-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:01:33+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcea16f0-7188-11ed-987b-ee390a3f06c1 | InvocationID=fcea1902-7188-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:01:33+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb3afa2-7189-11ed-987b-ee390a3f06c1 | InvocationID=0bb3b18c-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:01:40+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bfac22-7189-11ed-987b-ee390a3f06c1 | InvocationID=00bfae0c-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:01:40+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0faac4f6-7189-11ed-987b-ee390a3f06c1 | InvocationID=0faad1e4-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:01:40+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0faac4f6-7189-11ed-987b-ee390a3f06c1 | InvocationID=0faad1e4-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:01:40+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0faac4f6-7189-11ed-987b-ee390a3f06c1 | InvocationID=0faad1e4-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:01:58+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bb3afa2-7189-11ed-987b-ee390a3f06c1 | InvocationID=0bb3b18c-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:01:58+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a744e0c-7189-11ed-987b-ee390a3f06c1 | InvocationID=1a7450e6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:02:05+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0faac4f6-7189-11ed-987b-ee390a3f06c1 | InvocationID=0faad1e4-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:02:05+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9a0a26-7189-11ed-987b-ee390a3f06c1 | InvocationID=1e9a0c42-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:02:05+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9a0a26-7189-11ed-987b-ee390a3f06c1 | InvocationID=1e9a0c42-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:02:05+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e9a0a26-7189-11ed-987b-ee390a3f06c1 | InvocationID=1e9a0c42-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:02:23+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a744e0c-7189-11ed-987b-ee390a3f06c1 | InvocationID=1a7450e6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:02:23+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2935da28-7189-11ed-987b-ee390a3f06c1 | InvocationID=2935dc76-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:02:30+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e9a0a26-7189-11ed-987b-ee390a3f06c1 | InvocationID=1e9a0c42-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:02:30+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d85b724-7189-11ed-987b-ee390a3f06c1 | InvocationID=2d85b9e0-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:02:30+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d85b724-7189-11ed-987b-ee390a3f06c1 | InvocationID=2d85b9e0-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:02:30+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d85b724-7189-11ed-987b-ee390a3f06c1 | InvocationID=2d85b9e0-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:02:48+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2935da28-7189-11ed-987b-ee390a3f06c1 | InvocationID=2935dc76-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:02:48+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f78336-7189-11ed-987b-ee390a3f06c1 | InvocationID=37f78534-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:02:55+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d85b724-7189-11ed-987b-ee390a3f06c1 | InvocationID=2d85b9e0-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:02:55+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c721250-7189-11ed-987b-ee390a3f06c1 | InvocationID=3c72143a-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:02:55+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c721250-7189-11ed-987b-ee390a3f06c1 | InvocationID=3c72143a-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:02:55+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c721250-7189-11ed-987b-ee390a3f06c1 | InvocationID=3c72143a-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:03:12+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37f78336-7189-11ed-987b-ee390a3f06c1 | InvocationID=37f78534-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:03:12+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46b9a0ca-7189-11ed-987b-ee390a3f06c1 | InvocationID=46b9a32c-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:03:20+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c721250-7189-11ed-987b-ee390a3f06c1 | InvocationID=3c72143a-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:03:20+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5d4afa-7189-11ed-987b-ee390a3f06c1 | InvocationID=4b5d4d16-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:03:20+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5d4afa-7189-11ed-987b-ee390a3f06c1 | InvocationID=4b5d4d16-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:03:20+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5d4afa-7189-11ed-987b-ee390a3f06c1 | InvocationID=4b5d4d16-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:03:37+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46b9a0ca-7189-11ed-987b-ee390a3f06c1 | InvocationID=46b9a32c-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:03:37+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557b4dac-7189-11ed-987b-ee390a3f06c1 | InvocationID=557b4ffa-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:03:45+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5d4afa-7189-11ed-987b-ee390a3f06c1 | InvocationID=4b5d4d16-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:03:45+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a487de6-7189-11ed-987b-ee390a3f06c1 | InvocationID=5a48800c-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:03:45+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a487de6-7189-11ed-987b-ee390a3f06c1 | InvocationID=5a48800c-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:03:45+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a487de6-7189-11ed-987b-ee390a3f06c1 | InvocationID=5a48800c-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:04:02+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=557b4dac-7189-11ed-987b-ee390a3f06c1 | InvocationID=557b4ffa-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:04:02+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=643c3d2e-7189-11ed-987b-ee390a3f06c1 | InvocationID=643c4026-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:04:10+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a487de6-7189-11ed-987b-ee390a3f06c1 | InvocationID=5a48800c-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:04:10+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69341892-7189-11ed-987b-ee390a3f06c1 | InvocationID=69341a90-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:04:10+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69341892-7189-11ed-987b-ee390a3f06c1 | InvocationID=69341a90-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:04:10+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69341892-7189-11ed-987b-ee390a3f06c1 | InvocationID=69341a90-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:04:27+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=643c3d2e-7189-11ed-987b-ee390a3f06c1 | InvocationID=643c4026-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:04:27+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72fcc5ea-7189-11ed-987b-ee390a3f06c1 | InvocationID=72fcc8a6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:04:35+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69341892-7189-11ed-987b-ee390a3f06c1 | InvocationID=69341a90-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:04:35+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781ee99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=781eebde-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:04:35+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781ee99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=781eebde-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:04:35+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781ee99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=781eebde-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:04:51+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72fcc5ea-7189-11ed-987b-ee390a3f06c1 | InvocationID=72fcc8a6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:04:51+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81bdb59e-7189-11ed-987b-ee390a3f06c1 | InvocationID=81bdb832-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:05:00+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781ee99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=781eebde-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:05:00+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8709f99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=8709fc74-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:05:00+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8709f99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=8709fc74-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:05:00+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8709f99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=8709fc74-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:05:16+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81bdb59e-7189-11ed-987b-ee390a3f06c1 | InvocationID=81bdb832-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:05:16+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=908048b2-7189-11ed-987b-ee390a3f06c1 | InvocationID=90804af6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:05:25+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8709f99a-7189-11ed-987b-ee390a3f06c1 | InvocationID=8709fc74-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:05:25+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f55508-7189-11ed-987b-ee390a3f06c1 | InvocationID=95f557a6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:05:25+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f55508-7189-11ed-987b-ee390a3f06c1 | InvocationID=95f557a6-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:05:25+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f55508-7189-11ed-987b-ee390a3f06c1 | InvocationID=95f557a6-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:05:41+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=908048b2-7189-11ed-987b-ee390a3f06c1 | InvocationID=90804af6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:05:41+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f40e60e-7189-11ed-987b-ee390a3f06c1 | InvocationID=9f40e848-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:05:50+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f55508-7189-11ed-987b-ee390a3f06c1 | InvocationID=95f557a6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:05:50+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e09050-7189-11ed-987b-ee390a3f06c1 | InvocationID=a4e09226-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:05:50+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e09050-7189-11ed-987b-ee390a3f06c1 | InvocationID=a4e09226-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:05:50+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e09050-7189-11ed-987b-ee390a3f06c1 | InvocationID=a4e09226-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:06:06+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f40e60e-7189-11ed-987b-ee390a3f06c1 | InvocationID=9f40e848-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:06:06+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae023e36-7189-11ed-987b-ee390a3f06c1 | InvocationID=ae02407a-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:06:15+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e09050-7189-11ed-987b-ee390a3f06c1 | InvocationID=a4e09226-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:06:15+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3cba672-7189-11ed-987b-ee390a3f06c1 | InvocationID=b3cba8ac-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:06:15+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3cba672-7189-11ed-987b-ee390a3f06c1 | InvocationID=b3cba8ac-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:06:15+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3cba672-7189-11ed-987b-ee390a3f06c1 | InvocationID=b3cba8ac-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:06:30+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae023e36-7189-11ed-987b-ee390a3f06c1 | InvocationID=ae02407a-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:06:30+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc2b964-7189-11ed-987b-ee390a3f06c1 | InvocationID=bcc2bc02-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:06:40+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3cba672-7189-11ed-987b-ee390a3f06c1 | InvocationID=b3cba8ac-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:06:40+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b6c950-7189-11ed-987b-ee390a3f06c1 | InvocationID=c2b6cb30-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:06:40+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b6c950-7189-11ed-987b-ee390a3f06c1 | InvocationID=c2b6cb30-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:06:40+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b6c950-7189-11ed-987b-ee390a3f06c1 | InvocationID=c2b6cb30-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:06:55+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcc2b964-7189-11ed-987b-ee390a3f06c1 | InvocationID=bcc2bc02-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:06:55+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb8566d6-7189-11ed-987b-ee390a3f06c1 | InvocationID=cb856910-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:07:05+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b6c950-7189-11ed-987b-ee390a3f06c1 | InvocationID=c2b6cb30-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:07:06+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a41954-7189-11ed-987b-ee390a3f06c1 | InvocationID=d1a41bb6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:07:06+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a41954-7189-11ed-987b-ee390a3f06c1 | InvocationID=d1a41bb6-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:07:06+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a41954-7189-11ed-987b-ee390a3f06c1 | InvocationID=d1a41bb6-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:07:20+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb8566d6-7189-11ed-987b-ee390a3f06c1 | InvocationID=cb856910-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:07:20+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da469cbc-7189-11ed-987b-ee390a3f06c1 | InvocationID=da469ea6-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:07:31+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a41954-7189-11ed-987b-ee390a3f06c1 | InvocationID=d1a41bb6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:07:31+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0906a4e-7189-11ed-987b-ee390a3f06c1 | InvocationID=e0906c42-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:07:31+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0906a4e-7189-11ed-987b-ee390a3f06c1 | InvocationID=e0906c42-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:07:31+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0906a4e-7189-11ed-987b-ee390a3f06c1 | InvocationID=e0906c42-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:07:45+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da469cbc-7189-11ed-987b-ee390a3f06c1 | InvocationID=da469ea6-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:07:45+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9080bdc-7189-11ed-987b-ee390a3f06c1 | InvocationID=e90817d0-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:07:56+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0906a4e-7189-11ed-987b-ee390a3f06c1 | InvocationID=e0906c42-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:07:56+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bc80a-7189-11ed-987b-ee390a3f06c1 | InvocationID=ef7bc9fe-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:07:56+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bc80a-7189-11ed-987b-ee390a3f06c1 | InvocationID=ef7bc9fe-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:07:56+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bc80a-7189-11ed-987b-ee390a3f06c1 | InvocationID=ef7bc9fe-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:08:09+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9080bdc-7189-11ed-987b-ee390a3f06c1 | InvocationID=e90817d0-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:08:09+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c91c10-7189-11ed-987b-ee390a3f06c1 | InvocationID=f7c91e0e-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:08:21+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bc80a-7189-11ed-987b-ee390a3f06c1 | InvocationID=ef7bc9fe-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:08:21+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6710cc-7189-11ed-987b-ee390a3f06c1 | InvocationID=fe671518-7189-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:08:21+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6710cc-7189-11ed-987b-ee390a3f06c1 | InvocationID=fe671518-7189-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:08:21+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6710cc-7189-11ed-987b-ee390a3f06c1 | InvocationID=fe671518-7189-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:08:34+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7c91c10-7189-11ed-987b-ee390a3f06c1 | InvocationID=f7c91e0e-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:08:34+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068a172c-718a-11ed-987b-ee390a3f06c1 | InvocationID=068a2212-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:08:46+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6710cc-7189-11ed-987b-ee390a3f06c1 | InvocationID=fe671518-7189-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:08:46+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d522392-718a-11ed-987b-ee390a3f06c1 | InvocationID=0d5225e0-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:08:46+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d522392-718a-11ed-987b-ee390a3f06c1 | InvocationID=0d5225e0-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:08:46+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d522392-718a-11ed-987b-ee390a3f06c1 | InvocationID=0d5225e0-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:08:59+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=068a172c-718a-11ed-987b-ee390a3f06c1 | InvocationID=068a2212-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:08:59+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154b7fee-718a-11ed-987b-ee390a3f06c1 | InvocationID=154b839a-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:09:11+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d522392-718a-11ed-987b-ee390a3f06c1 | InvocationID=0d5225e0-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:09:11+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3d532c-718a-11ed-987b-ee390a3f06c1 | InvocationID=1c3d553e-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:09:11+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3d532c-718a-11ed-987b-ee390a3f06c1 | InvocationID=1c3d553e-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:09:11+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3d532c-718a-11ed-987b-ee390a3f06c1 | InvocationID=1c3d553e-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:09:24+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=154b7fee-718a-11ed-987b-ee390a3f06c1 | InvocationID=154b839a-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:09:24+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24106620-718a-11ed-987b-ee390a3f06c1 | InvocationID=24106814-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:09:36+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3d532c-718a-11ed-987b-ee390a3f06c1 | InvocationID=1c3d553e-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:09:36+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b289b1c-718a-11ed-987b-ee390a3f06c1 | InvocationID=2b289df6-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:09:36+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b289b1c-718a-11ed-987b-ee390a3f06c1 | InvocationID=2b289df6-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:09:36+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b289b1c-718a-11ed-987b-ee390a3f06c1 | InvocationID=2b289df6-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:09:49+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24106620-718a-11ed-987b-ee390a3f06c1 | InvocationID=24106814-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:09:49+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32d0fa30-718a-11ed-987b-ee390a3f06c1 | InvocationID=32d0fc88-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:10:01+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b289b1c-718a-11ed-987b-ee390a3f06c1 | InvocationID=2b289df6-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:10:01+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a14119c-718a-11ed-987b-ee390a3f06c1 | InvocationID=3a141386-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:10:01+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a14119c-718a-11ed-987b-ee390a3f06c1 | InvocationID=3a141386-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:10:01+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a14119c-718a-11ed-987b-ee390a3f06c1 | InvocationID=3a141386-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:10:13+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32d0fa30-718a-11ed-987b-ee390a3f06c1 | InvocationID=32d0fc88-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:10:13+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4190f6c4-718a-11ed-987b-ee390a3f06c1 | InvocationID=4190f8a4-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:10:26+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a14119c-718a-11ed-987b-ee390a3f06c1 | InvocationID=3a141386-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:10:26+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ff4bcc-718a-11ed-987b-ee390a3f06c1 | InvocationID=48ff4e4c-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:10:26+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ff4bcc-718a-11ed-987b-ee390a3f06c1 | InvocationID=48ff4e4c-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:10:26+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ff4bcc-718a-11ed-987b-ee390a3f06c1 | InvocationID=48ff4e4c-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:10:38+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4190f6c4-718a-11ed-987b-ee390a3f06c1 | InvocationID=4190f8a4-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:10:38+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5051f7c6-718a-11ed-987b-ee390a3f06c1 | InvocationID=5051faaa-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:10:51+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ff4bcc-718a-11ed-987b-ee390a3f06c1 | InvocationID=48ff4e4c-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:10:51+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ea6522-718a-11ed-987b-ee390a3f06c1 | InvocationID=57ea6702-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:10:51+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ea6522-718a-11ed-987b-ee390a3f06c1 | InvocationID=57ea6702-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:10:51+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57ea6522-718a-11ed-987b-ee390a3f06c1 | InvocationID=57ea6702-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:11:03+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5051f7c6-718a-11ed-987b-ee390a3f06c1 | InvocationID=5051faaa-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:11:03+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f12dd2a-718a-11ed-987b-ee390a3f06c1 | InvocationID=5f12e19e-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:11:16+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57ea6522-718a-11ed-987b-ee390a3f06c1 | InvocationID=57ea6702-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:11:16+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d61752-718a-11ed-987b-ee390a3f06c1 | InvocationID=66d62170-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:11:16+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d61752-718a-11ed-987b-ee390a3f06c1 | InvocationID=66d62170-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:11:16+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d61752-718a-11ed-987b-ee390a3f06c1 | InvocationID=66d62170-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:11:28+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f12dd2a-718a-11ed-987b-ee390a3f06c1 | InvocationID=5f12e19e-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:11:28+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd3e390-718a-11ed-987b-ee390a3f06c1 | InvocationID=6dd3e6ba-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:11:41+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d61752-718a-11ed-987b-ee390a3f06c1 | InvocationID=66d62170-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:11:41+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c1a484-718a-11ed-987b-ee390a3f06c1 | InvocationID=75c1a7a4-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:11:41+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c1a484-718a-11ed-987b-ee390a3f06c1 | InvocationID=75c1a7a4-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:11:41+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75c1a484-718a-11ed-987b-ee390a3f06c1 | InvocationID=75c1a7a4-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:11:52+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dd3e390-718a-11ed-987b-ee390a3f06c1 | InvocationID=6dd3e6ba-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:11:52+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c953d5c-718a-11ed-987b-ee390a3f06c1 | InvocationID=7c953f5a-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:12:06+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75c1a484-718a-11ed-987b-ee390a3f06c1 | InvocationID=75c1a7a4-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:12:06+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b0662e-718a-11ed-987b-ee390a3f06c1 | InvocationID=84b0680e-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:12:06+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b0662e-718a-11ed-987b-ee390a3f06c1 | InvocationID=84b0680e-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:12:06+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84b0662e-718a-11ed-987b-ee390a3f06c1 | InvocationID=84b0680e-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:12:17+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c953d5c-718a-11ed-987b-ee390a3f06c1 | InvocationID=7c953f5a-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:12:17+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b58dba0-718a-11ed-987b-ee390a3f06c1 | InvocationID=8b58dd8a-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:12:31+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84b0662e-718a-11ed-987b-ee390a3f06c1 | InvocationID=84b0680e-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:12:31+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939baef0-718a-11ed-987b-ee390a3f06c1 | InvocationID=939bb1d4-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:12:31+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939baef0-718a-11ed-987b-ee390a3f06c1 | InvocationID=939bb1d4-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:12:31+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939baef0-718a-11ed-987b-ee390a3f06c1 | InvocationID=939bb1d4-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:12:42+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b58dba0-718a-11ed-987b-ee390a3f06c1 | InvocationID=8b58dd8a-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:12:42+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1ad97c-718a-11ed-987b-ee390a3f06c1 | InvocationID=9a1adbd4-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:12:56+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939baef0-718a-11ed-987b-ee390a3f06c1 | InvocationID=939bb1d4-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:12:56+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28700c2-718a-11ed-987b-ee390a3f06c1 | InvocationID=a28702a2-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:12:56+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28700c2-718a-11ed-987b-ee390a3f06c1 | InvocationID=a28702a2-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:12:56+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a28700c2-718a-11ed-987b-ee390a3f06c1 | InvocationID=a28702a2-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:13:07+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a1ad97c-718a-11ed-987b-ee390a3f06c1 | InvocationID=9a1adbd4-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:13:07+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8dba95a-718a-11ed-987b-ee390a3f06c1 | InvocationID=a8dbab4e-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:13:21+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a28700c2-718a-11ed-987b-ee390a3f06c1 | InvocationID=a28702a2-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:13:21+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b172094c-718a-11ed-987b-ee390a3f06c1 | InvocationID=b1720b86-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:13:21+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b172094c-718a-11ed-987b-ee390a3f06c1 | InvocationID=b1720b86-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:13:21+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b172094c-718a-11ed-987b-ee390a3f06c1 | InvocationID=b1720b86-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:13:31+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8dba95a-718a-11ed-987b-ee390a3f06c1 | InvocationID=a8dbab4e-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:13:31+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b79d79a0-718a-11ed-987b-ee390a3f06c1 | InvocationID=b79d7b8a-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:13:46+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b172094c-718a-11ed-987b-ee390a3f06c1 | InvocationID=b1720b86-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:13:46+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05d7bbc-718a-11ed-987b-ee390a3f06c1 | InvocationID=c05d7f40-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:13:46+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05d7bbc-718a-11ed-987b-ee390a3f06c1 | InvocationID=c05d7f40-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:13:46+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05d7bbc-718a-11ed-987b-ee390a3f06c1 | InvocationID=c05d7f40-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:13:56+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b79d79a0-718a-11ed-987b-ee390a3f06c1 | InvocationID=b79d7b8a-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:13:56+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65f7a06-718a-11ed-987b-ee390a3f06c1 | InvocationID=c65f7bfa-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:14:11+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05d7bbc-718a-11ed-987b-ee390a3f06c1 | InvocationID=c05d7f40-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:14:11+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf491c26-718a-11ed-987b-ee390a3f06c1 | InvocationID=cf491f32-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:14:11+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf491c26-718a-11ed-987b-ee390a3f06c1 | InvocationID=cf491f32-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:14:11+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf491c26-718a-11ed-987b-ee390a3f06c1 | InvocationID=cf491f32-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:14:21+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c65f7a06-718a-11ed-987b-ee390a3f06c1 | InvocationID=c65f7bfa-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:14:21+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d522ca98-718a-11ed-987b-ee390a3f06c1 | InvocationID=d522cc32-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-01T15:14:36+0000 | policy_event_thread | 140512391265056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf491c26-718a-11ed-987b-ee390a3f06c1 | InvocationID=cf491f32-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF activation/deactivation policy response events.
2022-12-01T15:14:36+0000 | policy_event_thread | 140512391265056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3468da-718a-11ed-987b-ee390a3f06c1 | InvocationID=de346ace-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-01T15:14:36+0000 | policy_event_thread | 140512391265056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3468da-718a-11ed-987b-ee390a3f06c1 | InvocationID=de346ace-718a-11ed-987b-ee390a3f06c1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:14:36+0000 | policy_event_thread | 140512391265056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3468da-718a-11ed-987b-ee390a3f06c1 | InvocationID=de346ace-718a-11ed-987b-ee390a3f06c1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-01T15:14:46+0000 | aai_event_thread | 140512390204192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d522ca98-718a-11ed-987b-ee390a3f06c1 | InvocationID=d522cc32-718a-11ed-987b-ee390a3f06c1 | Polling MR for XNF AAI events.
2022-12-01T15:14:46+0000 | aai_event_thread | 140512390204192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e3d0d6-718a-11ed-987b-ee390a3f06c1 | InvocationID=e3e3d338-718a-11ed-987b-ee390a3f06c1 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT