/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-27T04:59:24+0000 | MainThread | 139830342307144 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-27T04:59:24+0000 | MainThread | 139830342307144 | 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-27T04:59:24+0000 | MainThread | 139830342307144 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-27T04:59:24+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T04:59:24+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-27T04:59:24+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368c760-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368cbb6-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T04:59:24+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368f690-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368f898-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T04:59:25+0000 | MainThread | 139830342307144 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-27T04:59:25+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368c760-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368cbb6-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T04:59:25+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4368c760-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368cbb6-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T04:59:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4368f690-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368f898-6e10-11ed-9a44-12c80c3f5b54 | 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-27T04:59:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4368f690-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368f898-6e10-11ed-9a44-12c80c3f5b54 | 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-27T04:59:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4368f690-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368f898-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T04:59:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f902fec-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4f9032b2-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T04:59:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f902fec-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4f9032b2-6e10-11ed-9a44-12c80c3f5b54 | 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-27T04:59:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f902fec-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4f9032b2-6e10-11ed-9a44-12c80c3f5b54 | 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-27T04:59:50+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4368c760-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4368cbb6-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T04:59:50+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528aec28-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=528aee80-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T04:59:50+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528aec28-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=528aee80-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T04:59:50+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528aec28-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=528aee80-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:00:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f902fec-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=4f9032b2-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:00:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8390a0-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=5b839294-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:00:05+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8390a0-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=5b839294-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:00:05+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8390a0-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=5b839294-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:00:15+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528aec28-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=528aee80-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:00:15+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6179a094-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6179a288-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:00:15+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6179a094-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6179a288-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:00:15+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6179a094-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6179a288-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:00:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8390a0-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=5b839294-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:00:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6776a64a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6776b4fa-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:00:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6776a64a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6776b4fa-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:00:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6776a64a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6776b4fa-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:00:40+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6179a094-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6179a288-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:00:40+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70699410-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=70699690-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:00:40+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70699410-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=70699690-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:00:40+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70699410-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=70699690-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:00:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6776a64a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=6776b4fa-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:00:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736a8e3a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=736a9060-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:00:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736a8e3a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=736a9060-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:00:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736a8e3a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=736a9060-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:05+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70699410-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=70699690-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:01:05+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5a57ca-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f5a73f4-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:01:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736a8e3a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=736a9060-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:01:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f636da6-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f636fea-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:01:05+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5a57ca-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f5a73f4-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:01:05+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f5a57ca-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f5a73f4-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:01:05+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f636da6-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f636fea-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:05+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f636da6-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f636fea-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f636da6-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f636fea-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:01:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b5b5dda-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8b5b63d4-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:01:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b5b5dda-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8b5b63d4-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b5b5dda-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8b5b63d4-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:30+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f5a57ca-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=7f5a73f4-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:01:30+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e4fc22e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8e4fc53a-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:01:30+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e4fc22e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8e4fc53a-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:01:30+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e4fc22e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8e4fc53a-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:01:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b5b5dda-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8b5b63d4-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:01:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974d47e8-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=974d49d2-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:01:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974d47e8-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=974d49d2-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=974d47e8-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=974d49d2-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:01:55+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e4fc22e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=8e4fc53a-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:01:55+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d3ca766-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=9d3ca9fa-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:01:55+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d3ca766-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=9d3ca9fa-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:01:55+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d3ca766-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=9d3ca9fa-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:02:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=974d47e8-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=974d49d2-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:02:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a33fa9e2-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=a33fac8a-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:02:05+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a33fa9e2-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=a33fac8a-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:02:05+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a33fa9e2-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=a33fac8a-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:02:20+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d3ca766-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=9d3ca9fa-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:02:20+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac2d0572-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ac2d07de-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:02:20+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac2d0572-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ac2d07de-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:02:20+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac2d0572-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ac2d07de-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:02:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a33fa9e2-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=a33fac8a-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:02:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af32db3e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=af32dd28-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:02:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af32db3e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=af32dd28-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:02:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af32db3e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=af32dd28-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:02:45+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac2d0572-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ac2d07de-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:02:45+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb19b49a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb19b8e6-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:02:45+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb19b49a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb19b8e6-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:02:45+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb19b49a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb19b8e6-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:02:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af32db3e-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=af32dd28-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:02:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb276a90-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb276e1e-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:02:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb276a90-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb276e1e-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:02:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb276a90-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb276e1e-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb276a90-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb276e1e-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:03:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c719ff5c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=c71a0420-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:03:05+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c719ff5c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=c71a0420-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:05+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c719ff5c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=c71a0420-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:10+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb19b49a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=bb19b8e6-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:03:10+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca094c04-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ca094de4-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:03:10+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca094c04-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ca094de4-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:03:10+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca094c04-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ca094de4-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:03:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c719ff5c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=c71a0420-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:03:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3115fe4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d31161ba-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:03:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3115fe4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d31161ba-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3115fe4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d31161ba-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:35+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca094c04-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=ca094de4-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:03:35+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f51d6a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d8f51f86-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:03:35+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f51d6a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d8f51f86-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:03:35+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f51d6a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d8f51f86-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:03:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3115fe4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d31161ba-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:03:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df033138-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=df0341f0-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:03:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df033138-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=df0341f0-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:03:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df033138-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=df0341f0-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:04:00+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f51d6a-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=d8f51f86-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:04:00+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e33136-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=e7e3342e-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:04:00+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e33136-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=e7e3342e-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:04:00+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e33136-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=e7e3342e-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:04:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df033138-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=df0341f0-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:04:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf4d26c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=eaf4d460-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:04:05+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf4d26c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=eaf4d460-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:04:05+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaf4d26c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=eaf4d460-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:04:25+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e33136-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=e7e3342e-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:04:25+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6cef48c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6cef68a-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:04:25+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6cef48c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6cef68a-6e10-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:04:25+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6cef48c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6cef68a-6e10-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:04:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaf4d26c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=eaf4d460-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:04:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6e622c4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6e624ae-6e10-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:04:25+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6e622c4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6e624ae-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:04:25+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6e622c4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6e624ae-6e10-11ed-9a44-12c80c3f5b54 | 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-27T05:04:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6e622c4-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6e624ae-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:04:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d64f3c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=02d65234-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:04:45+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d64f3c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=02d65234-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:04:45+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d64f3c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=02d65234-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:04:50+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6cef48c-6e10-11ed-9a44-12c80c3f5b54 | InvocationID=f6cef68a-6e10-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:04:50+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05baad06-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=05baaef0-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:04:50+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05baad06-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=05baaef0-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:04:50+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05baad06-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=05baaef0-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:05:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d64f3c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=02d65234-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:05:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eca07b6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=0eca0a5e-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:05:06+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eca07b6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=0eca0a5e-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:05:06+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eca07b6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=0eca0a5e-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:05:15+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05baad06-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=05baaef0-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:05:15+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a8cff0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=14a8d5cc-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:05:15+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a8cff0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=14a8d5cc-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:05:15+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14a8cff0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=14a8d5cc-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:05:26+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eca07b6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=0eca0a5e-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:05:26+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abadb0e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=1abadd02-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:05:26+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abadb0e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=1abadd02-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:05:26+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1abadb0e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=1abadd02-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:05:40+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14a8cff0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=14a8d5cc-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:05:40+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2394bace-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=2394bd44-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:05:40+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2394bace-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=2394bd44-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:05:40+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2394bace-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=2394bd44-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:05:46+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1abadb0e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=1abadd02-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:05:46+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ac8c96-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=26ac8f66-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:05:46+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ac8c96-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=26ac8f66-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:05:46+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ac8c96-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=26ac8f66-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:05+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2394bace-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=2394bd44-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:06:05+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3280e03a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3280e274-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:06:05+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3280e03a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3280e274-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:06:05+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3280e03a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3280e274-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:06:06+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ac8c96-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=26ac8f66-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:06:06+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329ec9b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=329ecc12-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:06:06+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329ec9b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=329ecc12-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:06+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=329ec9b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=329ecc12-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:26+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=329ec9b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=329ecc12-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:06:26+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e922348-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3e92267c-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:06:26+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e922348-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3e92267c-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:26+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e922348-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3e92267c-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:30+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3280e03a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3280e274-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:06:30+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416fe7c6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=416feabe-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:06:31+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416fe7c6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=416feabe-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:06:31+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416fe7c6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=416feabe-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:06:46+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e922348-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=3e92267c-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:06:46+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a833a34-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=4a833c46-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:06:46+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a833a34-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=4a833c46-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:46+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a833a34-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=4a833c46-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:06:56+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416fe7c6-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=416feabe-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:06:56+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505c5300-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=505c55e4-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:06:56+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505c5300-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=505c55e4-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:06:56+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505c5300-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=505c55e4-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:07:06+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a833a34-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=4a833c46-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:07:06+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5674fb0c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5674fdbe-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:07:06+0000 | aai_event_thread | 139830291569440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5674fb0c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5674fdbe-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:07:06+0000 | aai_event_thread | 139830291569440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5674fb0c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5674fdbe-6e11-11ed-9a44-12c80c3f5b54 | 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-27T05:07:21+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505c5300-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=505c55e4-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:07:21+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f4afc22-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5f4aff74-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:07:21+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f4afc22-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5f4aff74-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:07:21+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f4afc22-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5f4aff74-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:07:26+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5674fb0c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5674fdbe-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:07:26+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6268d92e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6268dd7a-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:07:46+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f4afc22-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=5f4aff74-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:07:46+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e390166-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6e39036e-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:07:46+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e390166-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6e39036e-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:07:46+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e390166-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6e39036e-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:07:50+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6268d92e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6268dd7a-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:07:50+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70fd89f8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=70fd8c8c-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:08:10+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70fd89f8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=70fd8c8c-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:08:10+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf25cc0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7cf25f90-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:08:11+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e390166-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=6e39036e-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:08:11+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2528d0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7d252b6e-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:08:11+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2528d0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7d252b6e-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:08:11+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2528d0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7d252b6e-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:08:30+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cf25cc0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7cf25f90-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:08:30+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e7de4c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=88e7e068-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:08:36+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2528d0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=7d252b6e-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:08:36+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c10707a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=8c107296-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:08:36+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c10707a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=8c107296-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:08:36+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c10707a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=8c107296-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:08:51+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88e7de4c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=88e7e068-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:08:51+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f66ffa-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=94f671f8-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:09:01+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c10707a-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=8c107296-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:09:01+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afc320e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=9afc3704-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:09:01+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afc320e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=9afc3704-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:09:01+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9afc320e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=9afc3704-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:09:11+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94f66ffa-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=94f671f8-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:09:11+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1371cb0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a1371ee0-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:09:26+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9afc320e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=9afc3704-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:09:26+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e89f00-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a9e8a270-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:09:26+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e89f00-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a9e8a270-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:09:26+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e89f00-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a9e8a270-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:09:36+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1371cb0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a1371ee0-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:09:36+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=affb5518-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=affb590a-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:09:51+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e89f00-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=a9e8a270-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:09:51+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d68fae-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=b8d69382-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:09:51+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d68fae-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=b8d69382-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:09:51+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d68fae-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=b8d69382-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:10:01+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=affb5518-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=affb590a-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:10:01+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bec1f1b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=bec1f3d6-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:10:16+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d68fae-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=b8d69382-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:10:16+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c4a668-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=c7c4aaf0-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:10:16+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c4a668-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=c7c4aaf0-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:10:16+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c4a668-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=c7c4aaf0-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:10:26+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bec1f1b0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=bec1f3d6-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:10:26+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8e6458-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=cd8e6f84-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:10:41+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c4a668-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=c7c4aaf0-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:10:41+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b030e8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=d6b032c8-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:10:41+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b030e8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=d6b032c8-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:10:41+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b030e8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=d6b032c8-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:10:50+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd8e6458-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=cd8e6f84-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:10:50+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc52266e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=dc522862-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:11:06+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6b030e8-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=d6b032c8-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:11:06+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59c4ba0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=e59c4d9e-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:11:06+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e59c4ba0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=e59c4d9e-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:11:06+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59c4ba0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=e59c4d9e-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:11:15+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc52266e-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=dc522862-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:11:15+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb162a9c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=eb162d12-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:11:31+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e59c4ba0-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=e59c4d9e-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:11:31+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f489a540-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f489a73e-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:11:31+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f489a540-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f489a73e-6e11-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:11:31+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f489a540-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f489a73e-6e11-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:11:40+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb162a9c-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=eb162d12-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:11:40+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9db22da-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f9db264a-6e11-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:11:56+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f489a540-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f489a73e-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:11:56+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03767c18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=03767e52-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:11:56+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03767c18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=03767e52-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:11:56+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03767c18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=03767e52-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:12:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9db22da-6e11-11ed-9a44-12c80c3f5b54 | InvocationID=f9db264a-6e11-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:12:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089eb1a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=089eb3fe-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:12:21+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03767c18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=03767e52-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:12:21+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1264b9b0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=1264bc76-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:12:21+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1264b9b0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=1264bc76-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:12:21+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1264b9b0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=1264bc76-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:12:29+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089eb1a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=089eb3fe-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:12:29+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17620a4e-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=17620cec-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:12:46+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1264b9b0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=1264bc76-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:12:46+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21522610-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=21522c50-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:12:46+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21522610-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=21522c50-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:12:46+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21522610-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=21522c50-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:12:54+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17620a4e-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=17620cec-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:12:54+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26264c0c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=26265076-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:13:11+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21522610-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=21522c50-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:13:11+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30402438-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=30402802-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:13:11+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30402438-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=30402802-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:13:11+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30402438-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=30402802-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:13:19+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26264c0c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=26265076-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:13:19+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e9e8b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=34e9eb72-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:13:36+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30402438-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=30402802-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:13:36+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2be3a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=3f2c771c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:13:36+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2be3a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=3f2c771c-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:13:36+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2be3a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=3f2c771c-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:13:44+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34e9e8b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=34e9eb72-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:13:44+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43aee392-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=43aee57c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:14:01+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2be3a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=3f2c771c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:14:01+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e18fd68-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=4e1901a0-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:14:01+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e18fd68-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=4e1901a0-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:01+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e18fd68-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=4e1901a0-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:08+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43aee392-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=43aee57c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:14:08+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5270fbe0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5270fece-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:14:26+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e18fd68-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=4e1901a0-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:14:26+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d08632c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5d08650c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:14:26+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d08632c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5d08650c-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:26+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d08632c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5d08650c-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:33+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5270fbe0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5270fece-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:14:33+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61341d10-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=61341efa-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:14:51+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d08632c-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=5d08650c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:14:51+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf3996a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6bf39b40-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:14:51+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf3996a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6bf39b40-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:51+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bf3996a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6bf39b40-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:14:58+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61341d10-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=61341efa-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:14:58+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff589a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6ff58d5c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:15:16+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bf3996a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6bf39b40-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:15:16+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae01c5a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7ae01e6c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:15:16+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae01c5a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7ae01e6c-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:15:16+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ae01c5a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7ae01e6c-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:15:23+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ff589a6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=6ff58d5c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:15:23+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb71522-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7eb717c0-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:15:41+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ae01c5a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7ae01e6c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:15:41+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cd4576-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=89cd4846-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:15:41+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cd4576-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=89cd4846-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:15:41+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cd4576-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=89cd4846-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:15:48+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eb71522-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=7eb717c0-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:15:48+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d79a4e4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=8d79a6d8-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:16:06+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cd4576-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=89cd4846-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:16:06+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98bb7788-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=98bb7ce2-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:16:06+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98bb7788-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=98bb7ce2-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:16:06+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98bb7788-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=98bb7ce2-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:16:12+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d79a4e4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=8d79a6d8-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:16:12+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3c8582-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=9c3c8da2-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:16:31+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98bb7788-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=98bb7ce2-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:16:31+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7ac1946-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=a7ac1c34-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:16:32+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7ac1946-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=a7ac1c34-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:16:32+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7ac1946-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=a7ac1c34-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:16:37+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c3c8582-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=9c3c8da2-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:16:37+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab064634-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=ab064922-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:16:57+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7ac1946-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=a7ac1c34-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:16:57+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69952b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b69954e6-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:16:57+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69952b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b69954e6-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:16:57+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69952b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b69954e6-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:17:02+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab064634-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=ab064922-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:17:02+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9c8649a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b9c866fc-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:17:22+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69952b6-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b69954e6-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:17:22+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5861da4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c5862010-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:17:22+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5861da4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c5862010-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:17:22+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5861da4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c5862010-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:17:27+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9c8649a-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=b9c866fc-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:17:27+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c88eecb0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c88eeeae-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:17:47+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5861da4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c5862010-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:17:47+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d471fa18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d471fcd4-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:17:47+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d471fa18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d471fcd4-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:17:47+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d471fa18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d471fcd4-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:17:51+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c88eecb0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=c88eeeae-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:17:51+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d750f4f0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d750f78e-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:18:12+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d471fa18-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d471fcd4-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:18:12+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e360fd58-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e360ff4c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:18:12+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e360fd58-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e360ff4c-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:18:12+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e360fd58-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e360ff4c-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:18:16+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d750f4f0-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=d750f78e-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:18:16+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61324f4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e61326e8-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:18:37+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e360fd58-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e360ff4c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:18:37+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24c82e2-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f24c851c-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:18:37+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24c82e2-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f24c851c-6e12-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:18:37+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f24c82e2-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f24c851c-6e12-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:18:41+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61324f4-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=e61326e8-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:18:41+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4d5f44e-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f4d5f62e-6e12-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:19:02+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f24c82e2-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f24c851c-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:19:02+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0138abaa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0138ad9e-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:19:02+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0138abaa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0138ad9e-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:02+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0138abaa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0138ad9e-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:06+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4d5f44e-6e12-11ed-9a44-12c80c3f5b54 | InvocationID=f4d5f62e-6e12-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:19:06+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0397d146-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0397d362-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:19:27+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0138abaa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0138ad9e-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:19:27+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102558e8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=10255d5c-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:19:27+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102558e8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=10255d5c-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:27+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102558e8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=10255d5c-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:30+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0397d146-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=0397d362-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:19:30+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=125ab77a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=125ab9dc-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:19:52+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102558e8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=10255d5c-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:19:52+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1b7d6e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=1f1b8638-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:19:52+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1b7d6e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=1f1b8638-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:52+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1b7d6e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=1f1b8638-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:19:55+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=125ab77a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=125ab9dc-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:19:55+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2122321a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=212233f0-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:20:17+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1b7d6e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=1f1b8638-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:20:17+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0f6100-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2e0f6e48-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:20:17+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0f6100-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2e0f6e48-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:20:17+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0f6100-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2e0f6e48-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:20:20+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2122321a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=212233f0-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:20:20+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ffd19ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2ffd1cc8-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:20:42+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0f6100-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2e0f6e48-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:20:42+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cfc66e0-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3cfc6992-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:20:42+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cfc66e0-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3cfc6992-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:20:42+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cfc66e0-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3cfc6992-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:20:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ffd19ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=2ffd1cc8-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:20:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ebf5f3c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3ebf66b2-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:21:07+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cfc66e0-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3cfc6992-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:21:07+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be8b988-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4be8c040-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:21:07+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be8b988-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4be8c040-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:07+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be8b988-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4be8c040-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:10+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ebf5f3c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=3ebf66b2-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:21:10+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d858b90-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4d858eec-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:21:32+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4be8b988-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4be8c040-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:21:32+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad67584-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5ad67822-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:21:32+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad67584-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5ad67822-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:32+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad67584-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5ad67822-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:35+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d858b90-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=4d858eec-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:21:35+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c54140c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5c541934-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:21:57+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad67584-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5ad67822-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:21:57+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c3c31c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=69c3ced4-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:21:57+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c3c31c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=69c3ced4-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:57+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c3c31c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=69c3ced4-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:21:59+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c54140c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=5c541934-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:21:59+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b21ceb6-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=6b21d0fa-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:22:22+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c3c31c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=69c3ced4-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:22:22+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b02a5a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=78b02e88-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:22:22+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b02a5a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=78b02e88-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:22:22+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b02a5a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=78b02e88-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:22:24+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b21ceb6-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=6b21d0fa-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:22:24+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f7f168-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=79f7f35c-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:22:47+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b02a5a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=78b02e88-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:22:47+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ac6e06-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=87ac795a-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:22:47+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ac6e06-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=87ac795a-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:22:47+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87ac6e06-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=87ac795a-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:22:49+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79f7f168-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=79f7f35c-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:22:49+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d66534-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=88d6699e-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:23:12+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87ac6e06-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=87ac795a-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:23:12+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9699d9ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=9699dbc4-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:23:12+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9699d9ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=9699dbc4-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:23:12+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9699d9ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=9699dbc4-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:23:14+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88d66534-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=88d6699e-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:23:14+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979d95d8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=979da42e-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:23:37+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9699d9ee-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=9699dbc4-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:23:37+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a587445a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a58746f8-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:23:37+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a587445a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a58746f8-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:23:37+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a587445a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a58746f8-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:23:39+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=979d95d8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=979da42e-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:23:39+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a667b77e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a667ba3a-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:24:02+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a587445a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a58746f8-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:24:02+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b472dad8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b472ddbc-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:24:02+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b472dad8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b472ddbc-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:02+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b472dad8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b472ddbc-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:04+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a667b77e-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=a667ba3a-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:24:04+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52d4576-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b52d47ec-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:24:27+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b472dad8-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b472ddbc-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:24:27+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35f4be4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c35f4dd8-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:24:28+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35f4be4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c35f4dd8-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:28+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35f4be4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c35f4dd8-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:28+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b52d4576-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=b52d47ec-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:24:28+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f1ba1a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c3f1c6fe-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:24:53+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35f4be4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c35f4dd8-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:24:53+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24e79a4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d24e7eb8-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:24:53+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24e79a4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d24e7eb8-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:53+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24e79a4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d24e7eb8-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:24:53+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3f1ba1a-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=c3f1c6fe-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:24:53+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b45dfa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d2b46034-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:25:18+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24e79a4-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d24e7eb8-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:25:18+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13b9c6c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e13b9ee2-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:25:18+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13b9c6c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e13b9ee2-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:25:18+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13b9c6c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e13b9ee2-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:25:18+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2b45dfa-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=d2b46034-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:25:18+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1773e52-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e1774050-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:25:43+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13b9c6c-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e13b9ee2-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:25:43+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02bbc98-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f02bbf90-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:25:43+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02bbc98-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f02bbf90-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:25:43+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02bbc98-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f02bbf90-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:25:43+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1773e52-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=e1774050-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:25:43+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03d33ba-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f03d35c2-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:26:07+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03d33ba-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f03d35c2-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:26:07+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feff5a36-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=feff5c20-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:26:08+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02bbc98-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=f02bbf90-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:26:08+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff184bfe-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=ff184e6a-6e13-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:26:08+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff184bfe-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=ff184e6a-6e13-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:26:08+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff184bfe-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=ff184e6a-6e13-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:26:32+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=feff5a36-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=feff5c20-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:26:32+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc5e8be-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0dc5ead0-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:26:33+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff184bfe-6e13-11ed-9a44-12c80c3f5b54 | InvocationID=ff184e6a-6e13-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:26:33+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e047638-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0e047836-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:26:33+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e047638-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0e047836-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:26:33+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e047638-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0e047836-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:26:57+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc5e8be-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0dc5ead0-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:26:57+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8f815c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1c8f836e-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:26:58+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e047638-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=0e047836-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:26:58+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf01fee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1cf021ce-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:26:58+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf01fee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1cf021ce-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:26:58+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf01fee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1cf021ce-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:27:22+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c8f815c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1c8f836e-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:27:22+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b525034-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2b52521e-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:27:23+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf01fee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=1cf021ce-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:27:23+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdae89a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2bdaea84-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:27:23+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdae89a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2bdaea84-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:27:23+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdae89a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2bdaea84-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:27:47+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b525034-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2b52521e-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:27:47+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a1513ae-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3a151638-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:27:48+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdae89a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=2bdaea84-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:27:48+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac61f14-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3ac6220c-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:27:48+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac61f14-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3ac6220c-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:27:48+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac61f14-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3ac6220c-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:28:11+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a1513ae-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3a151638-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:28:11+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d7c5ee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=48d7c7f6-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:28:13+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac61f14-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=3ac6220c-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:28:13+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b1d342-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=49b1d590-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:28:13+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b1d342-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=49b1d590-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:28:13+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b1d342-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=49b1d590-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:28:36+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48d7c5ee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=48d7c7f6-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:28:36+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=579c9f50-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=579ca162-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:28:38+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b1d342-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=49b1d590-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:28:38+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589f00aa-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=589f029e-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:28:38+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589f00aa-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=589f029e-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:28:38+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589f00aa-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=589f029e-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:01+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=579c9f50-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=579ca162-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:29:01+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665ea1f0-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=665ea60a-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:29:03+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589f00aa-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=589f029e-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:29:03+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678a973c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=678a9a84-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:29:03+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678a973c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=678a9a84-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:03+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678a973c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=678a9a84-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:26+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=665ea1f0-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=665ea60a-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:29:26+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=752140b2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=752146ac-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:29:28+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678a973c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=678a9a84-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:29:28+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7677154a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=767717ac-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:29:28+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7677154a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=767717ac-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:28+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7677154a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=767717ac-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:50+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=752140b2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=752146ac-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:29:50+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83e4342e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=83e436cc-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:29:53+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7677154a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=767717ac-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:29:53+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85672360-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=8567268a-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:29:53+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85672360-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=8567268a-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:29:53+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85672360-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=8567268a-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:30:15+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83e4342e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=83e436cc-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:30:15+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ab7c42-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=92ab7e9a-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:30:18+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85672360-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=8567268a-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:30:18+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9454a8f2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=9454aad2-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:30:18+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9454a8f2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=9454aad2-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:30:18+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9454a8f2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=9454aad2-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:30:40+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92ab7c42-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=92ab7e9a-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:30:40+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16d89f0-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a16d8cb6-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:30:43+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9454a8f2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=9454aad2-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:30:43+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3418204-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a341859c-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:30:43+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3418204-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a341859c-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:30:43+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3418204-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a341859c-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:05+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a16d89f0-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a16d8cb6-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:31:05+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02fc412-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b02fc642-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:31:08+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3418204-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=a341859c-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:31:08+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b230fc0e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b230fe5c-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:31:08+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b230fc0e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b230fe5c-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:08+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b230fc0e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b230fe5c-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:30+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02fc412-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b02fc642-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:31:30+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef5a4ee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=bef5a7e6-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:31:33+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b230fc0e-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=b230fe5c-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:31:33+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11c82e2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=c11c84b8-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:31:33+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11c82e2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=c11c84b8-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:33+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11c82e2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=c11c84b8-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:54+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef5a4ee-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=bef5a7e6-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:31:54+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdbbe998-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=cdbbec4a-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:31:58+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11c82e2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=c11c84b8-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:31:58+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00ca2b4-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=d00ca548-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:31:58+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00ca2b4-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=d00ca548-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:31:58+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00ca2b4-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=d00ca548-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:32:19+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdbbe998-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=cdbbec4a-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:32:19+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc7f2ab2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=dc7f2d50-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:32:23+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00ca2b4-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=d00ca548-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:32:23+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defa4a24-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=defa4c2c-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:32:23+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defa4a24-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=defa4c2c-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:32:23+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defa4a24-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=defa4c2c-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:32:44+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc7f2ab2-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=dc7f2d50-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:32:44+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4642ce-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=eb46519c-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:32:48+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defa4a24-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=defa4c2c-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:32:48+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede70e5a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=ede710c6-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:32:48+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede70e5a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=ede710c6-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:32:48+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede70e5a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=ede710c6-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:33:09+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb4642ce-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=eb46519c-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:33:09+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0adc5c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fa0adffe-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:33:13+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede70e5a-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=ede710c6-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:33:13+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd32214-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fcd32656-6e14-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:33:13+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd32214-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fcd32656-6e14-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:33:13+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcd32214-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fcd32656-6e14-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:33:33+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa0adc5c-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fa0adffe-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:33:33+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cd36b8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=08cd3988-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:33:38+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcd32214-6e14-11ed-9a44-12c80c3f5b54 | InvocationID=fcd32656-6e14-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:33:38+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbf6d0a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=0bbf6fbc-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:33:38+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbf6d0a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=0bbf6fbc-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:33:38+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bbf6d0a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=0bbf6fbc-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:33:58+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cd36b8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=08cd3988-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:33:58+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1795dbdc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1795de5c-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:34:03+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bbf6d0a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=0bbf6fbc-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:34:03+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aadc2bc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1aadc5e6-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:34:03+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aadc2bc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1aadc5e6-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:34:03+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aadc2bc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1aadc5e6-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:34:23+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1795dbdc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1795de5c-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:34:23+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265af7ce-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=265afab2-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:34:28+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aadc2bc-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=1aadc5e6-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:34:28+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=299e8806-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=299e8a18-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:34:29+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=299e8806-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=299e8a18-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:34:29+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=299e8806-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=299e8a18-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:34:48+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=265af7ce-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=265afab2-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:34:48+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352a14d8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=352a16f4-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:34:54+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=299e8806-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=299e8a18-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:34:54+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=388a7bea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=388a7eb0-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:34:54+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=388a7bea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=388a7eb0-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:34:54+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=388a7bea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=388a7eb0-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:35:13+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=352a14d8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=352a16f4-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:35:13+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ed11c8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=43ed1402-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:35:19+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=388a7bea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=388a7eb0-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:35:19+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4778218e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=47782422-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:35:19+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4778218e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=47782422-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:35:19+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4778218e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=47782422-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:35:37+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43ed11c8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=43ed1402-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:35:37+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b3fde8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=52b4005e-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:35:44+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4778218e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=47782422-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:35:44+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5663b46a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=5663b6a4-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:35:44+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5663b46a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=5663b6a4-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:35:44+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5663b46a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=5663b6a4-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:02+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52b3fde8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=52b4005e-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:36:02+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6175e0e4-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=6175e5ee-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:36:09+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5663b46a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=5663b6a4-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:36:09+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655011a8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=65501388-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:36:09+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655011a8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=65501388-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:09+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655011a8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=65501388-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:27+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6175e0e4-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=6175e5ee-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:36:27+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703ae8ea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=703af04c-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:36:34+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=655011a8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=65501388-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:36:34+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743b31ca-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=743b3436-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:36:34+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743b31ca-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=743b3436-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:34+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=743b31ca-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=743b3436-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:52+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=703ae8ea-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=703af04c-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:36:52+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7efdafe8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=7efdb54c-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:36:59+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=743b31ca-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=743b3436-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:36:59+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8326bae2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8326bc9a-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:36:59+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8326bae2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8326bc9a-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:36:59+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8326bae2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8326bc9a-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:37:16+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7efdafe8-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=7efdb54c-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:37:17+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc1a598-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8dc1adcc-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:37:24+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8326bae2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8326bc9a-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:37:24+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92127c1c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=92127eb0-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:37:24+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92127c1c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=92127eb0-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:37:24+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92127c1c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=92127eb0-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:37:41+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc1a598-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=8dc1adcc-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:37:41+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c89ca38-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=9c89d050-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:37:49+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92127c1c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=92127eb0-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:37:49+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0ff2464-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=a0ff275c-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:37:49+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0ff2464-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=a0ff275c-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:37:49+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0ff2464-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=a0ff275c-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:38:06+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c89ca38-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=9c89d050-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:38:06+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab4cc25a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=ab4cc494-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:38:14+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0ff2464-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=a0ff275c-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:38:14+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afee117e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=afee1390-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:38:14+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afee117e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=afee1390-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:38:14+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afee117e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=afee1390-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:38:31+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab4cc25a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=ab4cc494-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:38:31+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba122154-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=ba1224b0-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:38:39+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afee117e-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=afee1390-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:38:39+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beda774a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=beda7998-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:38:39+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beda774a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=beda7998-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:38:39+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beda774a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=beda7998-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:38:56+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba122154-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=ba1224b0-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:38:56+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8d4d6b4-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=c8d4d970-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:39:04+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beda774a-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=beda7998-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:39:04+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdc757d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=cdc759ee-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:39:04+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdc757d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=cdc759ee-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:39:04+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdc757d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=cdc759ee-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:39:20+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8d4d6b4-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=c8d4d970-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:39:20+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7985482-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=d7985734-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:39:29+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdc757d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=cdc759ee-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:39:29+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb77fa6-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=dcb7819a-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:39:29+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb77fa6-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=dcb7819a-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:39:29+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcb77fa6-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=dcb7819a-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:39:45+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7985482-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=d7985734-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:39:45+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65a9c14-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=e65a9e12-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:39:54+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcb77fa6-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=dcb7819a-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:39:54+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eba7bf6c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=eba7c3ae-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:39:54+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eba7bf6c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=eba7c3ae-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:39:54+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eba7bf6c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=eba7c3ae-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:40:10+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e65a9c14-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=e65a9e12-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:40:10+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f51d84d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=f51d869e-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:40:19+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eba7bf6c-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=eba7c3ae-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:40:19+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa943226-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=fa943424-6e15-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:40:19+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa943226-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=fa943424-6e15-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:40:19+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa943226-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=fa943424-6e15-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:40:35+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f51d84d2-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=f51d869e-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:40:35+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03dfa5b8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=03dfa96e-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:40:44+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa943226-6e15-11ed-9a44-12c80c3f5b54 | InvocationID=fa943424-6e15-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:40:44+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09801084-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=0980135e-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:40:44+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09801084-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=0980135e-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:40:44+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09801084-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=0980135e-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:40:59+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03dfa5b8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=03dfa96e-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:40:59+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12a5f624-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=12a5f96c-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:41:09+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09801084-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=0980135e-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:41:09+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186c487e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=186c4a68-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:41:09+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186c487e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=186c4a68-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:41:09+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=186c487e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=186c4a68-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:41:24+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12a5f624-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=12a5f96c-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:41:24+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21691b64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=21691d58-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:41:34+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=186c487e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=186c4a68-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:41:34+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27585ae4-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=27585cba-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:41:34+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27585ae4-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=27585cba-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:41:34+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27585ae4-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=27585cba-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:41:49+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21691b64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=21691d58-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:41:49+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=302f6126-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=302f6766-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:41:59+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27585ae4-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=27585cba-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:41:59+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364448ec-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=36444b94-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:41:59+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364448ec-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=36444b94-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:41:59+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=364448ec-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=36444b94-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:42:14+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=302f6126-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=302f6766-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:42:14+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef25768-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=3ef2597a-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:42:24+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=364448ec-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=36444b94-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:42:24+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=452ff568-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=452ff8d8-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:42:24+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=452ff568-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=452ff8d8-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:42:24+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=452ff568-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=452ff8d8-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:42:39+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ef25768-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=3ef2597a-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:42:39+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db5c2da-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=4db5c582-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:42:49+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=452ff568-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=452ff8d8-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:42:49+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541d07a0-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=541d0ab6-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:42:49+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541d07a0-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=541d0ab6-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:42:49+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=541d07a0-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=541d0ab6-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:43:03+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4db5c2da-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=4db5c582-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:43:03+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c78b48a-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=5c78b8c2-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:43:14+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=541d07a0-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=541d0ab6-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:43:14+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6308c740-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6308c9e8-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:43:14+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6308c740-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6308c9e8-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:43:14+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6308c740-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6308c9e8-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:43:28+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c78b48a-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=5c78b8c2-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:43:28+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3b7584-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6b3b78ea-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:43:39+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6308c740-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6308c9e8-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:43:39+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f66cf8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=71f66f3c-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:43:39+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f66cf8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=71f66f3c-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:43:39+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71f66cf8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=71f66f3c-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:43:53+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3b7584-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=6b3b78ea-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:43:53+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79fe3156-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=79fe33f4-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:44:04+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71f66cf8-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=71f66f3c-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:44:04+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e246ba-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=80e24994-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:44:04+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e246ba-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=80e24994-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:44:04+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e246ba-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=80e24994-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:44:18+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79fe3156-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=79fe33f4-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:44:18+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88c2fea6-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=88c300c2-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:44:29+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e246ba-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=80e24994-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:44:29+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fcec25c-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=8fcec464-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:44:29+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fcec25c-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=8fcec464-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:44:29+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fcec25c-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=8fcec464-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:44:42+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88c2fea6-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=88c300c2-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:44:42+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9787fcb6-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9787ff2c-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:44:54+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fcec25c-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=8fcec464-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:44:54+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eba2bbc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9eba2da6-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:44:54+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eba2bbc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9eba2da6-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:44:54+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eba2bbc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9eba2da6-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:45:07+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9787fcb6-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9787ff2c-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:45:07+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a64bc782-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=a64bc9c6-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:45:19+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eba2bbc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=9eba2da6-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:45:20+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada5bbbe-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=ada5c10e-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:45:20+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada5bbbe-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=ada5c10e-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:45:20+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada5bbbe-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=ada5c10e-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:45:32+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a64bc782-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=a64bc9c6-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:45:32+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50d4c96-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=b50d4fd4-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:45:45+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada5bbbe-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=ada5c10e-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:45:45+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc93d0de-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=bc93d2d2-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:45:45+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc93d0de-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=bc93d2d2-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:45:45+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc93d0de-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=bc93d2d2-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:45:57+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b50d4c96-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=b50d4fd4-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:45:57+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d52474-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=c3d527a8-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:46:10+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc93d0de-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=bc93d2d2-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:46:10+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb802c64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=cb80301a-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:46:10+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb802c64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=cb80301a-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:46:10+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb802c64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=cb80301a-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:46:21+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3d52474-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=c3d527a8-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:46:21+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d299912a-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=d299944a-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:46:35+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb802c64-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=cb80301a-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:46:35+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6bf29e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=da6bf6f4-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:46:35+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6bf29e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=da6bf6f4-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:46:35+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da6bf29e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=da6bf6f4-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:46:46+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d299912a-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=d299944a-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:46:46+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15cb264-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e15cb4b2-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:47:00+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da6bf29e-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=da6bf6f4-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:47:00+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9594144-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e9594482-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:47:00+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9594144-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e9594482-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:47:00+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9594144-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e9594482-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:47:11+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e15cb264-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e15cb4b2-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:47:11+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0246846-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f0246a94-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:47:25+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9594144-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=e9594482-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:47:25+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f846aafc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f846ae3a-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:47:25+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f846aafc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f846ae3a-6e16-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:47:25+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f846aafc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f846ae3a-6e16-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:47:36+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0246846-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f0246a94-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:47:36+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fee6c9be-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=fee6ccde-6e16-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:47:50+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f846aafc-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=f846ae3a-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:47:50+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0735af36-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0735b15c-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:47:50+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0735af36-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0735b15c-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:47:50+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0735af36-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0735b15c-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:48:01+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fee6c9be-6e16-11ed-9a44-12c80c3f5b54 | InvocationID=fee6ccde-6e16-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:48:01+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0daaa4f2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0daaa81c-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:48:15+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0735af36-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0735b15c-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:48:15+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16218006-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=16218240-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:48:15+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16218006-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=16218240-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:48:15+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16218006-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=16218240-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:48:25+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0daaa4f2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=0daaa81c-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:48:25+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c6e81b6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=1c6e847c-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:48:40+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16218006-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=16218240-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:48:40+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250cea1a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=250cec04-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:48:40+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250cea1a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=250cec04-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:48:40+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=250cea1a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=250cec04-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:48:50+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c6e81b6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=1c6e847c-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:48:50+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b339452-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=2b339664-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:49:05+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=250cea1a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=250cec04-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:49:05+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f8d5ca-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=33f8d7b4-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:49:05+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f8d5ca-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=33f8d7b4-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:49:05+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f8d5ca-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=33f8d7b4-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:49:15+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b339452-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=2b339664-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:49:15+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f61d66-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=39f62054-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:49:30+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f8d5ca-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=33f8d7b4-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:49:30+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e4bca2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=42e4bf86-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:49:30+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e4bca2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=42e4bf86-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:49:30+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e4bca2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=42e4bf86-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:49:40+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f61d66-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=39f62054-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:49:40+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48bc7a16-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=48bc7d36-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:49:55+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e4bca2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=42e4bf86-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:49:55+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d6eef6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=51d6f0e0-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:49:55+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d6eef6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=51d6f0e0-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:49:55+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d6eef6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=51d6f0e0-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:50:04+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48bc7a16-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=48bc7d36-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:50:04+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=577fd052-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=577fee52-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:50:20+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d6eef6-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=51d6f0e0-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:50:20+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c301ac-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=60c303c8-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:50:20+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c301ac-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=60c303c8-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:50:20+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c301ac-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=60c303c8-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:50:29+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=577fd052-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=577fee52-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:50:29+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664a074c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=664a0ed6-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:50:45+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c301ac-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=60c303c8-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:50:45+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fb1051a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=6fb10736-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:50:45+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fb1051a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=6fb10736-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:50:45+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fb1051a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=6fb10736-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:50:54+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664a074c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=664a0ed6-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:50:54+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750d1972-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=750d2188-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:51:10+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fb1051a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=6fb10736-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:51:10+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e9cf96c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=7e9cfc82-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:51:10+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e9cf96c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=7e9cfc82-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:51:10+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e9cf96c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=7e9cfc82-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:51:19+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=750d1972-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=750d2188-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:51:19+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d0c8f0-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=83d0cc24-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:51:35+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e9cf96c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=7e9cfc82-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:51:35+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d885516-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=8d885980-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:51:35+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d885516-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=8d885980-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:51:35+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d885516-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=8d885980-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:51:44+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83d0c8f0-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=83d0cc24-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:51:44+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9293351c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9293371a-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:52:00+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d885516-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=8d885980-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:52:00+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c775522-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9c775d88-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:52:00+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c775522-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9c775d88-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:00+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c775522-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9c775d88-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:08+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9293351c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9293371a-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:52:08+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15f17dc-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=a15f19ee-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:52:25+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c775522-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=9c775d88-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:52:25+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab62d4b2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ab62d6ba-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:52:25+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab62d4b2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ab62d6ba-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:25+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab62d4b2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ab62d6ba-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:33+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a15f17dc-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=a15f19ee-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:52:33+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0210b22-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=b0210db6-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:52:50+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab62d4b2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ab62d6ba-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:52:50+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4eb4d2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ba4eb93c-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:52:50+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4eb4d2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ba4eb93c-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:50+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4eb4d2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ba4eb93c-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:52:58+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0210b22-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=b0210db6-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:52:58+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee3780c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=bee37a14-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:53:15+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4eb4d2-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=ba4eb93c-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:53:15+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c93a4b78-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=c93a4df8-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:53:15+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c93a4b78-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=c93a4df8-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:53:15+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c93a4b78-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=c93a4df8-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:53:23+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bee3780c-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=bee37a14-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:53:23+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda4b5e0-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=cda4b7fc-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:53:40+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c93a4b78-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=c93a4df8-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:53:40+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8277714-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=d82779da-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:53:40+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8277714-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=d82779da-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:53:40+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8277714-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=d82779da-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:53:47+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda4b5e0-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=cda4b7fc-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:53:47+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc677f0e-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=dc6781b6-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:54:05+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8277714-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=d82779da-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:54:05+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e713f022-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=e713f216-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:54:05+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e713f022-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=e713f216-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:54:05+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e713f022-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=e713f216-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:54:12+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc677f0e-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=dc6781b6-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:54:12+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb299086-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=eb299266-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:54:30+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e713f022-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=e713f216-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:54:30+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ff0a9a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f5ff0cd4-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:54:30+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ff0a9a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f5ff0cd4-6e17-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:54:30+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5ff0a9a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f5ff0cd4-6e17-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:54:37+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb299086-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=eb299266-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:54:37+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ec1c74-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f9ec1f26-6e17-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:54:55+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5ff0a9a-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f5ff0cd4-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:54:55+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ea9d80-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=04ea9f7e-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:54:55+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ea9d80-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=04ea9f7e-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:54:55+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04ea9d80-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=04ea9f7e-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:55:02+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ec1c74-6e17-11ed-9a44-12c80c3f5b54 | InvocationID=f9ec1f26-6e17-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:55:02+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08ae47b4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=08ae49b2-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:55:20+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04ea9d80-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=04ea9f7e-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:55:20+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d64eac-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=13d6530c-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:55:20+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d64eac-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=13d6530c-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:55:20+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d64eac-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=13d6530c-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:55:27+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08ae47b4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=08ae49b2-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:55:27+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1774a2f2-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=1774a93c-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:55:45+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d64eac-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=13d6530c-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:55:45+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c25f0a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=22c261b2-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:55:46+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c25f0a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=22c261b2-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:55:46+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c25f0a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=22c261b2-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:55:51+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1774a2f2-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=1774a93c-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:55:51+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=263e41f8-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=263e441e-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:56:11+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c25f0a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=22c261b2-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:56:11+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ae5442-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=31ae573a-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:56:11+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ae5442-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=31ae573a-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:56:11+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ae5442-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=31ae573a-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:56:16+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=263e41f8-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=263e441e-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:56:16+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3501298a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=35012c50-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:56:36+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ae5442-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=31ae573a-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:56:36+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409a0ce4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=409a1036-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:56:36+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409a0ce4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=409a1036-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:56:36+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=409a0ce4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=409a1036-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:56:41+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3501298a-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=35012c50-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:56:41+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c5f432-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=43c5f61c-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:57:01+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=409a0ce4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=409a1036-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:57:01+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8590d4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=4f8592be-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:57:01+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8590d4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=4f8592be-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:01+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f8590d4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=4f8592be-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:06+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43c5f432-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=43c5f61c-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:57:06+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5287872e-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=52878b2a-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:57:26+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f8590d4-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=4f8592be-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:57:26+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e714c64-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=5e71501a-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:57:26+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e714c64-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=5e71501a-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:26+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e714c64-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=5e71501a-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:30+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5287872e-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=52878b2a-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:57:30+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614a3054-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=614a334c-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:57:51+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e714c64-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=5e71501a-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:57:51+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5d0812-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=6d5d0a10-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:57:51+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5d0812-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=6d5d0a10-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:51+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5d0812-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=6d5d0a10-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:57:55+0000 | aai_event_thread | 139830291569440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=614a3054-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=614a334c-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF AAI events. 2022-11-27T05:57:55+0000 | aai_event_thread | 139830291569440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700b9bf0-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=700b9de4-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T05:58:16+0000 | policy_event_thread | 139830292630304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5d0812-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=6d5d0a10-6e18-11ed-9a44-12c80c3f5b54 | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T05:58:16+0000 | policy_event_thread | 139830292630304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c485192-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=7c48546c-6e18-11ed-9a44-12c80c3f5b54 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T05:58:16+0000 | policy_event_thread | 139830292630304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c485192-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=7c48546c-6e18-11ed-9a44-12c80c3f5b54 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T05:58:16+0000 | policy_event_thread | 139830292630304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c485192-6e18-11ed-9a44-12c80c3f5b54 | InvocationID=7c48546c-6e18-11ed-9a44-12c80c3f5b54 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000