/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-18T11:31:52+0000 | MainThread | 140280828656968 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-18T11:31:52+0000 | MainThread | 140280828656968 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-11-18T11:31:52+0000 | MainThread | 140280828656968 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-18T11:31:52+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:31:52+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9905c9a8-6734-11ed-8203-b61995b759dc | InvocationID=9905cd36-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:31:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-18T11:31:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=990b1f3e-6734-11ed-8203-b61995b759dc | InvocationID=990b2100-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:31:52+0000 | MainThread | 140280828656968 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-18T11:31:52+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9905c9a8-6734-11ed-8203-b61995b759dc | InvocationID=9905cd36-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:31:52+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9905c9a8-6734-11ed-8203-b61995b759dc | InvocationID=9905cd36-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:31:52+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=990b1f3e-6734-11ed-8203-b61995b759dc | InvocationID=990b2100-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:31:52+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=990b1f3e-6734-11ed-8203-b61995b759dc | InvocationID=990b2100-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:12+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=990b1f3e-6734-11ed-8203-b61995b759dc | InvocationID=990b2100-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:32:12+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5415f16-6734-11ed-8203-b61995b759dc | InvocationID=a541611e-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:32:12+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5415f16-6734-11ed-8203-b61995b759dc | InvocationID=a541611e-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:12+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5415f16-6734-11ed-8203-b61995b759dc | InvocationID=a541611e-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:17+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9905c9a8-6734-11ed-8203-b61995b759dc | InvocationID=9905cd36-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:32:17+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a834d680-6734-11ed-8203-b61995b759dc | InvocationID=a834d860-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:32:17+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a834d680-6734-11ed-8203-b61995b759dc | InvocationID=a834d860-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:32:17+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a834d680-6734-11ed-8203-b61995b759dc | InvocationID=a834d860-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:32:32+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5415f16-6734-11ed-8203-b61995b759dc | InvocationID=a541611e-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:32:32+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b131b000-6734-11ed-8203-b61995b759dc | InvocationID=b131b1fe-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:32:32+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b131b000-6734-11ed-8203-b61995b759dc | InvocationID=b131b1fe-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:32+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b131b000-6734-11ed-8203-b61995b759dc | InvocationID=b131b1fe-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:42+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a834d680-6734-11ed-8203-b61995b759dc | InvocationID=a834d860-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:32:42+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b720f368-6734-11ed-8203-b61995b759dc | InvocationID=b720fa84-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:32:42+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b720f368-6734-11ed-8203-b61995b759dc | InvocationID=b720fa84-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:32:42+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b720f368-6734-11ed-8203-b61995b759dc | InvocationID=b720fa84-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:32:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b131b000-6734-11ed-8203-b61995b759dc | InvocationID=b131b1fe-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:32:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd29ce7e-6734-11ed-8203-b61995b759dc | InvocationID=bd29d0d6-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:32:52+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd29ce7e-6734-11ed-8203-b61995b759dc | InvocationID=bd29d0d6-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:32:52+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd29ce7e-6734-11ed-8203-b61995b759dc | InvocationID=bd29d0d6-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:07+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b720f368-6734-11ed-8203-b61995b759dc | InvocationID=b720fa84-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:33:07+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60e8dea-6734-11ed-8203-b61995b759dc | InvocationID=c60e913c-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:33:07+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60e8dea-6734-11ed-8203-b61995b759dc | InvocationID=c60e913c-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:33:07+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c60e8dea-6734-11ed-8203-b61995b759dc | InvocationID=c60e913c-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:33:12+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd29ce7e-6734-11ed-8203-b61995b759dc | InvocationID=bd29d0d6-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:33:12+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91afe92-6734-11ed-8203-b61995b759dc | InvocationID=c91b005e-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:33:12+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91afe92-6734-11ed-8203-b61995b759dc | InvocationID=c91b005e-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:12+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c91afe92-6734-11ed-8203-b61995b759dc | InvocationID=c91b005e-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:32+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c60e8dea-6734-11ed-8203-b61995b759dc | InvocationID=c60e913c-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:33:32+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fc85e6-6734-11ed-8203-b61995b759dc | InvocationID=d4fc8820-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:33:32+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fc85e6-6734-11ed-8203-b61995b759dc | InvocationID=d4fc8820-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:33:32+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4fc85e6-6734-11ed-8203-b61995b759dc | InvocationID=d4fc8820-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:33:32+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c91afe92-6734-11ed-8203-b61995b759dc | InvocationID=c91b005e-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:33:32+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50a9d52-6734-11ed-8203-b61995b759dc | InvocationID=d50a9f5a-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:33:32+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50a9d52-6734-11ed-8203-b61995b759dc | InvocationID=d50a9f5a-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:32+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d50a9d52-6734-11ed-8203-b61995b759dc | InvocationID=d50a9f5a-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d50a9d52-6734-11ed-8203-b61995b759dc | InvocationID=d50a9f5a-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:33:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fe985c-6734-11ed-8203-b61995b759dc | InvocationID=e0fe9a0a-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:33:52+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fe985c-6734-11ed-8203-b61995b759dc | InvocationID=e0fe9a0a-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:52+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0fe985c-6734-11ed-8203-b61995b759dc | InvocationID=e0fe9a0a-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:33:57+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4fc85e6-6734-11ed-8203-b61995b759dc | InvocationID=d4fc8820-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:33:57+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e94a4e-6734-11ed-8203-b61995b759dc | InvocationID=e3e94c4c-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:33:57+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e94a4e-6734-11ed-8203-b61995b759dc | InvocationID=e3e94c4c-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:33:57+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e94a4e-6734-11ed-8203-b61995b759dc | InvocationID=e3e94c4c-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:34:12+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0fe985c-6734-11ed-8203-b61995b759dc | InvocationID=e0fe9a0a-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:34:12+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecee7380-6734-11ed-8203-b61995b759dc | InvocationID=ecee7510-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:34:12+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecee7380-6734-11ed-8203-b61995b759dc | InvocationID=ecee7510-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:34:12+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecee7380-6734-11ed-8203-b61995b759dc | InvocationID=ecee7510-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:34:22+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e94a4e-6734-11ed-8203-b61995b759dc | InvocationID=e3e94c4c-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:34:22+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d600ce-6734-11ed-8203-b61995b759dc | InvocationID=f2d60236-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:34:22+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d600ce-6734-11ed-8203-b61995b759dc | InvocationID=f2d60236-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:34:22+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d600ce-6734-11ed-8203-b61995b759dc | InvocationID=f2d60236-6734-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:34:32+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecee7380-6734-11ed-8203-b61995b759dc | InvocationID=ecee7510-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:34:32+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8de53f4-6734-11ed-8203-b61995b759dc | InvocationID=f8de5610-6734-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:34:32+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8de53f4-6734-11ed-8203-b61995b759dc | InvocationID=f8de5610-6734-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:34:32+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8de53f4-6734-11ed-8203-b61995b759dc | InvocationID=f8de5610-6734-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:34:47+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d600ce-6734-11ed-8203-b61995b759dc | InvocationID=f2d60236-6734-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:34:47+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01c38660-6735-11ed-8203-b61995b759dc | InvocationID=01c38804-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:34:47+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01c38660-6735-11ed-8203-b61995b759dc | InvocationID=01c38804-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:34:47+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01c38660-6735-11ed-8203-b61995b759dc | InvocationID=01c38804-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:34:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8de53f4-6734-11ed-8203-b61995b759dc | InvocationID=f8de5610-6734-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:34:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ce2e46-6735-11ed-8203-b61995b759dc | InvocationID=04ce301c-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:34:53+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ce2e46-6735-11ed-8203-b61995b759dc | InvocationID=04ce301c-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:34:53+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04ce2e46-6735-11ed-8203-b61995b759dc | InvocationID=04ce301c-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:12+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01c38660-6735-11ed-8203-b61995b759dc | InvocationID=01c38804-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:35:12+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10af4c54-6735-11ed-8203-b61995b759dc | InvocationID=10af5532-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:35:12+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10af4c54-6735-11ed-8203-b61995b759dc | InvocationID=10af5532-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:35:12+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10af4c54-6735-11ed-8203-b61995b759dc | InvocationID=10af5532-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:35:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04ce2e46-6735-11ed-8203-b61995b759dc | InvocationID=04ce301c-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:35:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bda15a-6735-11ed-8203-b61995b759dc | InvocationID=10bda61e-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:35:13+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bda15a-6735-11ed-8203-b61995b759dc | InvocationID=10bda61e-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:13+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10bda15a-6735-11ed-8203-b61995b759dc | InvocationID=10bda61e-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:33+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10bda15a-6735-11ed-8203-b61995b759dc | InvocationID=10bda61e-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:35:33+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cadd2fa-6735-11ed-8203-b61995b759dc | InvocationID=1caddab6-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:35:33+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cadd2fa-6735-11ed-8203-b61995b759dc | InvocationID=1caddab6-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:33+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cadd2fa-6735-11ed-8203-b61995b759dc | InvocationID=1caddab6-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:37+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10af4c54-6735-11ed-8203-b61995b759dc | InvocationID=10af5532-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:35:37+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f9a3a6c-6735-11ed-8203-b61995b759dc | InvocationID=1f9a3c56-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:35:37+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f9a3a6c-6735-11ed-8203-b61995b759dc | InvocationID=1f9a3c56-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:35:37+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f9a3a6c-6735-11ed-8203-b61995b759dc | InvocationID=1f9a3c56-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:35:53+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cadd2fa-6735-11ed-8203-b61995b759dc | InvocationID=1caddab6-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:35:53+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289df2fc-6735-11ed-8203-b61995b759dc | InvocationID=289df4c8-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:35:53+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289df2fc-6735-11ed-8203-b61995b759dc | InvocationID=289df4c8-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:35:53+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=289df2fc-6735-11ed-8203-b61995b759dc | InvocationID=289df4c8-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:02+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f9a3a6c-6735-11ed-8203-b61995b759dc | InvocationID=1f9a3c56-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:36:02+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e865100-6735-11ed-8203-b61995b759dc | InvocationID=2e865330-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:36:03+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e865100-6735-11ed-8203-b61995b759dc | InvocationID=2e865330-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:03+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e865100-6735-11ed-8203-b61995b759dc | InvocationID=2e865330-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=289df2fc-6735-11ed-8203-b61995b759dc | InvocationID=289df4c8-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:36:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348e25be-6735-11ed-8203-b61995b759dc | InvocationID=348e2726-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:36:13+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348e25be-6735-11ed-8203-b61995b759dc | InvocationID=348e2726-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:13+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=348e25be-6735-11ed-8203-b61995b759dc | InvocationID=348e2726-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:28+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e865100-6735-11ed-8203-b61995b759dc | InvocationID=2e865330-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:36:28+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d721e38-6735-11ed-8203-b61995b759dc | InvocationID=3d7220a4-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:36:28+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d721e38-6735-11ed-8203-b61995b759dc | InvocationID=3d7220a4-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:28+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d721e38-6735-11ed-8203-b61995b759dc | InvocationID=3d7220a4-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:33+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=348e25be-6735-11ed-8203-b61995b759dc | InvocationID=348e2726-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:36:33+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407e05ba-6735-11ed-8203-b61995b759dc | InvocationID=407e0c2c-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:36:33+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407e05ba-6735-11ed-8203-b61995b759dc | InvocationID=407e0c2c-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:33+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=407e05ba-6735-11ed-8203-b61995b759dc | InvocationID=407e0c2c-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:53+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d721e38-6735-11ed-8203-b61995b759dc | InvocationID=3d7220a4-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:36:53+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c5d4940-6735-11ed-8203-b61995b759dc | InvocationID=4c5d721c-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:36:53+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c5d4940-6735-11ed-8203-b61995b759dc | InvocationID=4c5d721c-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:53+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c5d4940-6735-11ed-8203-b61995b759dc | InvocationID=4c5d721c-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:36:53+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=407e05ba-6735-11ed-8203-b61995b759dc | InvocationID=407e0c2c-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:36:53+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c6e8fd4-6735-11ed-8203-b61995b759dc | InvocationID=4c6e91be-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:36:53+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c6e8fd4-6735-11ed-8203-b61995b759dc | InvocationID=4c6e91be-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:36:53+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c6e8fd4-6735-11ed-8203-b61995b759dc | InvocationID=4c6e91be-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c6e8fd4-6735-11ed-8203-b61995b759dc | InvocationID=4c6e91be-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:37:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585e4532-6735-11ed-8203-b61995b759dc | InvocationID=585e4776-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:37:13+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585e4532-6735-11ed-8203-b61995b759dc | InvocationID=585e4776-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:13+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=585e4532-6735-11ed-8203-b61995b759dc | InvocationID=585e4776-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:18+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c5d4940-6735-11ed-8203-b61995b759dc | InvocationID=4c5d721c-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:37:18+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b498586-6735-11ed-8203-b61995b759dc | InvocationID=5b4987d4-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:37:18+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b498586-6735-11ed-8203-b61995b759dc | InvocationID=5b4987d4-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:37:18+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b498586-6735-11ed-8203-b61995b759dc | InvocationID=5b4987d4-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:37:33+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=585e4532-6735-11ed-8203-b61995b759dc | InvocationID=585e4776-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:37:33+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=644e6d40-6735-11ed-8203-b61995b759dc | InvocationID=644e6ef8-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:37:33+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=644e6d40-6735-11ed-8203-b61995b759dc | InvocationID=644e6ef8-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:33+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=644e6d40-6735-11ed-8203-b61995b759dc | InvocationID=644e6ef8-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:43+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b498586-6735-11ed-8203-b61995b759dc | InvocationID=5b4987d4-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:37:43+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a33511c-6735-11ed-8203-b61995b759dc | InvocationID=6a33532e-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:37:43+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a33511c-6735-11ed-8203-b61995b759dc | InvocationID=6a33532e-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:37:43+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a33511c-6735-11ed-8203-b61995b759dc | InvocationID=6a33532e-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:37:53+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=644e6d40-6735-11ed-8203-b61995b759dc | InvocationID=644e6ef8-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:37:53+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703ddf0a-6735-11ed-8203-b61995b759dc | InvocationID=703de11c-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:37:53+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703ddf0a-6735-11ed-8203-b61995b759dc | InvocationID=703de11c-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:37:53+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=703ddf0a-6735-11ed-8203-b61995b759dc | InvocationID=703de11c-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:38:08+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a33511c-6735-11ed-8203-b61995b759dc | InvocationID=6a33532e-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:38:08+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7920fef4-6735-11ed-8203-b61995b759dc | InvocationID=79210084-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:38:08+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7920fef4-6735-11ed-8203-b61995b759dc | InvocationID=79210084-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:38:08+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7920fef4-6735-11ed-8203-b61995b759dc | InvocationID=79210084-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:38:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=703ddf0a-6735-11ed-8203-b61995b759dc | InvocationID=703de11c-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:38:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c2ee32c-6735-11ed-8203-b61995b759dc | InvocationID=7c2ee4f8-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:38:13+0000 | aai_event_thread | 140280777919264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c2ee32c-6735-11ed-8203-b61995b759dc | InvocationID=7c2ee4f8-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:38:13+0000 | aai_event_thread | 140280777919264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c2ee32c-6735-11ed-8203-b61995b759dc | InvocationID=7c2ee4f8-6735-11ed-8203-b61995b759dc | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-18T11:38:33+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7920fef4-6735-11ed-8203-b61995b759dc | InvocationID=79210084-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:38:33+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=880cb232-6735-11ed-8203-b61995b759dc | InvocationID=880cb41c-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:38:33+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=880cb232-6735-11ed-8203-b61995b759dc | InvocationID=880cb41c-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:38:33+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=880cb232-6735-11ed-8203-b61995b759dc | InvocationID=880cb41c-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:38:33+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c2ee32c-6735-11ed-8203-b61995b759dc | InvocationID=7c2ee4f8-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:38:33+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881f0810-6735-11ed-8203-b61995b759dc | InvocationID=881f0a22-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:38:57+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=881f0810-6735-11ed-8203-b61995b759dc | InvocationID=881f0a22-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:38:57+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ac0e78-6735-11ed-8203-b61995b759dc | InvocationID=96ac104e-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:38:58+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=880cb232-6735-11ed-8203-b61995b759dc | InvocationID=880cb41c-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:38:58+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96f890d6-6735-11ed-8203-b61995b759dc | InvocationID=96f892fc-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:38:58+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96f890d6-6735-11ed-8203-b61995b759dc | InvocationID=96f892fc-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:38:58+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96f890d6-6735-11ed-8203-b61995b759dc | InvocationID=96f892fc-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:39:17+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ac0e78-6735-11ed-8203-b61995b759dc | InvocationID=96ac104e-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:39:17+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29f94d4-6735-11ed-8203-b61995b759dc | InvocationID=a29f96dc-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:39:23+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96f890d6-6735-11ed-8203-b61995b759dc | InvocationID=96f892fc-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:39:23+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5e2f6a4-6735-11ed-8203-b61995b759dc | InvocationID=a5e2f848-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:39:23+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5e2f6a4-6735-11ed-8203-b61995b759dc | InvocationID=a5e2f848-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:39:23+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5e2f6a4-6735-11ed-8203-b61995b759dc | InvocationID=a5e2f848-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:39:37+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a29f94d4-6735-11ed-8203-b61995b759dc | InvocationID=a29f96dc-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:39:37+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae984b6e-6735-11ed-8203-b61995b759dc | InvocationID=ae984cea-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:39:48+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5e2f6a4-6735-11ed-8203-b61995b759dc | InvocationID=a5e2f848-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:39:48+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4cdad4e-6735-11ed-8203-b61995b759dc | InvocationID=b4cdaefc-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:39:48+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4cdad4e-6735-11ed-8203-b61995b759dc | InvocationID=b4cdaefc-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:39:48+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4cdad4e-6735-11ed-8203-b61995b759dc | InvocationID=b4cdaefc-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:39:58+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae984b6e-6735-11ed-8203-b61995b759dc | InvocationID=ae984cea-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:39:58+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baeba2ee-6735-11ed-8203-b61995b759dc | InvocationID=baeba474-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:40:13+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4cdad4e-6735-11ed-8203-b61995b759dc | InvocationID=b4cdaefc-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:40:13+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b83fa4-6735-11ed-8203-b61995b759dc | InvocationID=c3b84134-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:40:13+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b83fa4-6735-11ed-8203-b61995b759dc | InvocationID=c3b84134-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:40:13+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b83fa4-6735-11ed-8203-b61995b759dc | InvocationID=c3b84134-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:40:23+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baeba2ee-6735-11ed-8203-b61995b759dc | InvocationID=baeba474-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:40:23+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ae763a-6735-11ed-8203-b61995b759dc | InvocationID=c9ae7860-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:40:38+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b83fa4-6735-11ed-8203-b61995b759dc | InvocationID=c3b84134-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:40:38+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a34ed2-6735-11ed-8203-b61995b759dc | InvocationID=d2a350b2-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:40:38+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a34ed2-6735-11ed-8203-b61995b759dc | InvocationID=d2a350b2-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:40:38+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a34ed2-6735-11ed-8203-b61995b759dc | InvocationID=d2a350b2-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:40:48+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9ae763a-6735-11ed-8203-b61995b759dc | InvocationID=c9ae7860-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:40:48+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d86f1aee-6735-11ed-8203-b61995b759dc | InvocationID=d86f1d6e-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:41:03+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a34ed2-6735-11ed-8203-b61995b759dc | InvocationID=d2a350b2-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:41:03+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1900caa-6735-11ed-8203-b61995b759dc | InvocationID=e1900e26-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:41:03+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1900caa-6735-11ed-8203-b61995b759dc | InvocationID=e1900e26-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:41:03+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1900caa-6735-11ed-8203-b61995b759dc | InvocationID=e1900e26-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:41:12+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d86f1aee-6735-11ed-8203-b61995b759dc | InvocationID=d86f1d6e-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:41:12+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e735369e-6735-11ed-8203-b61995b759dc | InvocationID=e735390a-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:41:28+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1900caa-6735-11ed-8203-b61995b759dc | InvocationID=e1900e26-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:41:28+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07b748e-6735-11ed-8203-b61995b759dc | InvocationID=f07b76d2-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:41:28+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07b748e-6735-11ed-8203-b61995b759dc | InvocationID=f07b76d2-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:41:28+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f07b748e-6735-11ed-8203-b61995b759dc | InvocationID=f07b76d2-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:41:37+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e735369e-6735-11ed-8203-b61995b759dc | InvocationID=e735390a-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:41:37+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fd2074-6735-11ed-8203-b61995b759dc | InvocationID=f5fd2466-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:41:53+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f07b748e-6735-11ed-8203-b61995b759dc | InvocationID=f07b76d2-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:41:53+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff668966-6735-11ed-8203-b61995b759dc | InvocationID=ff668b50-6735-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:41:53+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff668966-6735-11ed-8203-b61995b759dc | InvocationID=ff668b50-6735-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:41:53+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff668966-6735-11ed-8203-b61995b759dc | InvocationID=ff668b50-6735-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:42:02+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5fd2074-6735-11ed-8203-b61995b759dc | InvocationID=f5fd2466-6735-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:42:02+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04be84d6-6736-11ed-8203-b61995b759dc | InvocationID=04be8710-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:42:18+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff668966-6735-11ed-8203-b61995b759dc | InvocationID=ff668b50-6735-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:42:18+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5363cc-6736-11ed-8203-b61995b759dc | InvocationID=0e53657a-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:42:18+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5363cc-6736-11ed-8203-b61995b759dc | InvocationID=0e53657a-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:42:18+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5363cc-6736-11ed-8203-b61995b759dc | InvocationID=0e53657a-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:42:27+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04be84d6-6736-11ed-8203-b61995b759dc | InvocationID=04be8710-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:42:27+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137eba22-6736-11ed-8203-b61995b759dc | InvocationID=137ebc20-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:42:43+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5363cc-6736-11ed-8203-b61995b759dc | InvocationID=0e53657a-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:42:43+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d3dcca6-6736-11ed-8203-b61995b759dc | InvocationID=1d3dce90-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:42:43+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d3dcca6-6736-11ed-8203-b61995b759dc | InvocationID=1d3dce90-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:42:43+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d3dcca6-6736-11ed-8203-b61995b759dc | InvocationID=1d3dce90-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:42:51+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=137eba22-6736-11ed-8203-b61995b759dc | InvocationID=137ebc20-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:42:51+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2242ee52-6736-11ed-8203-b61995b759dc | InvocationID=2242f0b4-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:43:08+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d3dcca6-6736-11ed-8203-b61995b759dc | InvocationID=1d3dce90-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:43:08+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c287720-6736-11ed-8203-b61995b759dc | InvocationID=2c287914-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:43:08+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c287720-6736-11ed-8203-b61995b759dc | InvocationID=2c287914-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:43:08+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c287720-6736-11ed-8203-b61995b759dc | InvocationID=2c287914-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:43:16+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2242ee52-6736-11ed-8203-b61995b759dc | InvocationID=2242f0b4-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:43:16+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3104fcd2-6736-11ed-8203-b61995b759dc | InvocationID=3104fe4e-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:43:33+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c287720-6736-11ed-8203-b61995b759dc | InvocationID=2c287914-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:43:33+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b167ac0-6736-11ed-8203-b61995b759dc | InvocationID=3b167c3c-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:43:33+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b167ac0-6736-11ed-8203-b61995b759dc | InvocationID=3b167c3c-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:43:33+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b167ac0-6736-11ed-8203-b61995b759dc | InvocationID=3b167c3c-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:43:41+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3104fcd2-6736-11ed-8203-b61995b759dc | InvocationID=3104fe4e-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:43:41+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc55b40-6736-11ed-8203-b61995b759dc | InvocationID=3fc55d34-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:43:58+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b167ac0-6736-11ed-8203-b61995b759dc | InvocationID=3b167c3c-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:43:58+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a015c3a-6736-11ed-8203-b61995b759dc | InvocationID=4a015e42-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:43:58+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a015c3a-6736-11ed-8203-b61995b759dc | InvocationID=4a015e42-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:43:58+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a015c3a-6736-11ed-8203-b61995b759dc | InvocationID=4a015e42-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:44:06+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc55b40-6736-11ed-8203-b61995b759dc | InvocationID=3fc55d34-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:44:06+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e86371c-6736-11ed-8203-b61995b759dc | InvocationID=4e8638ac-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:44:23+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a015c3a-6736-11ed-8203-b61995b759dc | InvocationID=4a015e42-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:44:23+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58eb6f2e-6736-11ed-8203-b61995b759dc | InvocationID=58eb70d2-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:44:23+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58eb6f2e-6736-11ed-8203-b61995b759dc | InvocationID=58eb70d2-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:44:23+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58eb6f2e-6736-11ed-8203-b61995b759dc | InvocationID=58eb70d2-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:44:30+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e86371c-6736-11ed-8203-b61995b759dc | InvocationID=4e8638ac-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:44:30+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d486d6a-6736-11ed-8203-b61995b759dc | InvocationID=5d486f36-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:44:48+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58eb6f2e-6736-11ed-8203-b61995b759dc | InvocationID=58eb70d2-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:44:48+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d5caa2-6736-11ed-8203-b61995b759dc | InvocationID=67d5cc46-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:44:48+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67d5caa2-6736-11ed-8203-b61995b759dc | InvocationID=67d5cc46-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:44:48+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d5caa2-6736-11ed-8203-b61995b759dc | InvocationID=67d5cc46-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:44:55+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d486d6a-6736-11ed-8203-b61995b759dc | InvocationID=5d486f36-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:44:55+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c0a8162-6736-11ed-8203-b61995b759dc | InvocationID=6c0a836a-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:45:13+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67d5caa2-6736-11ed-8203-b61995b759dc | InvocationID=67d5cc46-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:45:13+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c04dee-6736-11ed-8203-b61995b759dc | InvocationID=76c04fba-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:45:13+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c04dee-6736-11ed-8203-b61995b759dc | InvocationID=76c04fba-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:45:13+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c04dee-6736-11ed-8203-b61995b759dc | InvocationID=76c04fba-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:45:20+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c0a8162-6736-11ed-8203-b61995b759dc | InvocationID=6c0a836a-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:45:20+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad0d05c-6736-11ed-8203-b61995b759dc | InvocationID=7ad0d296-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:45:38+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c04dee-6736-11ed-8203-b61995b759dc | InvocationID=76c04fba-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:45:38+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85aaafd4-6736-11ed-8203-b61995b759dc | InvocationID=85aab22c-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:45:38+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85aaafd4-6736-11ed-8203-b61995b759dc | InvocationID=85aab22c-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:45:38+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85aaafd4-6736-11ed-8203-b61995b759dc | InvocationID=85aab22c-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:45:45+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ad0d05c-6736-11ed-8203-b61995b759dc | InvocationID=7ad0d296-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:45:45+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8990d100-6736-11ed-8203-b61995b759dc | InvocationID=8990d2f4-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:46:03+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85aaafd4-6736-11ed-8203-b61995b759dc | InvocationID=85aab22c-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:46:03+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949a2ace-6736-11ed-8203-b61995b759dc | InvocationID=949a2c54-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:46:03+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949a2ace-6736-11ed-8203-b61995b759dc | InvocationID=949a2c54-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:03+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949a2ace-6736-11ed-8203-b61995b759dc | InvocationID=949a2c54-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:09+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8990d100-6736-11ed-8203-b61995b759dc | InvocationID=8990d2f4-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:46:09+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=985294b2-6736-11ed-8203-b61995b759dc | InvocationID=985296c4-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:46:28+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949a2ace-6736-11ed-8203-b61995b759dc | InvocationID=949a2c54-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:46:28+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a384ae88-6736-11ed-8203-b61995b759dc | InvocationID=a384bb58-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:46:28+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a384ae88-6736-11ed-8203-b61995b759dc | InvocationID=a384bb58-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:28+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a384ae88-6736-11ed-8203-b61995b759dc | InvocationID=a384bb58-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:34+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=985294b2-6736-11ed-8203-b61995b759dc | InvocationID=985296c4-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:46:34+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a716c1b2-6736-11ed-8203-b61995b759dc | InvocationID=a716c662-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:46:53+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a384ae88-6736-11ed-8203-b61995b759dc | InvocationID=a384bb58-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:46:53+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b270410a-6736-11ed-8203-b61995b759dc | InvocationID=b270427c-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:46:53+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b270410a-6736-11ed-8203-b61995b759dc | InvocationID=b270427c-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:53+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b270410a-6736-11ed-8203-b61995b759dc | InvocationID=b270427c-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:46:59+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a716c1b2-6736-11ed-8203-b61995b759dc | InvocationID=a716c662-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:46:59+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d76936-6736-11ed-8203-b61995b759dc | InvocationID=b5d76b3e-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:47:18+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b270410a-6736-11ed-8203-b61995b759dc | InvocationID=b270427c-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:47:18+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15b36c0-6736-11ed-8203-b61995b759dc | InvocationID=c15b38be-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:47:18+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15b36c0-6736-11ed-8203-b61995b759dc | InvocationID=c15b38be-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:47:18+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c15b36c0-6736-11ed-8203-b61995b759dc | InvocationID=c15b38be-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:47:24+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5d76936-6736-11ed-8203-b61995b759dc | InvocationID=b5d76b3e-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:47:24+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4990a56-6736-11ed-8203-b61995b759dc | InvocationID=c4990cf4-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:47:43+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c15b36c0-6736-11ed-8203-b61995b759dc | InvocationID=c15b38be-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:47:43+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d048e6fa-6736-11ed-8203-b61995b759dc | InvocationID=d048e902-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:47:43+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d048e6fa-6736-11ed-8203-b61995b759dc | InvocationID=d048e902-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:47:43+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d048e6fa-6736-11ed-8203-b61995b759dc | InvocationID=d048e902-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:47:49+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4990a56-6736-11ed-8203-b61995b759dc | InvocationID=c4990cf4-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:47:49+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3606e9e-6736-11ed-8203-b61995b759dc | InvocationID=d36074ac-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:48:08+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d048e6fa-6736-11ed-8203-b61995b759dc | InvocationID=d048e902-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:48:08+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3478c8-6736-11ed-8203-b61995b759dc | InvocationID=df347d8c-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:48:08+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3478c8-6736-11ed-8203-b61995b759dc | InvocationID=df347d8c-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:48:08+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3478c8-6736-11ed-8203-b61995b759dc | InvocationID=df347d8c-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:48:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3606e9e-6736-11ed-8203-b61995b759dc | InvocationID=d36074ac-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:48:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e224c5f6-6736-11ed-8203-b61995b759dc | InvocationID=e224c7c2-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:48:33+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3478c8-6736-11ed-8203-b61995b759dc | InvocationID=df347d8c-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:48:33+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee21a662-6736-11ed-8203-b61995b759dc | InvocationID=ee21ab58-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:48:33+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee21a662-6736-11ed-8203-b61995b759dc | InvocationID=ee21ab58-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:48:33+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee21a662-6736-11ed-8203-b61995b759dc | InvocationID=ee21ab58-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:48:38+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e224c5f6-6736-11ed-8203-b61995b759dc | InvocationID=e224c7c2-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:48:38+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e59d86-6736-11ed-8203-b61995b759dc | InvocationID=f0e59fc0-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:48:58+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee21a662-6736-11ed-8203-b61995b759dc | InvocationID=ee21ab58-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:48:58+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0df5d6-6736-11ed-8203-b61995b759dc | InvocationID=fd0df82e-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:48:59+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0df5d6-6736-11ed-8203-b61995b759dc | InvocationID=fd0df82e-6736-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:48:59+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd0df5d6-6736-11ed-8203-b61995b759dc | InvocationID=fd0df82e-6736-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:49:03+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e59d86-6736-11ed-8203-b61995b759dc | InvocationID=f0e59fc0-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:49:03+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa7c222-6736-11ed-8203-b61995b759dc | InvocationID=ffa7c402-6736-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:49:24+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd0df5d6-6736-11ed-8203-b61995b759dc | InvocationID=fd0df82e-6736-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:49:24+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf9293a-6737-11ed-8203-b61995b759dc | InvocationID=0bf92bce-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:49:24+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf9293a-6737-11ed-8203-b61995b759dc | InvocationID=0bf92bce-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:49:24+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bf9293a-6737-11ed-8203-b61995b759dc | InvocationID=0bf92bce-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:49:28+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa7c222-6736-11ed-8203-b61995b759dc | InvocationID=ffa7c402-6736-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:49:28+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e6be84c-6737-11ed-8203-b61995b759dc | InvocationID=0e6bea4a-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:49:49+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bf9293a-6737-11ed-8203-b61995b759dc | InvocationID=0bf92bce-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:49:49+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae5e88e-6737-11ed-8203-b61995b759dc | InvocationID=1ae5ea14-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:49:49+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae5e88e-6737-11ed-8203-b61995b759dc | InvocationID=1ae5ea14-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:49:49+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ae5e88e-6737-11ed-8203-b61995b759dc | InvocationID=1ae5ea14-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:49:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e6be84c-6737-11ed-8203-b61995b759dc | InvocationID=0e6bea4a-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:49:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d2eea1e-6737-11ed-8203-b61995b759dc | InvocationID=1d2eeb9a-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:50:14+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ae5e88e-6737-11ed-8203-b61995b759dc | InvocationID=1ae5ea14-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:50:14+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d0d156-6737-11ed-8203-b61995b759dc | InvocationID=29d0d2f0-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:50:14+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d0d156-6737-11ed-8203-b61995b759dc | InvocationID=29d0d2f0-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:50:14+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d0d156-6737-11ed-8203-b61995b759dc | InvocationID=29d0d2f0-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:50:17+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d2eea1e-6737-11ed-8203-b61995b759dc | InvocationID=1d2eeb9a-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:50:17+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bf1b216-6737-11ed-8203-b61995b759dc | InvocationID=2bf1b414-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:50:39+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d0d156-6737-11ed-8203-b61995b759dc | InvocationID=29d0d2f0-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:50:39+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38bb97d2-6737-11ed-8203-b61995b759dc | InvocationID=38bb99e4-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:50:39+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38bb97d2-6737-11ed-8203-b61995b759dc | InvocationID=38bb99e4-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:50:39+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38bb97d2-6737-11ed-8203-b61995b759dc | InvocationID=38bb99e4-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:50:42+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bf1b216-6737-11ed-8203-b61995b759dc | InvocationID=2bf1b414-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:50:42+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ab3783e-6737-11ed-8203-b61995b759dc | InvocationID=3ab37a28-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:51:04+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38bb97d2-6737-11ed-8203-b61995b759dc | InvocationID=38bb99e4-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:51:04+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a63d10-6737-11ed-8203-b61995b759dc | InvocationID=47a63f5e-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:51:04+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a63d10-6737-11ed-8203-b61995b759dc | InvocationID=47a63f5e-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:04+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a63d10-6737-11ed-8203-b61995b759dc | InvocationID=47a63f5e-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:07+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ab3783e-6737-11ed-8203-b61995b759dc | InvocationID=3ab37a28-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:51:07+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49751e40-6737-11ed-8203-b61995b759dc | InvocationID=49752048-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:51:29+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a63d10-6737-11ed-8203-b61995b759dc | InvocationID=47a63f5e-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:51:29+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5690e852-6737-11ed-8203-b61995b759dc | InvocationID=5690f2de-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:51:29+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5690e852-6737-11ed-8203-b61995b759dc | InvocationID=5690f2de-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:29+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5690e852-6737-11ed-8203-b61995b759dc | InvocationID=5690f2de-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:31+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49751e40-6737-11ed-8203-b61995b759dc | InvocationID=49752048-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:51:31+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=583bd73e-6737-11ed-8203-b61995b759dc | InvocationID=583bd93c-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:51:54+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5690e852-6737-11ed-8203-b61995b759dc | InvocationID=5690f2de-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:51:54+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657bc3aa-6737-11ed-8203-b61995b759dc | InvocationID=657bc594-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:51:54+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657bc3aa-6737-11ed-8203-b61995b759dc | InvocationID=657bc594-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:54+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657bc3aa-6737-11ed-8203-b61995b759dc | InvocationID=657bc594-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:51:56+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=583bd73e-6737-11ed-8203-b61995b759dc | InvocationID=583bd93c-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:51:56+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fe5f6c-6737-11ed-8203-b61995b759dc | InvocationID=66fe61f6-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:52:19+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657bc3aa-6737-11ed-8203-b61995b759dc | InvocationID=657bc594-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:52:19+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746936c2-6737-11ed-8203-b61995b759dc | InvocationID=74693884-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:52:19+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746936c2-6737-11ed-8203-b61995b759dc | InvocationID=74693884-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:52:19+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746936c2-6737-11ed-8203-b61995b759dc | InvocationID=74693884-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:52:21+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66fe5f6c-6737-11ed-8203-b61995b759dc | InvocationID=66fe61f6-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:52:21+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c04704-6737-11ed-8203-b61995b759dc | InvocationID=75c04916-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:52:44+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746936c2-6737-11ed-8203-b61995b759dc | InvocationID=74693884-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:52:44+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8355022e-6737-11ed-8203-b61995b759dc | InvocationID=835503d2-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:52:44+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8355022e-6737-11ed-8203-b61995b759dc | InvocationID=835503d2-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:52:44+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8355022e-6737-11ed-8203-b61995b759dc | InvocationID=835503d2-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:52:46+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75c04704-6737-11ed-8203-b61995b759dc | InvocationID=75c04916-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:52:46+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=848217ea-6737-11ed-8203-b61995b759dc | InvocationID=848219e8-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:53:09+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8355022e-6737-11ed-8203-b61995b759dc | InvocationID=835503d2-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:53:09+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=923ff028-6737-11ed-8203-b61995b759dc | InvocationID=923ff4e2-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:53:09+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=923ff028-6737-11ed-8203-b61995b759dc | InvocationID=923ff4e2-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:53:09+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=923ff028-6737-11ed-8203-b61995b759dc | InvocationID=923ff4e2-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:53:11+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=848217ea-6737-11ed-8203-b61995b759dc | InvocationID=848219e8-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:53:11+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93488b92-6737-11ed-8203-b61995b759dc | InvocationID=9348a532-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:53:34+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=923ff028-6737-11ed-8203-b61995b759dc | InvocationID=923ff4e2-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:53:34+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12b3700-6737-11ed-8203-b61995b759dc | InvocationID=a12b38ea-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:53:34+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12b3700-6737-11ed-8203-b61995b759dc | InvocationID=a12b38ea-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:53:34+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12b3700-6737-11ed-8203-b61995b759dc | InvocationID=a12b38ea-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:53:35+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93488b92-6737-11ed-8203-b61995b759dc | InvocationID=9348a532-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:53:35+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a209aa12-6737-11ed-8203-b61995b759dc | InvocationID=a209ac10-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:53:59+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12b3700-6737-11ed-8203-b61995b759dc | InvocationID=a12b38ea-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:53:59+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b015f034-6737-11ed-8203-b61995b759dc | InvocationID=b015f28c-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:53:59+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b015f034-6737-11ed-8203-b61995b759dc | InvocationID=b015f28c-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:53:59+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b015f034-6737-11ed-8203-b61995b759dc | InvocationID=b015f28c-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:54:00+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a209aa12-6737-11ed-8203-b61995b759dc | InvocationID=a209ac10-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:54:00+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0cda1c0-6737-11ed-8203-b61995b759dc | InvocationID=b0cda332-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:54:24+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b015f034-6737-11ed-8203-b61995b759dc | InvocationID=b015f28c-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:54:24+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf025574-6737-11ed-8203-b61995b759dc | InvocationID=bf02577c-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:54:24+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf025574-6737-11ed-8203-b61995b759dc | InvocationID=bf02577c-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:54:24+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf025574-6737-11ed-8203-b61995b759dc | InvocationID=bf02577c-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:54:25+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0cda1c0-6737-11ed-8203-b61995b759dc | InvocationID=b0cda332-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:54:25+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf90b0b2-6737-11ed-8203-b61995b759dc | InvocationID=bf90b292-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:54:49+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf025574-6737-11ed-8203-b61995b759dc | InvocationID=bf02577c-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:54:49+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdece414-6737-11ed-8203-b61995b759dc | InvocationID=cdecf4a4-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:54:49+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdece414-6737-11ed-8203-b61995b759dc | InvocationID=cdecf4a4-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:54:49+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdece414-6737-11ed-8203-b61995b759dc | InvocationID=cdecf4a4-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:54:50+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf90b0b2-6737-11ed-8203-b61995b759dc | InvocationID=bf90b292-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:54:50+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce535ff0-6737-11ed-8203-b61995b759dc | InvocationID=ce53625c-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:55:14+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdece414-6737-11ed-8203-b61995b759dc | InvocationID=cdecf4a4-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:55:14+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd80486-6737-11ed-8203-b61995b759dc | InvocationID=dcd80710-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:55:14+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd80486-6737-11ed-8203-b61995b759dc | InvocationID=dcd80710-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:55:14+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd80486-6737-11ed-8203-b61995b759dc | InvocationID=dcd80710-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:55:14+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce535ff0-6737-11ed-8203-b61995b759dc | InvocationID=ce53625c-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:55:14+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd15a066-6737-11ed-8203-b61995b759dc | InvocationID=dd15a25a-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:55:39+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcd80486-6737-11ed-8203-b61995b759dc | InvocationID=dcd80710-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:55:39+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc2189c-6737-11ed-8203-b61995b759dc | InvocationID=ebc21a9a-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:55:39+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc2189c-6737-11ed-8203-b61995b759dc | InvocationID=ebc21a9a-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:55:39+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc2189c-6737-11ed-8203-b61995b759dc | InvocationID=ebc21a9a-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:55:39+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd15a066-6737-11ed-8203-b61995b759dc | InvocationID=dd15a25a-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:55:39+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd6050a-6737-11ed-8203-b61995b759dc | InvocationID=ebd60690-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:56:04+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebd6050a-6737-11ed-8203-b61995b759dc | InvocationID=ebd60690-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:56:04+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9ad836-6737-11ed-8203-b61995b759dc | InvocationID=fa9ad9b2-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:56:04+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc2189c-6737-11ed-8203-b61995b759dc | InvocationID=ebc21a9a-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:56:04+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faac8fcc-6737-11ed-8203-b61995b759dc | InvocationID=faac9210-6737-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:56:04+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faac8fcc-6737-11ed-8203-b61995b759dc | InvocationID=faac9210-6737-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:56:04+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faac8fcc-6737-11ed-8203-b61995b759dc | InvocationID=faac9210-6737-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:56:29+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa9ad836-6737-11ed-8203-b61995b759dc | InvocationID=fa9ad9b2-6737-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:56:29+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095bbf66-6738-11ed-8203-b61995b759dc | InvocationID=095bc1a0-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:56:29+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faac8fcc-6737-11ed-8203-b61995b759dc | InvocationID=faac9210-6737-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:56:29+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09987870-6738-11ed-8203-b61995b759dc | InvocationID=099879f6-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:56:29+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09987870-6738-11ed-8203-b61995b759dc | InvocationID=099879f6-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:56:29+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09987870-6738-11ed-8203-b61995b759dc | InvocationID=099879f6-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:56:53+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095bbf66-6738-11ed-8203-b61995b759dc | InvocationID=095bc1a0-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:56:53+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=181eae3c-6738-11ed-8203-b61995b759dc | InvocationID=181eb026-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:56:54+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09987870-6738-11ed-8203-b61995b759dc | InvocationID=099879f6-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:56:54+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18830dbe-6738-11ed-8203-b61995b759dc | InvocationID=18830f58-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:56:54+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18830dbe-6738-11ed-8203-b61995b759dc | InvocationID=18830f58-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:56:54+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18830dbe-6738-11ed-8203-b61995b759dc | InvocationID=18830f58-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:57:18+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=181eae3c-6738-11ed-8203-b61995b759dc | InvocationID=181eb026-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:57:18+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26de8208-6738-11ed-8203-b61995b759dc | InvocationID=26de8384-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:57:19+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18830dbe-6738-11ed-8203-b61995b759dc | InvocationID=18830f58-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:57:19+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276f2f56-6738-11ed-8203-b61995b759dc | InvocationID=276f3122-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:57:19+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276f2f56-6738-11ed-8203-b61995b759dc | InvocationID=276f3122-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:57:19+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=276f2f56-6738-11ed-8203-b61995b759dc | InvocationID=276f3122-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:57:43+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26de8208-6738-11ed-8203-b61995b759dc | InvocationID=26de8384-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:57:43+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a0718e-6738-11ed-8203-b61995b759dc | InvocationID=35a07396-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:57:44+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=276f2f56-6738-11ed-8203-b61995b759dc | InvocationID=276f3122-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:57:44+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=365b21b4-6738-11ed-8203-b61995b759dc | InvocationID=365b2326-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:57:44+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=365b21b4-6738-11ed-8203-b61995b759dc | InvocationID=365b2326-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:57:44+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=365b21b4-6738-11ed-8203-b61995b759dc | InvocationID=365b2326-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:08+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35a0718e-6738-11ed-8203-b61995b759dc | InvocationID=35a07396-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:58:08+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4460bc10-6738-11ed-8203-b61995b759dc | InvocationID=4460be04-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:58:09+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=365b21b4-6738-11ed-8203-b61995b759dc | InvocationID=365b2326-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:58:09+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45458516-6738-11ed-8203-b61995b759dc | InvocationID=454586ba-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:58:09+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45458516-6738-11ed-8203-b61995b759dc | InvocationID=454586ba-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:09+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45458516-6738-11ed-8203-b61995b759dc | InvocationID=454586ba-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:32+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4460bc10-6738-11ed-8203-b61995b759dc | InvocationID=4460be04-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:58:32+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53212208-6738-11ed-8203-b61995b759dc | InvocationID=532123d4-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:58:34+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45458516-6738-11ed-8203-b61995b759dc | InvocationID=454586ba-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:58:34+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=542fba2e-6738-11ed-8203-b61995b759dc | InvocationID=542fbbaa-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:58:34+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=542fba2e-6738-11ed-8203-b61995b759dc | InvocationID=542fbbaa-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:34+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=542fba2e-6738-11ed-8203-b61995b759dc | InvocationID=542fbbaa-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:57+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53212208-6738-11ed-8203-b61995b759dc | InvocationID=532123d4-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:58:57+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e294c0-6738-11ed-8203-b61995b759dc | InvocationID=61e29646-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:58:59+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=542fba2e-6738-11ed-8203-b61995b759dc | InvocationID=542fbbaa-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:58:59+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6319cd86-6738-11ed-8203-b61995b759dc | InvocationID=6319cf20-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:58:59+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6319cd86-6738-11ed-8203-b61995b759dc | InvocationID=6319cf20-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:58:59+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6319cd86-6738-11ed-8203-b61995b759dc | InvocationID=6319cf20-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:59:22+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61e294c0-6738-11ed-8203-b61995b759dc | InvocationID=61e29646-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:59:22+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70a305a8-6738-11ed-8203-b61995b759dc | InvocationID=70a30756-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:59:24+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6319cd86-6738-11ed-8203-b61995b759dc | InvocationID=6319cf20-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:59:24+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=720434da-6738-11ed-8203-b61995b759dc | InvocationID=720436a6-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:59:24+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=720434da-6738-11ed-8203-b61995b759dc | InvocationID=720436a6-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:59:24+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=720434da-6738-11ed-8203-b61995b759dc | InvocationID=720436a6-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:59:47+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70a305a8-6738-11ed-8203-b61995b759dc | InvocationID=70a30756-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T11:59:47+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f643a3a-6738-11ed-8203-b61995b759dc | InvocationID=7f643c10-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T11:59:49+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=720434da-6738-11ed-8203-b61995b759dc | InvocationID=720436a6-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T11:59:49+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80eed608-6738-11ed-8203-b61995b759dc | InvocationID=80eed7de-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T11:59:49+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80eed608-6738-11ed-8203-b61995b759dc | InvocationID=80eed7de-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T11:59:49+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80eed608-6738-11ed-8203-b61995b759dc | InvocationID=80eed7de-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:00:11+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f643a3a-6738-11ed-8203-b61995b759dc | InvocationID=7f643c10-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:00:11+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e27776c-6738-11ed-8203-b61995b759dc | InvocationID=8e27792e-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:00:14+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80eed608-6738-11ed-8203-b61995b759dc | InvocationID=80eed7de-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:00:14+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fd9d9e2-6738-11ed-8203-b61995b759dc | InvocationID=8fd9dbb8-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:00:14+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fd9d9e2-6738-11ed-8203-b61995b759dc | InvocationID=8fd9dbb8-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:00:14+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fd9d9e2-6738-11ed-8203-b61995b759dc | InvocationID=8fd9dbb8-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:00:36+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e27776c-6738-11ed-8203-b61995b759dc | InvocationID=8e27792e-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:00:36+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce95ebe-6738-11ed-8203-b61995b759dc | InvocationID=9ce96332-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:00:39+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fd9d9e2-6738-11ed-8203-b61995b759dc | InvocationID=8fd9dbb8-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:00:39+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec4adc4-6738-11ed-8203-b61995b759dc | InvocationID=9ec4af54-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:00:39+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec4adc4-6738-11ed-8203-b61995b759dc | InvocationID=9ec4af54-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:00:39+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ec4adc4-6738-11ed-8203-b61995b759dc | InvocationID=9ec4af54-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:01+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ce95ebe-6738-11ed-8203-b61995b759dc | InvocationID=9ce96332-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:01:01+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abaa5cfa-6738-11ed-8203-b61995b759dc | InvocationID=abaa5f84-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:01:04+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ec4adc4-6738-11ed-8203-b61995b759dc | InvocationID=9ec4af54-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:01:04+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adaf42c2-6738-11ed-8203-b61995b759dc | InvocationID=adaf44de-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:01:04+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adaf42c2-6738-11ed-8203-b61995b759dc | InvocationID=adaf44de-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:04+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adaf42c2-6738-11ed-8203-b61995b759dc | InvocationID=adaf44de-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:26+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abaa5cfa-6738-11ed-8203-b61995b759dc | InvocationID=abaa5f84-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:01:26+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6b8476-6738-11ed-8203-b61995b759dc | InvocationID=ba6b8688-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:01:29+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adaf42c2-6738-11ed-8203-b61995b759dc | InvocationID=adaf44de-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:01:29+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc9a1ae6-6738-11ed-8203-b61995b759dc | InvocationID=bc9a1d0c-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:01:29+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc9a1ae6-6738-11ed-8203-b61995b759dc | InvocationID=bc9a1d0c-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:29+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc9a1ae6-6738-11ed-8203-b61995b759dc | InvocationID=bc9a1d0c-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:50+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba6b8476-6738-11ed-8203-b61995b759dc | InvocationID=ba6b8688-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:01:50+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c92de4cc-6738-11ed-8203-b61995b759dc | InvocationID=c92de7b0-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:01:54+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc9a1ae6-6738-11ed-8203-b61995b759dc | InvocationID=bc9a1d0c-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:01:54+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb847a24-6738-11ed-8203-b61995b759dc | InvocationID=cb847c22-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:01:54+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb847a24-6738-11ed-8203-b61995b759dc | InvocationID=cb847c22-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:01:54+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb847a24-6738-11ed-8203-b61995b759dc | InvocationID=cb847c22-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:02:15+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c92de4cc-6738-11ed-8203-b61995b759dc | InvocationID=c92de7b0-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:02:15+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ef636e-6738-11ed-8203-b61995b759dc | InvocationID=d7ef656c-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:02:19+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb847a24-6738-11ed-8203-b61995b759dc | InvocationID=cb847c22-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:02:19+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da74910e-6738-11ed-8203-b61995b759dc | InvocationID=da7492ee-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:02:19+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da74910e-6738-11ed-8203-b61995b759dc | InvocationID=da7492ee-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:02:19+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da74910e-6738-11ed-8203-b61995b759dc | InvocationID=da7492ee-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:02:40+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7ef636e-6738-11ed-8203-b61995b759dc | InvocationID=d7ef656c-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:02:40+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b2195a-6738-11ed-8203-b61995b759dc | InvocationID=e6b21afe-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:02:44+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da74910e-6738-11ed-8203-b61995b759dc | InvocationID=da7492ee-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:02:44+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9607ebc-6738-11ed-8203-b61995b759dc | InvocationID=e9635916-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:02:45+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9607ebc-6738-11ed-8203-b61995b759dc | InvocationID=e9635916-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:02:45+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9607ebc-6738-11ed-8203-b61995b759dc | InvocationID=e9635916-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:03:05+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6b2195a-6738-11ed-8203-b61995b759dc | InvocationID=e6b21afe-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:03:05+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57351b6-6738-11ed-8203-b61995b759dc | InvocationID=f57353d2-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:03:10+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9607ebc-6738-11ed-8203-b61995b759dc | InvocationID=e9635916-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:03:10+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f864e09c-6738-11ed-8203-b61995b759dc | InvocationID=f864e286-6738-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:03:10+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f864e09c-6738-11ed-8203-b61995b759dc | InvocationID=f864e286-6738-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:03:10+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f864e09c-6738-11ed-8203-b61995b759dc | InvocationID=f864e286-6738-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:03:29+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57351b6-6738-11ed-8203-b61995b759dc | InvocationID=f57353d2-6738-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:03:29+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04354fce-6739-11ed-8203-b61995b759dc | InvocationID=043551e0-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:03:35+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f864e09c-6738-11ed-8203-b61995b759dc | InvocationID=f864e286-6738-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:03:35+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0750d552-6739-11ed-8203-b61995b759dc | InvocationID=0750d796-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:03:35+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0750d552-6739-11ed-8203-b61995b759dc | InvocationID=0750d796-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:03:35+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0750d552-6739-11ed-8203-b61995b759dc | InvocationID=0750d796-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:03:54+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04354fce-6739-11ed-8203-b61995b759dc | InvocationID=043551e0-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:03:54+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12f6a274-6739-11ed-8203-b61995b759dc | InvocationID=12f6a454-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:04:00+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0750d552-6739-11ed-8203-b61995b759dc | InvocationID=0750d796-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:04:00+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=163bbd0c-6739-11ed-8203-b61995b759dc | InvocationID=163bbf00-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:04:00+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=163bbd0c-6739-11ed-8203-b61995b759dc | InvocationID=163bbf00-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:04:00+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=163bbd0c-6739-11ed-8203-b61995b759dc | InvocationID=163bbf00-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:04:19+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12f6a274-6739-11ed-8203-b61995b759dc | InvocationID=12f6a454-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:04:19+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b6d284-6739-11ed-8203-b61995b759dc | InvocationID=21b6d43c-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:04:25+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=163bbd0c-6739-11ed-8203-b61995b759dc | InvocationID=163bbf00-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:04:25+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2526139e-6739-11ed-8203-b61995b759dc | InvocationID=25261592-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:04:25+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2526139e-6739-11ed-8203-b61995b759dc | InvocationID=25261592-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:04:25+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2526139e-6739-11ed-8203-b61995b759dc | InvocationID=25261592-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:04:44+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21b6d284-6739-11ed-8203-b61995b759dc | InvocationID=21b6d43c-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:04:44+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3078b5f8-6739-11ed-8203-b61995b759dc | InvocationID=3078b7ec-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:04:50+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2526139e-6739-11ed-8203-b61995b759dc | InvocationID=25261592-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:04:50+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34123072-6739-11ed-8203-b61995b759dc | InvocationID=3412320c-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:04:50+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34123072-6739-11ed-8203-b61995b759dc | InvocationID=3412320c-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:04:50+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34123072-6739-11ed-8203-b61995b759dc | InvocationID=3412320c-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:05:09+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3078b5f8-6739-11ed-8203-b61995b759dc | InvocationID=3078b7ec-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:05:09+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f3c593c-6739-11ed-8203-b61995b759dc | InvocationID=3f3c5aea-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:05:15+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34123072-6739-11ed-8203-b61995b759dc | InvocationID=3412320c-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:05:15+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fd830c-6739-11ed-8203-b61995b759dc | InvocationID=42fd84ec-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:05:15+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fd830c-6739-11ed-8203-b61995b759dc | InvocationID=42fd84ec-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:05:15+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42fd830c-6739-11ed-8203-b61995b759dc | InvocationID=42fd84ec-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:05:33+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f3c593c-6739-11ed-8203-b61995b759dc | InvocationID=3f3c5aea-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:05:33+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e012d3a-6739-11ed-8203-b61995b759dc | InvocationID=4e012fba-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:05:40+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42fd830c-6739-11ed-8203-b61995b759dc | InvocationID=42fd84ec-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:05:40+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e7bdd8-6739-11ed-8203-b61995b759dc | InvocationID=51e7c990-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:05:40+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e7bdd8-6739-11ed-8203-b61995b759dc | InvocationID=51e7c990-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:05:40+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e7bdd8-6739-11ed-8203-b61995b759dc | InvocationID=51e7c990-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:05:58+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e012d3a-6739-11ed-8203-b61995b759dc | InvocationID=4e012fba-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:05:58+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc153a4-6739-11ed-8203-b61995b759dc | InvocationID=5cc15c14-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:06:05+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e7bdd8-6739-11ed-8203-b61995b759dc | InvocationID=51e7c990-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:06:05+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d23bac-6739-11ed-8203-b61995b759dc | InvocationID=60d23d46-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:06:05+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d23bac-6739-11ed-8203-b61995b759dc | InvocationID=60d23d46-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:06:05+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d23bac-6739-11ed-8203-b61995b759dc | InvocationID=60d23d46-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:06:23+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cc153a4-6739-11ed-8203-b61995b759dc | InvocationID=5cc15c14-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:06:23+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b844928-6739-11ed-8203-b61995b759dc | InvocationID=6b844afe-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:06:30+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d23bac-6739-11ed-8203-b61995b759dc | InvocationID=60d23d46-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:06:30+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbddfc2-6739-11ed-8203-b61995b759dc | InvocationID=6fbde184-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:06:30+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbddfc2-6739-11ed-8203-b61995b759dc | InvocationID=6fbde184-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:06:30+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbddfc2-6739-11ed-8203-b61995b759dc | InvocationID=6fbde184-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:06:48+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b844928-6739-11ed-8203-b61995b759dc | InvocationID=6b844afe-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:06:48+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a461202-6739-11ed-8203-b61995b759dc | InvocationID=7a4613ec-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:06:55+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbddfc2-6739-11ed-8203-b61995b759dc | InvocationID=6fbde184-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:06:55+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea8272c-6739-11ed-8203-b61995b759dc | InvocationID=7ea828f8-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:06:55+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea8272c-6739-11ed-8203-b61995b759dc | InvocationID=7ea828f8-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:06:55+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ea8272c-6739-11ed-8203-b61995b759dc | InvocationID=7ea828f8-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:07:12+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a461202-6739-11ed-8203-b61995b759dc | InvocationID=7a4613ec-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:07:12+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89085e6c-6739-11ed-8203-b61995b759dc | InvocationID=89086056-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:07:20+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ea8272c-6739-11ed-8203-b61995b759dc | InvocationID=7ea828f8-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:07:20+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d93054a-6739-11ed-8203-b61995b759dc | InvocationID=8d930734-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:07:20+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d93054a-6739-11ed-8203-b61995b759dc | InvocationID=8d930734-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:07:20+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d93054a-6739-11ed-8203-b61995b759dc | InvocationID=8d930734-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:07:37+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89085e6c-6739-11ed-8203-b61995b759dc | InvocationID=89086056-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:07:37+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c8fe02-6739-11ed-8203-b61995b759dc | InvocationID=97c9058c-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:07:45+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d93054a-6739-11ed-8203-b61995b759dc | InvocationID=8d930734-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:07:45+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7d52ae-6739-11ed-8203-b61995b759dc | InvocationID=9c7d5484-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:07:45+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7d52ae-6739-11ed-8203-b61995b759dc | InvocationID=9c7d5484-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:07:45+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7d52ae-6739-11ed-8203-b61995b759dc | InvocationID=9c7d5484-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:08:02+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97c8fe02-6739-11ed-8203-b61995b759dc | InvocationID=97c9058c-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:08:02+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a68982e0-6739-11ed-8203-b61995b759dc | InvocationID=a68984de-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:08:10+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7d52ae-6739-11ed-8203-b61995b759dc | InvocationID=9c7d5484-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:08:10+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab68032c-6739-11ed-8203-b61995b759dc | InvocationID=ab6809da-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:08:10+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab68032c-6739-11ed-8203-b61995b759dc | InvocationID=ab6809da-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:08:10+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab68032c-6739-11ed-8203-b61995b759dc | InvocationID=ab6809da-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:08:27+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a68982e0-6739-11ed-8203-b61995b759dc | InvocationID=a68984de-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:08:27+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54a16e6-6739-11ed-8203-b61995b759dc | InvocationID=b54a1966-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:08:35+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab68032c-6739-11ed-8203-b61995b759dc | InvocationID=ab6809da-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:08:35+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba52dc36-6739-11ed-8203-b61995b759dc | InvocationID=ba52ddda-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:08:35+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba52dc36-6739-11ed-8203-b61995b759dc | InvocationID=ba52ddda-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:08:35+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba52dc36-6739-11ed-8203-b61995b759dc | InvocationID=ba52ddda-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:08:51+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b54a16e6-6739-11ed-8203-b61995b759dc | InvocationID=b54a1966-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:08:51+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40a43d6-6739-11ed-8203-b61995b759dc | InvocationID=c40a4638-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:09:00+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba52dc36-6739-11ed-8203-b61995b759dc | InvocationID=ba52ddda-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:09:00+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c93d8cc8-6739-11ed-8203-b61995b759dc | InvocationID=c93d8e94-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:09:00+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c93d8cc8-6739-11ed-8203-b61995b759dc | InvocationID=c93d8e94-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:09:00+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c93d8cc8-6739-11ed-8203-b61995b759dc | InvocationID=c93d8e94-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:09:16+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c40a43d6-6739-11ed-8203-b61995b759dc | InvocationID=c40a4638-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:09:16+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2cad250-6739-11ed-8203-b61995b759dc | InvocationID=d2cad3ea-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:09:25+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c93d8cc8-6739-11ed-8203-b61995b759dc | InvocationID=c93d8e94-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:09:25+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d827cc4e-6739-11ed-8203-b61995b759dc | InvocationID=d827ce56-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:09:25+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d827cc4e-6739-11ed-8203-b61995b759dc | InvocationID=d827ce56-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:09:25+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d827cc4e-6739-11ed-8203-b61995b759dc | InvocationID=d827ce56-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:09:41+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2cad250-6739-11ed-8203-b61995b759dc | InvocationID=d2cad3ea-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:09:41+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e18f0252-6739-11ed-8203-b61995b759dc | InvocationID=e18f045a-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:09:50+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d827cc4e-6739-11ed-8203-b61995b759dc | InvocationID=d827ce56-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:09:50+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e714768a-6739-11ed-8203-b61995b759dc | InvocationID=e71479aa-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:09:50+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e714768a-6739-11ed-8203-b61995b759dc | InvocationID=e71479aa-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:09:50+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e714768a-6739-11ed-8203-b61995b759dc | InvocationID=e71479aa-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:10:06+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e18f0252-6739-11ed-8203-b61995b759dc | InvocationID=e18f045a-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:10:06+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04f8708-6739-11ed-8203-b61995b759dc | InvocationID=f04f891a-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:10:15+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e714768a-6739-11ed-8203-b61995b759dc | InvocationID=e71479aa-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:10:15+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fed988-6739-11ed-8203-b61995b759dc | InvocationID=f5fedb22-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:10:15+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fed988-6739-11ed-8203-b61995b759dc | InvocationID=f5fedb22-6739-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:10:15+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5fed988-6739-11ed-8203-b61995b759dc | InvocationID=f5fedb22-6739-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:10:30+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f04f8708-6739-11ed-8203-b61995b759dc | InvocationID=f04f891a-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:10:30+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff0fbede-6739-11ed-8203-b61995b759dc | InvocationID=ff100042-6739-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:10:40+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5fed988-6739-11ed-8203-b61995b759dc | InvocationID=f5fedb22-6739-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:10:40+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e93bdc-673a-11ed-8203-b61995b759dc | InvocationID=04e93f7e-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:10:40+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e93bdc-673a-11ed-8203-b61995b759dc | InvocationID=04e93f7e-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:10:40+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04e93bdc-673a-11ed-8203-b61995b759dc | InvocationID=04e93f7e-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:10:55+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff0fbede-6739-11ed-8203-b61995b759dc | InvocationID=ff100042-6739-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:10:55+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd23f00-673a-11ed-8203-b61995b759dc | InvocationID=0dd31af6-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:11:05+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04e93bdc-673a-11ed-8203-b61995b759dc | InvocationID=04e93f7e-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:11:05+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d44998-673a-11ed-8203-b61995b759dc | InvocationID=13d44d30-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:11:05+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d44998-673a-11ed-8203-b61995b759dc | InvocationID=13d44d30-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:11:05+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d44998-673a-11ed-8203-b61995b759dc | InvocationID=13d44d30-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:11:20+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dd23f00-673a-11ed-8203-b61995b759dc | InvocationID=0dd31af6-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:11:20+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c96ca38-673a-11ed-8203-b61995b759dc | InvocationID=1c96cbc8-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:11:30+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d44998-673a-11ed-8203-b61995b759dc | InvocationID=13d44d30-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:11:30+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22bec104-673a-11ed-8203-b61995b759dc | InvocationID=22bec2da-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:11:30+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22bec104-673a-11ed-8203-b61995b759dc | InvocationID=22bec2da-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:11:30+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22bec104-673a-11ed-8203-b61995b759dc | InvocationID=22bec2da-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:11:45+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c96ca38-673a-11ed-8203-b61995b759dc | InvocationID=1c96cbc8-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:11:45+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b577b8a-673a-11ed-8203-b61995b759dc | InvocationID=2b577d2e-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:11:55+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22bec104-673a-11ed-8203-b61995b759dc | InvocationID=22bec2da-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:11:55+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ab1942-673a-11ed-8203-b61995b759dc | InvocationID=31ab1afa-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:11:55+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ab1942-673a-11ed-8203-b61995b759dc | InvocationID=31ab1afa-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:11:55+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ab1942-673a-11ed-8203-b61995b759dc | InvocationID=31ab1afa-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:12:09+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b577b8a-673a-11ed-8203-b61995b759dc | InvocationID=2b577d2e-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:12:09+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a18395c-673a-11ed-8203-b61995b759dc | InvocationID=3a183e20-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:12:20+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ab1942-673a-11ed-8203-b61995b759dc | InvocationID=31ab1afa-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:12:20+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409b8d24-673a-11ed-8203-b61995b759dc | InvocationID=409b8ea0-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:12:20+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409b8d24-673a-11ed-8203-b61995b759dc | InvocationID=409b8ea0-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:12:20+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=409b8d24-673a-11ed-8203-b61995b759dc | InvocationID=409b8ea0-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:12:34+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a18395c-673a-11ed-8203-b61995b759dc | InvocationID=3a183e20-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:12:34+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48daab50-673a-11ed-8203-b61995b759dc | InvocationID=48daad44-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:12:45+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=409b8d24-673a-11ed-8203-b61995b759dc | InvocationID=409b8ea0-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:12:45+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f872f46-673a-11ed-8203-b61995b759dc | InvocationID=4f873126-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:12:45+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f872f46-673a-11ed-8203-b61995b759dc | InvocationID=4f873126-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:12:45+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f872f46-673a-11ed-8203-b61995b759dc | InvocationID=4f873126-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:12:59+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48daab50-673a-11ed-8203-b61995b759dc | InvocationID=48daad44-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:12:59+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=579af550-673a-11ed-8203-b61995b759dc | InvocationID=579af794-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:13:10+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f872f46-673a-11ed-8203-b61995b759dc | InvocationID=4f873126-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:13:10+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e71e5aa-673a-11ed-8203-b61995b759dc | InvocationID=5e71e83e-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:13:10+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e71e5aa-673a-11ed-8203-b61995b759dc | InvocationID=5e71e83e-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:13:10+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e71e5aa-673a-11ed-8203-b61995b759dc | InvocationID=5e71e83e-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:13:24+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=579af550-673a-11ed-8203-b61995b759dc | InvocationID=579af794-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:13:24+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665b5bca-673a-11ed-8203-b61995b759dc | InvocationID=665b61b0-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:13:35+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e71e5aa-673a-11ed-8203-b61995b759dc | InvocationID=5e71e83e-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:13:35+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5cdb1a-673a-11ed-8203-b61995b759dc | InvocationID=6d5cdd22-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:13:35+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5cdb1a-673a-11ed-8203-b61995b759dc | InvocationID=6d5cdd22-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:13:35+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5cdb1a-673a-11ed-8203-b61995b759dc | InvocationID=6d5cdd22-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:13:48+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=665b5bca-673a-11ed-8203-b61995b759dc | InvocationID=665b61b0-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:13:48+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751cbf6e-673a-11ed-8203-b61995b759dc | InvocationID=751cc162-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:14:00+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5cdb1a-673a-11ed-8203-b61995b759dc | InvocationID=6d5cdd22-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:14:00+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c47b866-673a-11ed-8203-b61995b759dc | InvocationID=7c47baaa-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:14:00+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c47b866-673a-11ed-8203-b61995b759dc | InvocationID=7c47baaa-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:14:00+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c47b866-673a-11ed-8203-b61995b759dc | InvocationID=7c47baaa-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:14:13+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=751cbf6e-673a-11ed-8203-b61995b759dc | InvocationID=751cc162-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:14:13+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83df8748-673a-11ed-8203-b61995b759dc | InvocationID=83df893c-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:14:25+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c47b866-673a-11ed-8203-b61995b759dc | InvocationID=7c47baaa-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:14:25+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b326fc4-673a-11ed-8203-b61995b759dc | InvocationID=8b327776-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:14:25+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b326fc4-673a-11ed-8203-b61995b759dc | InvocationID=8b327776-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:14:25+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b326fc4-673a-11ed-8203-b61995b759dc | InvocationID=8b327776-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:14:38+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83df8748-673a-11ed-8203-b61995b759dc | InvocationID=83df893c-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:14:38+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a079ea-673a-11ed-8203-b61995b759dc | InvocationID=92a07b5c-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:14:50+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b326fc4-673a-11ed-8203-b61995b759dc | InvocationID=8b327776-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:14:50+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1e8496-673a-11ed-8203-b61995b759dc | InvocationID=9a1e868a-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:14:51+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1e8496-673a-11ed-8203-b61995b759dc | InvocationID=9a1e868a-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:14:51+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1e8496-673a-11ed-8203-b61995b759dc | InvocationID=9a1e868a-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:15:03+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92a079ea-673a-11ed-8203-b61995b759dc | InvocationID=92a07b5c-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:15:03+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1647ef4-673a-11ed-8203-b61995b759dc | InvocationID=a1648098-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:15:16+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1e8496-673a-11ed-8203-b61995b759dc | InvocationID=9a1e868a-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:15:16+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a909ba48-673a-11ed-8203-b61995b759dc | InvocationID=a909c1b4-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:15:16+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a909ba48-673a-11ed-8203-b61995b759dc | InvocationID=a909c1b4-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:15:16+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a909ba48-673a-11ed-8203-b61995b759dc | InvocationID=a909c1b4-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:15:27+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1647ef4-673a-11ed-8203-b61995b759dc | InvocationID=a1648098-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:15:27+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0276802-673a-11ed-8203-b61995b759dc | InvocationID=b02769d8-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:15:41+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a909ba48-673a-11ed-8203-b61995b759dc | InvocationID=a909c1b4-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:15:41+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f5709c-673a-11ed-8203-b61995b759dc | InvocationID=b7f5720e-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:15:41+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f5709c-673a-11ed-8203-b61995b759dc | InvocationID=b7f5720e-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:15:41+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f5709c-673a-11ed-8203-b61995b759dc | InvocationID=b7f5720e-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:15:52+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0276802-673a-11ed-8203-b61995b759dc | InvocationID=b02769d8-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:15:52+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee805ae-673a-11ed-8203-b61995b759dc | InvocationID=bee80716-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:16:06+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f5709c-673a-11ed-8203-b61995b759dc | InvocationID=b7f5720e-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:16:06+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6df6aea-673a-11ed-8203-b61995b759dc | InvocationID=c6df6c98-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:16:06+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6df6aea-673a-11ed-8203-b61995b759dc | InvocationID=c6df6c98-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:16:06+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6df6aea-673a-11ed-8203-b61995b759dc | InvocationID=c6df6c98-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:16:17+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bee805ae-673a-11ed-8203-b61995b759dc | InvocationID=bee80716-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:16:17+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdac35b0-673a-11ed-8203-b61995b759dc | InvocationID=cdac3772-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:16:31+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6df6aea-673a-11ed-8203-b61995b759dc | InvocationID=c6df6c98-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:16:31+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5caca36-673a-11ed-8203-b61995b759dc | InvocationID=d5cacc0c-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:16:31+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5caca36-673a-11ed-8203-b61995b759dc | InvocationID=d5cacc0c-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:16:31+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5caca36-673a-11ed-8203-b61995b759dc | InvocationID=d5cacc0c-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:16:42+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdac35b0-673a-11ed-8203-b61995b759dc | InvocationID=cdac3772-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:16:42+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc6d4760-673a-11ed-8203-b61995b759dc | InvocationID=dc6d4954-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:16:56+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5caca36-673a-11ed-8203-b61995b759dc | InvocationID=d5cacc0c-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:16:56+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b58130-673a-11ed-8203-b61995b759dc | InvocationID=e4b5839c-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:16:56+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b58130-673a-11ed-8203-b61995b759dc | InvocationID=e4b5839c-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:16:56+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4b58130-673a-11ed-8203-b61995b759dc | InvocationID=e4b5839c-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:17:06+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc6d4760-673a-11ed-8203-b61995b759dc | InvocationID=dc6d4954-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:17:06+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb2ed444-673a-11ed-8203-b61995b759dc | InvocationID=eb2ed5b6-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:17:21+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4b58130-673a-11ed-8203-b61995b759dc | InvocationID=e4b5839c-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:17:21+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a102a0-673a-11ed-8203-b61995b759dc | InvocationID=f3a10638-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:17:21+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a102a0-673a-11ed-8203-b61995b759dc | InvocationID=f3a10638-673a-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:17:21+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3a102a0-673a-11ed-8203-b61995b759dc | InvocationID=f3a10638-673a-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:17:31+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb2ed444-673a-11ed-8203-b61995b759dc | InvocationID=eb2ed5b6-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:17:31+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f177d4-673a-11ed-8203-b61995b759dc | InvocationID=f9f17950-673a-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:17:46+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3a102a0-673a-11ed-8203-b61995b759dc | InvocationID=f3a10638-673a-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:17:46+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c4c02-673b-11ed-8203-b61995b759dc | InvocationID=028c4e14-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:17:46+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c4c02-673b-11ed-8203-b61995b759dc | InvocationID=028c4e14-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:17:46+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=028c4c02-673b-11ed-8203-b61995b759dc | InvocationID=028c4e14-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:17:56+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9f177d4-673a-11ed-8203-b61995b759dc | InvocationID=f9f17950-673a-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:17:56+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b1d750-673b-11ed-8203-b61995b759dc | InvocationID=08b1d8f4-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:18:11+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=028c4c02-673b-11ed-8203-b61995b759dc | InvocationID=028c4e14-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:18:11+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=117772b4-673b-11ed-8203-b61995b759dc | InvocationID=117774c6-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:18:11+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=117772b4-673b-11ed-8203-b61995b759dc | InvocationID=117774c6-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:18:11+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=117772b4-673b-11ed-8203-b61995b759dc | InvocationID=117774c6-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:18:21+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08b1d750-673b-11ed-8203-b61995b759dc | InvocationID=08b1d8f4-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:18:21+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1774040c-673b-11ed-8203-b61995b759dc | InvocationID=17740600-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:18:36+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=117772b4-673b-11ed-8203-b61995b759dc | InvocationID=117774c6-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:18:36+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20664af2-673b-11ed-8203-b61995b759dc | InvocationID=20664ce6-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:18:36+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20664af2-673b-11ed-8203-b61995b759dc | InvocationID=20664ce6-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:18:36+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20664af2-673b-11ed-8203-b61995b759dc | InvocationID=20664ce6-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:18:46+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1774040c-673b-11ed-8203-b61995b759dc | InvocationID=17740600-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:18:46+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2634bd1a-673b-11ed-8203-b61995b759dc | InvocationID=2634bebe-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:19:01+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20664af2-673b-11ed-8203-b61995b759dc | InvocationID=20664ce6-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:19:01+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f512780-673b-11ed-8203-b61995b759dc | InvocationID=2f512b54-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:19:01+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f512780-673b-11ed-8203-b61995b759dc | InvocationID=2f512b54-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:19:01+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f512780-673b-11ed-8203-b61995b759dc | InvocationID=2f512b54-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:19:10+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2634bd1a-673b-11ed-8203-b61995b759dc | InvocationID=2634bebe-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:19:10+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34f943a2-673b-11ed-8203-b61995b759dc | InvocationID=34f94d20-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:19:26+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f512780-673b-11ed-8203-b61995b759dc | InvocationID=2f512b54-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:19:26+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3c3578-673b-11ed-8203-b61995b759dc | InvocationID=3e3c37da-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:19:26+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3c3578-673b-11ed-8203-b61995b759dc | InvocationID=3e3c37da-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:19:26+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3c3578-673b-11ed-8203-b61995b759dc | InvocationID=3e3c37da-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:19:35+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34f943a2-673b-11ed-8203-b61995b759dc | InvocationID=34f94d20-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:19:35+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43bb7612-673b-11ed-8203-b61995b759dc | InvocationID=43bb77fc-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:19:51+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3c3578-673b-11ed-8203-b61995b759dc | InvocationID=3e3c37da-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:19:51+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d2759dc-673b-11ed-8203-b61995b759dc | InvocationID=4d275be4-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:19:51+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d2759dc-673b-11ed-8203-b61995b759dc | InvocationID=4d275be4-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:19:51+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d2759dc-673b-11ed-8203-b61995b759dc | InvocationID=4d275be4-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:20:00+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43bb7612-673b-11ed-8203-b61995b759dc | InvocationID=43bb77fc-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:20:00+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527d4108-673b-11ed-8203-b61995b759dc | InvocationID=527d4374-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:20:16+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d2759dc-673b-11ed-8203-b61995b759dc | InvocationID=4d275be4-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:20:16+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c12088e-673b-11ed-8203-b61995b759dc | InvocationID=5c120a5a-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:20:16+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c12088e-673b-11ed-8203-b61995b759dc | InvocationID=5c120a5a-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:20:16+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c12088e-673b-11ed-8203-b61995b759dc | InvocationID=5c120a5a-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:20:25+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=527d4108-673b-11ed-8203-b61995b759dc | InvocationID=527d4374-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:20:25+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613f4d30-673b-11ed-8203-b61995b759dc | InvocationID=613f4f2e-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:20:41+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c12088e-673b-11ed-8203-b61995b759dc | InvocationID=5c120a5a-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:20:41+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afc25a0-673b-11ed-8203-b61995b759dc | InvocationID=6afc2794-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:20:41+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afc25a0-673b-11ed-8203-b61995b759dc | InvocationID=6afc2794-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:20:41+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afc25a0-673b-11ed-8203-b61995b759dc | InvocationID=6afc2794-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:20:49+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=613f4d30-673b-11ed-8203-b61995b759dc | InvocationID=613f4f2e-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:20:49+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7001427e-673b-11ed-8203-b61995b759dc | InvocationID=70014472-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-18T12:21:06+0000 | policy_event_thread | 140280778980128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afc25a0-673b-11ed-8203-b61995b759dc | InvocationID=6afc2794-673b-11ed-8203-b61995b759dc | Polling MR for XNF activation/deactivation policy response events. 2022-11-18T12:21:06+0000 | policy_event_thread | 140280778980128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e7aeae-673b-11ed-8203-b61995b759dc | InvocationID=79e7b034-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-18T12:21:06+0000 | policy_event_thread | 140280778980128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e7aeae-673b-11ed-8203-b61995b759dc | InvocationID=79e7b034-673b-11ed-8203-b61995b759dc | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:21:06+0000 | policy_event_thread | 140280778980128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e7aeae-673b-11ed-8203-b61995b759dc | InvocationID=79e7b034-673b-11ed-8203-b61995b759dc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-18T12:21:14+0000 | aai_event_thread | 140280777919264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7001427e-673b-11ed-8203-b61995b759dc | InvocationID=70014472-673b-11ed-8203-b61995b759dc | Polling MR for XNF AAI events. 2022-11-18T12:21:14+0000 | aai_event_thread | 140280777919264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec1d594-673b-11ed-8203-b61995b759dc | InvocationID=7ec1d738-673b-11ed-8203-b61995b759dc | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT